Jump to content

Synaptic Package Manager: Difference between revisions

From Wiki
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.

Revision as of 17:35, 11 November 2021

Synaptic Package Manager adalah alat manajemen paket grafis berdasarkan APT. Ini memungkinkan Anda untuk menginstal, memperbarui, dan menghapus paket dalam GUI yang ramah pengguna. Synaptic berfungsi sebagai front-end grafis untuk APT dan membuat proses manajemen perangkat lunak lebih mudah, terutama jika Anda tidak terbiasa dengan baris perintah. Beberapa fitur penawaran synaptic adalah:

  • Install, hapus, dan perbarui paket.
  • Tingkatkan seluruh sistem Anda.
  • Cari dan saring daftar paket yang tersedia.
  • Lakukan pemutakhiran sistem pintar.
  • Memperbaiki dependensi paket yang rusak.
  • Edit daftar repositori yang digunakan (Sumber.List).

Installasi

  • 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):

sudo apt update

  • Now, use the command below to install synaptic package manager:
sudo apt install synaptic
  • That’s it.

Referensi