Results 1 to 4 of 4
Hi I am fairly new to the linux world. I have recently decided to give a shot and I am looking for some help
Many of the programs that I ...
- 08-21-2009 #1Just Joined!
- Join Date
- Aug 2009
- Posts
- 1
Running programs (please help)
Hi I am fairly new to the linux world. I have recently decided to give a shot and I am looking for some help
Many of the programs that I am trying to install say .run n file name. How exactly do I run these files? When I put a CD in how can I run the program on the CD?
If someone could explain in detail that would be great or provide me with some links and beginner guides please and thank you in advance.
- 08-21-2009 #2
What are these programs and where are you getting them?
- 08-22-2009 #3Linux Newbie
- Join Date
- Aug 2009
- Posts
- 132
If you get a *.run file, it is probably supposed to be executed. The two ways I use to execute a file are:
Double-click it in Nautilus and choose "Run in Terminal"
or navigate to its directory in a terminal and enter:
Usually if a program tries to install an application, it has to modify files/directories owned by the root user. So if the above don't work (Especially if is says something about permissions), then navigate to the directory containing the file and enter:Code:./<name of file>
If the CDs you are talking about are for Windows, they sure won't work.Code:su ./<name of file>
- 08-23-2009 #4Linux User
- Join Date
- Jun 2007
- Posts
- 458
Even if the CD is for Windows, Windows does not run .run files directly. It may be a part of a program and the main file is always .exe. Try finding a .exe file and if there is one, you an run that in Wine.
"When you have nothing to say, say nothing."


Reply With Quote