W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/oneiric-security/Release
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/oneiric/Release
W: Some index files failed to download. They have been ignored, or old ones used instead.
berikut ini perintah yang harus anda jalankan pada terminal ubuntu anda
$ sudo -i
# apt-get clean
# cd /var/lib/apt
# mv lists lists.old
# mkdir -p lists/partial
# apt-get clean
# apt-get update
Cara ke dua
pesan errornya kyk gini :
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
solusinya gini :
- buka terminal anda, lalu ketikkan :
sudo rm /var/lib/dpkg/lock
(Anda bisa juga menggunakan ini… : killall aptitude && killall apt-get atau killall dpkg && killall frontend )
Setelah berhasil, anda bisa langsung mengetikkan perintah berikut :
dpkg --configure -a (posisi sebagai root)
dijamin dah, proses update akan kembali lancar ... hehe
---------------------------------
klo errornya kayak gini :
E: Could not get lock /var/cache/apt/archives/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the download directory
solusinya begini :
sudo rm /var/cache/apt/archives/lock
0 komentar:
Posting Komentar