There's a relatively easy workaround - you can run dpkg to install the package and force it to overwrite the conflict. If I remember, it's something like this (from a terminal):
sudo dkpg -i --force-overwrite /var/cache/apt/archives/linux- firmware_1.34.1_all.deb You might need to change it for the particular version of the linux- firmware that you're getting the error for (I copied this location from an error posted above). -- package linux-firmware 1.34.1 failed to install/upgrade: trying to overwrite '/lib/firmware/asihpi/dsp2400.bin', which is also in package alsa-firmware 0:1.0.20-0medibuntu4 https://bugs.launchpad.net/bugs/591886 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
