![]() |
exclude some packages from updates using 'apt-get update'
Hi
I have wheezy installed. Howto exclude some packages from updates using 'apt-get update'? |
Either use apt-pinning or hold the packages you do not want updated.
|
For apt-get
Code:
# echo "package-foo hold" | dpkg --set-selectionsCode:
# aptitude hold package-fooCode:
# aptitude forbid-version package-foo=0.0.1-buggy1 |
| All times are GMT -5. The time now is 07:49 AM. |