I just walked into the trap of calling
sudo apt-get install autoremove
I did it because I was unable to install sudo apt-get install libopencv-dev
because of unmet dependencies
.
Now my ros-indigo installation is broke, opencv
is still not installed and I also cannot reinstall it.
When trying to install it I get only
E: Unable to correct problems, you have held broken packages.
I fear that I'm really close to killing my entire package-dependency system. Can someone help me please?
Can I somehow use the file /var/log/apt
to reverse the step of deleting ros?
sudo apt-get install -f
? – Feb 25 '16 at 15:05Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
– mcExchange Feb 25 '16 at 15:09