LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   installing tar file (https://www.linuxquestions.org/questions/linux-newbie-8/installing-tar-file-387621/)

Mickaletto 11-29-2005 12:50 PM

installing tar file
 
Hello, I have download anjuta in tar file. How to install that in mandrake linux?
Shoud I use terminal window?

tuxrules 11-29-2005 01:00 PM

try using Mandrake's package repository
Code:

urpmi anjuta
If you still want to build it from source...download the tar file.

open up a terminal window

Code:

tar -zxvf tarfile.tar.gz
use -j option instead of -z if the file ends in .bz2.

Code:

cd /newly-created-dir
Read the README and INSTALL file.

Tux,

number9 11-29-2005 08:22 PM

You may need this.


All times are GMT -5. The time now is 01:19 AM.