Apt keeps showing held back packages
by /dev/dog from LinuxQuestions.org on (#5MECV)
How do I get Code:$ sudo apt upgrade to stop showing me held back packages?
I had to manually mark intel-microcode as held back, as it caused so many headaches with my system when it upgraded and I had to downgrade and mark as hold.
Now, every time I do an apt-upgrade, it counts intel-microcode as an ungradable package.
I did it with: Code:$ sudo apt-mark hold intel-microcodeuname -a: Linux debian 4.19.0-9-amd64 #1 SMP Debian 4.19.118-2+deb10u1 (2020-06-07) x86_64 GNU/Linux
apt -v: apt 1.8.2.3 (amd64)
Thanks :)
I had to manually mark intel-microcode as held back, as it caused so many headaches with my system when it upgraded and I had to downgrade and mark as hold.
Now, every time I do an apt-upgrade, it counts intel-microcode as an ungradable package.
I did it with: Code:$ sudo apt-mark hold intel-microcodeuname -a: Linux debian 4.19.0-9-amd64 #1 SMP Debian 4.19.118-2+deb10u1 (2020-06-07) x86_64 GNU/Linux
apt -v: apt 1.8.2.3 (amd64)
Thanks :)