Synaptic Package Manager: Difference between revisions

Created page with "'''Synaptic Package Manager''' adalah alat manajemen paket grafis berdasarkan APT. Ini memungkinkan Anda untuk menginstal, memperbarui, dan menghapus paket dalam GUI yang rama..."
 
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
  {{Terminal|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
  {{Terminal|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
  {{Terminal|sudo apt install synaptic}}


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