0

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?

muru
  • 197,895
  • 55
  • 485
  • 740

2 Answers2

1

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
Rahul Shaw
  • 231
  • 1
  • 7
0

If you haven't already, reinstall it with sudo apt remove <package forgot its name> then sudo apt install package.