Page 1 of 1

MX 19 KDE update failure

Posted: Thu Aug 03, 2023 7:10 pm
by uncle mark
My old trusty MX 19 KDE is throwing up an error while trying to update:

Code: Select all

Preparing to unpack .../38-amd64-microcode_3.20230719.1~deb10u1_amd64.deb ...
Unpacking amd64-microcode (3.20230719.1~deb10u1) over (3.20181128.1) ...
dpkg: error processing archive /tmp/apt-dpkg-install-DmObLW/38-amd64-microcode_3.20230719.1~deb10u1_amd64.deb (--unpack):
 trying to overwrite '/lib/firmware/amd/amd_sev_fam17h_model0xh.sbin', which is also in package linux-firmware 1.190-1mx19+1
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
 /tmp/apt-dpkg-install-DmObLW/38-amd64-microcode_3.20230719.1~deb10u1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

full upgrade complete (or was canceled)
Suggestions?

Re: MX 19 KDE update failure  [Solved]

Posted: Thu Aug 03, 2023 7:30 pm
by dolphin_oracle
remove linux-firmware and install mx-debian-firmware. looks like debian has introduced a conflict. the microcodes didn't used to be part of these things.

Code: Select all

sudo apt install mx-debian-firmware
linux-firmware is an alternate package.

Re: MX 19 KDE update failure

Posted: Thu Aug 03, 2023 8:24 pm
by Stevo
Linux-firmware is an Ubuntu package that I ported over when Debian didn't have anybody updating their many firmware packages for an entire year.
Ubuntu just put all their firmware and microcode files into one big package. Since Debian starting updating their packages again, it has been deprecated.