Der o.g. Fehler ließ sich auf meiner Lubuntu Installation, durch folgende Befehle beheben:
sudo apt-get clean cd /var/lib/apt sudo mv lists lists.old sudo mkdir -p lists/partial sudo apt-get clean sudo apt-get update
Weitere Informationen: http://maketecheasier.com
I resolved the error mentioned in the subject with the following commands:
sudo apt-get clean cd /var/lib/apt sudo mv lists lists.old sudo mkdir -p lists/partial sudo apt-get clean sudo apt-get update
Additional information: http://maketecheasier.com