E: The package needs to be reinstalled, but I can't find an archive for it [duplicate]

The commands that resolve the above problem are:

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

After that just run the Update Manager, and you should be all ready to go.


This is most likely since you removed the repository of the sources.list or the package in the cache is corrupted. You need to update your list and try to reinstall it:

sudo apt-get update
sudo apt-get --reinstall install thunderbird

If you still have problems, check that you have in your sources.list a repository that has the same version of thunderbird that you installed.