Showing posts with label apt-get. Show all posts
Showing posts with label apt-get. Show all posts

Monday, August 6, 2012

how to apt-get upgrade only certain packages



http://askubuntu.com/questions/92816/how-to-only-apt-get-upgrade-certain-applications

how to apt-get upgrade only certain packages - Google Search



Just simply write
    sudo apt-get install firefox
apt will recognize it as a request for update as firefox is already installed. It will also update the dependecies. Just tested it a few minutes ago. Works for every package, which is listed after the sudo apt-get dist-upgrade
shareimprove this answer
feedback
You just re-install the package, For example: if you have installed chromium-browser, when you type "sudo apt-get install chromium-browser" again, system will check if there is a new one in the repository and update it.





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