PDA

View Full Version : [solved]How can I install ia32-libs in 14.04 LTS?



Jahidul_Hamid
August 25th, 2014, 12:32 PM
I can't find ia32-libs in the repo. Where has it gone...?

slickymaster
August 25th, 2014, 12:47 PM
How to install ia32-libs in ubuntu 14.04 LTS (http://stackoverflow.com/questions/23182765/how-to-install-ia32-libs-in-ubuntu-14-04-lts)

Jahidul_Hamid
August 25th, 2014, 12:53 PM
The link is not working. It's taking forever....

slickymaster
August 25th, 2014, 12:55 PM
The link is not working. It's taking forever....

That's odd, it's working here. Can it be anything with your internet connection?

Jahidul_Hamid
August 25th, 2014, 12:56 PM
No, internet's fine.. because all other pages are loading fine , but that page doesn't load at all..

slickymaster
August 25th, 2014, 12:58 PM
Well if you don't manage to load that page I can copy/paste the process over here if you want me to.

Jahidul_Hamid
August 25th, 2014, 04:32 PM
The page is working now... don't know what happened. And the problem has also been solved..thanks..
solution that worked for me:

sudo -i
cd /etc/apt/sources.list.d
echo "deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >ia32-libs-raring.list
apt-get update
apt-get install ia32-libs
rm ia32-libs-raring.list

slickymaster
August 25th, 2014, 04:36 PM
Glad you got it fixed.

Please, mark your thread as SOLVED (https://wiki.ubuntu.com/UnansweredPostsTeam/SolvedThreads), so other people searching the forums know that this thread provides a working solution for their problem.