Comment 1 for bug 1482959

Revision history for this message
Jarno Suni (jarnos) wrote (last edit ): Re: Showing that upgrading a package with "apt-get install" does it also set to manual installed

Same thing when downgrading a package by "apt-get install pkg [{=pkg_version_number | /target_release}]" e.g. after you remove a PPA. I think apt could try to retain auto/manual states in these cases. But could there be a case where dependencies change when you upgrade/downgrade? Would it be safer to search the packages that depend on the automatically installed packages and tell apt to downgrade it? Could apt downgrade the dependencies automatically and then retain auto/manual state accordingly?