Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] Not able to install MPLAB X 1.90 in Ubuntu 12.04 LTS Version???

Status
Not open for further replies.

xpress_embedo

Advanced Member level 4
Advanced Member level 4
Joined
Jul 5, 2011
Messages
1,154
Helped
161
Reputation
396
Reaction score
189
Trophy points
1,353
Location
India
embeddedlaboratory.blogspot.in
Activity points
10,591
I am not able to able to install MPLAB X 1.90 in ubuntu linux.
I just installed ubuntu inside my windows 7, but i am not able to run the file, as i am not able to change the permissions of the file.
I used graphical method to change this, but as soon as i click on the check box, the check mark disappears.
I tried command line methods too but nothing works for me.
sudo chmod u+x MPLABX-v1.90-linux-installer.run
sudo chmod +x MPLABX-v1.90-linux-installer.run
chmod +x MPLABX-v1.90-linux-installer.run
sudo chmod 777 MPLABX-v1.90-linux-installer.run

I tried all these commands but nothing changes the permission to executable.
Please help me as soon as possible.
Permissions_Not_Changes.png
 

I suspect it's something to do with the way Win 7 filing system works rather than Ubuntu because it works for me.

Try doing it this way:
1. open a console window but leave the file listing showing.
2. type 'sudo chmod +x ' then in the files window right click and copy the installer file.
3. back in the console window, paste it. This will copy the file name exactly, including spaces, punctuation etc.
4. hit Enter.

It may not work but it's a quick way of copying long file names without risk of typing errors.

Brian.
 

I suspect it's something to do with the way Win 7 filing system works rather than Ubuntu because it works for me.

Try doing it this way:
1. open a console window but leave the file listing showing.
2. type 'sudo chmod +x ' then in the files window right click and copy the installer file.
3. back in the console window, paste it. This will copy the file name exactly, including spaces, punctuation etc.
4. hit Enter.

It may not work but it's a quick way of copying long file names without risk of typing errors.

Brian.

With chmod we can use tab key to load the files in the folder without typing them.


And i had installed mplabx in ubuntu and yes it is something related with file system.
I copied my setup files into the ubuntu disk space as previously they are in other disk formatted with ntfs.

But this ubuntu is very slow multitasking is amozt zero.
I cant use two application at a time.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top