Update fails. Can't install any software ! [duplicate]
Solution 1:
Issue this command:
sudo rm /var/lib/apt/lists/* -vf && sudo apt-get update
It will fix your problem.
Issue this command:
sudo rm /var/lib/apt/lists/* -vf && sudo apt-get update
It will fix your problem.