| Author |
to all the red hat linux experts please help:
|
|
|
| Can anyone help me I have red hat linux 8.0 installed ,I have trouble installing programs .how can I run setup or execute files ?
any ideas are greatly appreciate.
thank you
salvadore. | |
| Mr. Linux Guy 2003-02-11, 9:30 am |
| You need to su to the root account. To install a program from rpm you generally issue a command line like:
rpm -i programname.i386.rpm
For building stuff from the source, you can try using "make" or ./configure", and if that fails, read the installation instructions.
To run a program, just type:
./program name
if you are in that directory. | |
| Boulware5 2003-02-11, 12:07 pm |
| And I recommend using This
when you install programs from source. | |
| Mr. Linux Guy 2003-02-11, 12:21 pm |
| quote: Originally posted by Boulware5
And I recommend using This
when you install programs from source.
Good idea. Otherwise it can get messy. |
|
|
|