Y
Hacker News
new
|
ask
|
show
|
jobs
by
anderskaseorg
3131 days ago
You have described apt-mark {auto|manual}, but there is also apt-mark {hold|unhold}.
2 comments
leni536
3131 days ago
Damn, I always abused apt-preferences to achieve the same effect as apt-mark hold|unhold. Thanks! Does 'apt-get dist-upgrade' respect held packages?
link
dfc
3131 days ago
A-M is the recommended way to hold a package, previously you would use `dpkg --get-selections`. All apt/dpkg commands will abide by what you set with A-M.
link
whacker
3131 days ago
Yes, it does.
link
dfc
3131 days ago
Do you think hold/unhold is anything like masking in gentoo? Me neither...
link