Linux Mint 14 - Libjpeg8 and Libjpeg8:i386 Broken

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Spessarite

Linux Mint 14 - Libjpeg8 and Libjpeg8:i386 Broken

Post by Spessarite »

My problem is that my libjpeg8 and libjpeg8:i386 are both broken, they are conflicting with each other and I have tried to uninstall them and ended up with a broken system and being forced to re-install my entire operating system (so don't even suggest for me to uninstall one of them because a lot of applications depend on both). Anyways, I run a 64 Bit version of Linux Mint 14 on a laptop. Everything works fine besides the fact that anything and I mean anything that depends on libjpeg8 cannot be installed because it is broken. If anyone knows a fix to this (hopefully permanent fix) that would be great.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
anandrkris

Re: Linux Mint 14 - Libjpeg8 and Libjpeg8:i386 Broken

Post by anandrkris »

Not sure, if this will help. Can you try this, if you haven't already?

Code: Select all

sudo apt-get install --reinstall libjpeg8 
sudo apt-get install --reinstall libjpeg8:i386
Spessarite

Re: Linux Mint 14 - Libjpeg8 and Libjpeg8:i386 Broken

Post by Spessarite »

Just tried, got a error:

Code: Select all

sudo apt-get install --reinstall libjpeg8
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be upgraded:
  libjpeg8
1 upgraded, 0 newly installed, 0 to remove and 514 not upgraded.
24 not fully installed or removed.
Need to get 0 B/134 kB of archives.
After this operation, 268 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  libjpeg8
Install these packages without verification [y/N]? y
(Reading database ... 145996 files and directories currently installed.)
Preparing to replace libjpeg8:amd64 8c-2ubuntu7 (using .../libjpeg8_8d-1_amd64.deb) ...
Unpacking replacement libjpeg8:amd64 ...
dpkg: error processing /var/cache/apt/archives/libjpeg8_8d-1_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/x86_64-linux-gnu/libjpeg.so.8', which is also in package libjpeg-turbo8:amd64 1.2.1-0ubuntu2
Errors were encountered while processing:
 /var/cache/apt/archives/libjpeg8_8d-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Lacoste

Re: Linux Mint 14 - Libjpeg8 and Libjpeg8:i386 Broken

Post by Lacoste »

This happened to me as well, while trying to install Kali Linux packages on top of Linux Mint 14 (rough steps: [url]http://em3rgency.com/create-your-own-pentesting-operating-system/[/url]). Any suggestions?

Code: Select all

mintyfresh apt # apt-get update
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 libjpeg8 : Breaks: libjpeg8:i386 (!= 8c-2ubuntu7) but 8d-1 is installed
 libjpeg8:i386 : Breaks: libjpeg8 (!= 8d-1) but 8c-2ubuntu7 is installed
E: Unmet dependencies. Try using -f.
I'll probably try the same steps using Ubuntu, or just use the Kali distro.
Locked

Return to “Software & Applications”