apt-get in debian - updating one package only
Moderator: General Moderators
- raghavan20
- DevNet Resident
- Posts: 1451
- Joined: Sat Jun 11, 2005 6:57 am
- Location: London, UK
- Contact:
apt-get in debian - updating one package only
i am wondering how is it possible to update one package only with apt-get in debian. from the man pages, i see it updates all packages at once. any suggestions?
- raghavan20
- DevNet Resident
- Posts: 1451
- Joined: Sat Jun 11, 2005 6:57 am
- Location: London, UK
- Contact:
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
If you don't want to update everything, just one package, then maybe use this format to install the latest version number:
Code: Select all
apt-get install package=version(#10850)
- raghavan20
- DevNet Resident
- Posts: 1451
- Joined: Sat Jun 11, 2005 6:57 am
- Location: London, UK
- Contact: