Cara Memperbaiki Paket yang rusak di ubuntu

Jika saat install paket ubuntu pada terminal dan mendapatkan pesan error seperti ini :


(...) You might want to run 'apt-get -f install' to correct these:

The following packages have unmet dependencies: (...)


Tip 1
Via terminal, enter perintah ini untuk memperbaiki paket yang rusak :

sudo apt-get --fix-broken install


Tip 2

sudo rm /var/lib/apt/lists/* -vf 

sudo apt-get update


Tip 3

sudo apt-get clean

sudo apt-get autoclean

sudo apt-get autoremove


Tip 4

sudo dpkg --configure -a

sudo apt-get update


Tip 5
Buka Ubuntu Software Center dan muncul pesan untuk memperbaiki paket, klik Repair button.

Tidak ada komentar:

Posting Komentar

Page Navigation byTutorial Blogspot