I was trying to install vlc player and I installed it manually:
sudo add-apt-repository ppa:videolan/stable-daily
sudo apt-get update
sudo apt-get install vlc
The install messed up and gave me this error
E: The package libvlccore5 needs to be reinstalled, but I can't find an archive for it.
E: Internal error opening cache (1). Please report.
Now every time I open synaptics package manager it gives me this error and closes. I can't install this package.
I checked the permissions and they are all OK.
sudo apt-get update
? – terdon Jan 05 '14 at 12:32sudo apt-get update
? – terdon Jan 05 '14 at 12:46sudo aptitude install vlc
– Avinash Raj Jan 06 '14 at 02:00