LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-21-2011, 10:59 PM   #1
naruto
LQ Newbie
 
Registered: Mar 2011
Location: Madurai, TamilNadu, India
Posts: 14

Rep: Reputation: 0
Lightbulb Installing exe files in Linux


Hi. I am a new user of linux.... I am using Mandriva powerpack Linux... I have got some 'exe' files which are need to be installed.... But while making a simple 'doble-click' i can't able to run it or install my package wanted.... Please do help me in this.....
 
Old 03-21-2011, 11:01 PM   #2
naruto
LQ Newbie
 
Registered: Mar 2011
Location: Madurai, TamilNadu, India
Posts: 14

Original Poster
Rep: Reputation: 0
Also help me in installing / how to unrar 'rar' files..........
 
Old 03-21-2011, 11:46 PM   #3
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
.exe files are for windows. You could try installing them in Wine.

Install the "unrar" package if available. It should be, if not, google for "linux unrar" and install it from source.

You would use "unrar x <filename>.part1.rar" to extract the files.
 
1 members found this post helpful.
Old 03-22-2011, 12:04 AM   #4
tiredofbilkyyaforallican
Member
 
Registered: Aug 2010
Location: 3rd rock from the sun
Distribution: LMDE/Peppermint/Mint 9,&10/along with a few others
Posts: 152

Rep: Reputation: 22
Perhaps this may help you understand type ; linux.oneandoneis2.org/LNW.htm .into your browser search and see where it takes you

Last edited by tiredofbilkyyaforallican; 03-22-2011 at 12:06 AM.
 
1 members found this post helpful.
Old 03-23-2011, 02:30 AM   #5
naruto
LQ Newbie
 
Registered: Mar 2011
Location: Madurai, TamilNadu, India
Posts: 14

Original Poster
Rep: Reputation: 0
Can i lock files ?
 
Old 03-23-2011, 04:47 AM   #6
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Quote:
Originally Posted by naruto View Post
Can i lock files ?
Hmm, not exactly sure what you mean by that, but you can make them unwritable: Eg
Code:
chmod ago-w somefile
Read up on "file permissions" for more information.
The rute book might be helpful here:
http://rute.2038bug.com/node17.html.gz

Cheers,

Evo2.
 
1 members found this post helpful.
Old 03-23-2011, 04:51 AM   #7
salasi
Senior Member
 
Registered: Jul 2007
Location: Directly above centre of the earth, UK
Distribution: SuSE, plus some hopping
Posts: 4,070

Rep: Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897
Quote:
Originally Posted by naruto View Post
I have got some 'exe' files which are need to be installed....
As they are Windows files, you would probably be better seeking Linux programs which do what you want. What is that?
 
Old 03-23-2011, 05:56 PM   #8
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
file locking is normally done by programs. Often, it is a cooperative lock. A pid file who's existance will prevent another instance of a the same program from starting. Linux programs may use range locking, protecting a portion of a file from being written to. Also, memory may be locked to prevent another thread from modifying a variable or data while the first thread is reading it.

If you want to lock files from writing, or from reading and writing, in your scripts, look at the flock command. It is supplied by the util-linux package.

See "man 1 flock" for all the details.

Last edited by jschiwal; 03-23-2011 at 06:25 PM.
 
Old 03-23-2011, 08:51 PM   #9
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,380
Blog Entries: 28

Rep: Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163
Rarlabs produces a rar for Linux. I registered a copy years ago and the registration is still valid (I think it was about 20 USD).

For unraring, more modern versions of Linux can often unrar in a file manager by using the right-click-->extract option of the context menu. That was not the case when I registered my copy of rar.

It's the only program I've ever paid money for to use on Linux and it was worth every penny.
 
1 members found this post helpful.
Old 03-24-2011, 12:37 AM   #10
DJ Shaji
Member
 
Registered: Dec 2004
Location: Yo Momma's house
Distribution: Fedora Rawhide, ArchLinux
Posts: 518
Blog Entries: 15

Rep: Reputation: 106Reputation: 106
1. ext supports an immutable attribute, which "locks (?)" / makes files undeletable

2. You can run some "exe" files with Wine.

3. man 1 flock
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
installing exe files with WINE using Console manuleka Linux - Newbie 1 03-02-2009 06:46 PM
extract .exe files on linux? sharadshankar Programming 6 04-03-2006 06:51 AM
Installing .exe files on linux LegendX Linux - Newbie 4 05-26-2005 06:30 PM
installing .exe and .bin files Andrea40 Linux - Newbie 6 11-09-2003 08:08 PM
Installing .exe files tangaz Linux - General 16 09-18-2003 07:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:35 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration