How to install linux programs in linux?
a ".tar.gz" extension means 2 things: (1) the file is compressed (.gz) and (2) many files were packed together (.tar) into a single .tar file. So first you need to uncompressed them: "gunzip
This normally doesn't mean your program is installed.
Then you'll search for a file called "README" or "INSTALL". These are text files that should explain how to install the program. If they are not there you'll need to refer to the website of the program for specific instructions.
To read these files you can do "more README" or "more INSTALL" or use your favourite text editor such as emacs, pico, nano, vi, etc...
7/17/2008
Install linux programs in linux
Posted by
admin
at
7/17/2008
Labels: Linux
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment