Skip to content

Latest commit

 

History

History
executable file
·
15 lines (9 loc) · 364 Bytes

uninstall-paket-apt.md

File metadata and controls

executable file
·
15 lines (9 loc) · 364 Bytes

Uninstall paket APT

Berikut cara melepas apket apt manual.

Uninstall paket

lihat paket apt yang sedang terpasang

sudo apt list --installed

ganti namapaket dengan namapaket yang akan di uninstall

sudo apt-get remove --purge namapaket -y

Lakukan autoremove agar bersih sampai ke akar.

sudo apt autoremove --purge -y && sudo apt clean