where can I find the 32-bit libraries needed to run MPLAB X?

J

Jason Thomas

Guest
I'm trying to install MPLAB X onto my kali Linux 64-bit OS and every time I get to the last part of installation I receive this message:


root@kali:~/Desktop# sudo chmod 755 mla_v2014_07_22_linux_installer.run

root@kali:~/Desktop# sudo ./MPLABX-v2.20-linux-installer.sh

64 Bit, check libraries

Check for 32 Bit libraries

These 32 bit libraries were not found and are needed for MPLAB X to run:

libc.so

libdl.so

libgcc_s.so

libm.so

libpthread.so

librt.so

libstdc++.so

libexpat.so

libX11.so

libXext.so

when I enter this command I get this message:


root@kali:~/Desktop# sudo apt-get install libc6:i386 libx11-6:i386 libxext6:i386 libstdc++6:i386 libexpat1:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libc6
E: Unable to locate package libx11-6
E: Unable to locate package libxext6
E: Unable to locate package libstdc++6
E: Couldn't find any package by regex 'libstdc++6'
E: Unable to locate package libexpat1

How do I find these libraries?

right now it's killing me, It shouldn't be this complicated!!!

Thank You

AO!
 


Are you connected to the Internet when you do this?

Have you tried first?:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist upgreade

Failing this can you show us your sources list?
 
Are you connected to the Internet when you do this?

Have you tried first?:

Failing this can you show us your sources list?



Thanks for the quick reply!!!
I entered all three commands.
for the first I got this:

see attachment #1

then for the second command I received this:

see attachment #2

and then finally for the third, I got this error message:

see attachment #3
 

Attachments

  • MPLAB X INSTALL ERRORS 1.txt
    854 bytes · Views: 1,239
  • MPLABX INSTALL ERRORS 2.txt
    1.9 KB · Views: 977
  • MPLABX 3.txt
    81 bytes · Views: 877
Have you put in the hyphen in dist-upgrade.

Can you give us a copy of your sources list to look at?
 
I thought I put those in the attachments. if not how do I do That?
 
Look at http://www.blackmoreops.com/2014/02/26/install-skype-in-kali-linux/. libc6:i386 libx11-6:i386 libxext6:i386 libstdc++6:i386 libexpat1:i386 all seem to be avilable

Try "Step 1: Enable MultiArch in 64-bit Kali Linux" then try installing the libs again.

To get to your sources list it is probably better to install gedit.
sudo apt-get install gedit
When installed
gksudo gedit /etc/apt/sources.list
Copy and paste that list here.

If you still can't install the libs then install Synaptic Package Manager and use the search facility.
sudo apt-get install synaptic
 

Staff online

Members online


Top