When i install 32-bit libraries through command
sudo apt-get install 32-bit
libraries.Error occurred unable to locate package.
Please give me solution of this error.
When i install 32-bit libraries through command
sudo apt-get install 32-bit
libraries.Error occurred unable to locate package.
Please give me solution of this error.
your problem is in
sudo apt-get install 32-bit
There is no package called 32-bit for that you got this error
you should use the following
sudo apt-get install ia32-libs
PS if you use Ubuntu 13.10 or higher, you'll need install these packages instead:
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0
E: unable to locate
question by Jeetu Donderiya and I'm going to keep on flagging them to wear him out until he upgrades his system or stops repeating the same question over and over again. However is upvoting so much crap is giving him a reason to keep on doing the same thing over and over. – karel May 01 '15 at 10:43