Resolve apt issue: The package lists or status file could not be parsed or opened
rm /var/lib/apt/lists/* -vrf apt-get clean apt-get update apt-get upgrade
rm /var/lib/apt/lists/* -vrf apt-get clean apt-get update apt-get upgrade
These 2 equal commands will make that package stay stuck in that version so you will have to take it off hold if you want to upgrade it: echo "package hold" | dpkg –set-selections apt-mark hold package 2 equal commands to take a package off Hold: echo "package install" | dpkg –set-selections apt-mark unhold package […]
apt-get update apt-get install apt dpkg aptitude apt-get dist-upgrade