Sepotong Ilmu

Mengatasi Gagal Update Di Ubuntu

kemarin ada teman saya di salah satu forum melaporkan kerusakan pada linuxnya dengan kode seperti ini :

Could not initialize the package informationA unresolvable problem occurred while initializing the package information.Please report this bug against the 'update-manager' package and include the following error message:'E:Encountered a section with no Package: header, Eroblem with MergeList /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_hardy-updates_multiverse_binary-i386_Packages, E:The package lists or status file could not be parsed or opened.'

terlihat rumit untuk memperbaikinya namun menurut saya ini hal yg paling simple (sombong amat hihi) langsung saja ini adalah cara untuk mengatasinya :

silahkan buka terminal lalu ketikan kode ini

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

klik enter, bila sudah silahkan untuk meresolvenya dengan code ini

sudo apt-get update

semoga bermanfaat

You Might Also Like