Debian/Ubuntu: Enabling "dist-upgrade" behavior for unattended-upgrades?
Posted
by Mark Renouf
on Server Fault
See other posts from Server Fault
or by Mark Renouf
Published on 2010-02-18T22:23:27Z
Indexed on
2010/03/29
15:03 UTC
Read the original article
Hit count: 219
We've got a customized distribution of Ubuntu, a repository with some custom packages and we run unattended-upgrades on a number of systems. What we want to be able to do is supply an update of one of our packages which might have a new dependency which is not yet installed.
I understand apt normally prevents that from happening automatically, and using dist-upgrade would permit it.
How can I get that behavior so our unattended upgrades work the same way?
Ideally we'd only want new packages installed if one of our packages causes it to be needed (either as a direct dependency or a child, etc.)
Should I be aware of any potential problems or increased risk of breakage. The systems are generally not easily accessed via the console so anything causing a problem requiring manual intervention would be very bad!
© Server Fault or respective owner