Synaptic Package Manager: Difference between revisions

No edit summary
No edit summary
Line 10: Line 10:
==Installasi==
==Installasi==
*You may also install Synaptic via command line. Make sure to enable universe repository first:
*You may also install Synaptic via command line. Make sure to enable universe repository first:
  {{Terminal|sudo add-apt-repository universe}}
  sudo add-apt-repository universe


*And then update the cache (not required in Ubuntu 18.04 and higher versions):
*And then update the cache (not required in Ubuntu 18.04 and higher versions):
{{Terminal|sudo apt update}}
sudo apt update


*Now, use the command below to install synaptic package manager:
*Now, use the command below to install synaptic package manager:
  {{Terminal|sudo apt install synaptic}}
  sudo apt install synaptic


*That’s it.
*That’s it.