Posted in Debian/Ubuntu Linux
Debian : preventing a package from being updated
June 5, 2008 - 1 comment
Put a package on hold :
echo "${package} hold" | dpkg --set-selections
Remove the hold :
echo "${package} install" | dpkg --set-selections
where ${package} is the package name
Knowing the status of your packages :
dpkg --get-selections
Comments
Leave Comment
Please consider visiting the partners below if you enjoyed this article :If this post saved you time and money, please consider checking my Amazon wishlist.







Dieter
You can do the same with “wajig ”
install wajig with apt-get install wajig
greets