For linux backtrack
sudo dpkg --configure-a
sudo apt-get clean
sudo apt-get autoremove
sudo apt-get update
sudo apt-get upgrade
sudo apt-get -f instal
sudo apt-get autoremove
sudo apt-get update
sudo apt-get upgrade
sudo apt-get -f instal
he problem of a broken package still exist the solution is to edit the dpkg status file manually.
sudo nano /var/lib/dpkg/status
way 3
2 down vote
|
first remove the libcv-dev package
sudo dpkg -r libcv-dev
then
sudo apt-get install -f
the
sudo apt-get update
|
No comments:
Post a Comment