Submitted by sgrayban on Wed, 10/23/2019 - 19:53
On debian systems we can lock/hold a package version when it conflicts with installed app that doesn't like a newer version.
The Software Package Updates should be able to ignore these packages or have at least a switch setting to do so.
Status:
Fixed (pending)
Comments
Submitted by andreychek on Wed, 10/23/2019 - 22:41 Comment #1
Thanks for your report! I'm passing this to Jamie for further comment.
Submitted by JamieCameron on Thu, 10/24/2019 - 22:01 Comment #2
Does the
apt-show-versions
command show held-back packages like this as upgradable?Also, how exactly are you holding packages back?
Submitted by sgrayban on Sat, 10/26/2019 - 21:38 Comment #3
Yes they show...
$ apt-show-versions libidn2-0
libidn2-0:amd64/buster 2.0.5-1 upgradeable to 2.2.0-2+0~20191009.3+debian10~1.gbpf85c2e
libidn2-0:i386/buster 2.0.5-1 upgradeable to 2.2.0-2+0~20191009.3+debian10~1.gbpf85c2e
apt-mark hold package-name
$ apt-mark showhold
crossover:i386
libidn2-0
The later package is showing as upgradable even though its held.
Upgrading that package also removes crossover:i386 so I can't let that happen.
Submitted by JamieCameron on Sat, 10/26/2019 - 21:48 Comment #4
Thanks - the next release of Webmin will respect those holds.
Submitted by sgrayban on Sat, 10/26/2019 - 22:04 Comment #5
Thanks !!!