Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    What are these programs and where are you getting them?

  3. #3
    MTK
    MTK is offline
    Linux 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:

    Code:
    ./<name of file>
    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:
    su
    ./<name of file>
    If the CDs you are talking about are for Windows, they sure won't work.

  4. #4
    Linux 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."

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...