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: | ||
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): | ||
sudo apt update | |||
*Now, use the command below to install synaptic package manager: | *Now, use the command below to install synaptic package manager: | ||
sudo apt install synaptic | |||
*That’s it. | *That’s it. | ||