How to get out of dependency hell
        Posted  
        
            by 
                maiios
            
        on Ask Ubuntu
        
        See other posts from Ask Ubuntu
        
            or by maiios
        
        
        
        Published on 2014-08-19T03:20:08Z
        Indexed on 
            2014/08/19
            4:32 UTC
        
        
        Read the original article
        Hit count: 309
        
dependencies
I am doing this from memory from work.
Basically, I have libjpeg-turbo8 installed. But I have libjpeg-turbo8:i386 installed at version xxx4.4 and libjpeg-turbo8:amd64 installed at version xxx4.3. I am not sure how this mismatch happened.
I believe that 4.3 is the right version, so I would like to roll the 32 bit version back. apt-get install libjpeg-turbo8:i386xxxxxx4.3 did not work (as it was still complaining that it couldnt do anything because of the mismatch).
Basically, I cant do anything with apt-get because this mismatch is causing dependency hell. What is the proper way to resolve this.
The box is 64 bit 12.04.
© Ask Ubuntu or respective owner