#Packages not installing correctly because of dpkg

19 messages · Page 1 of 1 (latest)

autumn fossil
#

anytime i try to install any packages, it will mostly install but return some errors marking dpkg, tried reinstalling linux and trying other distros but doesnt fix it.

rigid lava
#

i have never see a dpkg

gusty mortar
#

Screenshot of the error please

paper cove
autumn fossil
latent glen
#

how are you installing mentioned packages?

autumn fossil
#

this happens with several different commands, but since i was trying to install drivers for internet this i believe was sudo apt install firmware-b43-installer

rigid lava
paper cove
rigid lava
#

oh

gusty mortar
autumn fossil
#

this is after running sudo apt install firmware-b43-installer

gusty mortar
# autumn fossil

The problem here is that the downloaded file https://www.lwfinger.com/b43-firmware/broadcom-wl-6.30.163.46.tar.bz2 does not match expected checksum, meaning its content is different.

You can get it using wget, but you'll get a 114 byte file that is actually a html file with redirect. If you try to paste this address in the browser, you'll get redirected to https://www.lwfinger.com/lander that is empty. So either the site this package depends on is down, or they have temporary outage.

Remove the package as it is currently half-installed

sinful schooner
# autumn fossil

in terminal sudo sed -i 's,https://www.lwfinger.com/b43-firmware/${DOWNLOAD},https://github.com/minios-linux/b43-firmware/releases/download/b43-firmware/${DOWNLOAD},' /var/lib/dpkg/info/firmware-b43-installer.postinst

#

then try updating

autumn fossil
sinful schooner