Wednesday, August 1, 2012

how to remove only one debian package? - Google Search

1
how-to-remove-a-deb-without-removing-its-dependencies
http://askubuntu.com/questions/17745/how-to-remove-a-deb-without-removing-its-dependencies


Use dpkg directly, not apt-get or aptitude:
sudo dpkg -r --force-depends "package"


answered Mar 31 '11 at 18:17
user13364





2
Diagram & Explanation
http://tanguy.ortolo.eu/blog/article8/


3
how-to-install-a-single-package-from-debian-sid
http://superuser.com/questions/326684/how-to-install-a-single-package-from-debian-sid



No comments:

Post a Comment