Does anybody know why the amd64-microcode
package gets installed automatically on systems that use Intel processors during the latest 16.04 updates on May 22, 2018?
Asked
Active
Viewed 7,095 times
1 Answers
4
It's a new dependency of linux-image-generic
. See
https://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/1738259.

David Foerster
- 36,264
- 56
- 94
- 147

user2010
- 56
-
You're right. It looks like both intel and amd64 microcode packages are mandatory from now on. – Stormlord May 25 '18 at 08:06
-
1
-
Thanks! I was wondering the reverse: why my amd processor got an intel microcode update, and this answers that as well. – Organic Marble May 25 '18 at 13:28
apt-cache rdepends amd64-microcode
suggests that onlylinux-image-oem
depends on that package. Do you have that installed by any chance? – Martin W May 22 '18 at 19:18intel-microcode
since my systems use Intel CPU's. Today though, I saw that along with the new 4.4.0-127 kernelamd64-microcode
got installed as a new package on two systems. I am using thelinux-generic
kernel. – Stormlord May 22 '18 at 19:55linux-firmware
is installed. – Stormlord May 22 '18 at 21:17