Computing.Net > Forums > Linux > Installing a RUN file....

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Installing a RUN file....

Reply to Message Icon

Name: go_places_puterwize
Date: April 18, 2007 at 18:56:39 Pacific
OS: Linux openSuSE 10.1
CPU/Ram: Celeron/1.70Ghz
Product: Gateway/300s
Comment:

I finally got my hands on a nice little drum machine (Hydrogen) and I downloaded a .RUN file as the installation. Can I run this through the terminal or can I install it period?

Curiousity only injured the cat.
I finished it off..
Muahahaha...



Sponsored Link
Ads by Google

Response Number 1
Name: ernie
Date: April 18, 2007 at 20:57:01 Pacific
Reply:

If you have not done so, you will have to make the file executable before you can run it.

I will use the file name install.run, and this file will be located in the present working directory for the purposes of this explanation.

Open a terminal window, or switch to a console display.

To make the file executable, run the following command:

chmod +x ./install.run

The dot-slash (./) in front of the file name tells the bash command interpreter to look for the file (install.run) in the present working directory.

Then execute it:

./install.run

HTH,

Ernie Registered Linux User 247790
ICQ 41060744


0
Reply to Message Icon

Related Posts

See More


Tar up key files by exten... locating a hard link in k...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Installing a RUN file....

Running a .run file from command li www.computing.net/answers/linux/running-a-run-file-from-command-li/28027.html

installing a.exe file www.computing.net/answers/linux/installing-aexe-file/24835.html

Installing a source file, new . www.computing.net/answers/linux/installing-a-source-file-new-/16541.html