I got message like:
E: The package libgtksourceview2.0-0 needs to be reinstalled, but I can't find an archive for it.
How can I fix it?
I got message like:
E: The package libgtksourceview2.0-0 needs to be reinstalled, but I can't find an archive for it.
How can I fix it?
You can use the Synaptic Package Manager for installing the missing/corrupted packages. Which can be installed from software center or can be installed by running the following commands in the terminal
sudo apt-get update
sudo apt-get install synaptic
If you haven't already, reinstall it with sudo apt remove <package forgot its name>
then sudo apt install package
.
sudo apt-get install --reinstall libgtksourceview2.0-0
– Severus Tux May 15 '16 at 16:40