0

On 13.04 I tried to install Adobe ConnectAddIn, but now I have broken packages all because of it. I have tried sudo apt-get install -f, and removed the .deb file, but still I have 4 broken packages, ConnectAddIn, and the 3 libmtrf0 files.

Is there anyway to remove these broken packages? Synaptic doesn't seem to want to remove these.

1 Answers1

0
sudo apt-get clean
sudo apt-get autoremove

if that doesn't work:

sudo apt-get purge  ConnectAddIn
sudo apt-get autoremove
staticd
  • 2,965
  • 2
  • 17
  • 19