How Do I Install a Program
I have just recently installed Xandros linux on my system. installation was a cinch, but I am still new to linux, and I don't know how to install a program. If I download a file.tar.gz , how do i install it?
Here's what you can do. tar xvzf filename.tar.gz This will extract the gzip and tar and will create the directory struecture for you. cd to_the_directory look for INSTALL or README files. eg. if you've downloaded apache or samba you once you get the directory you find INSTALL or README which give you directions how to compile and install the source. Most of the times it will be, ./configure # to getnerate the make file
But do you installed the development tools also? eg. gcc, make, development libs?
Quick Links:
Linux Books
Hints and Tips on: Linux System Administration (c) www.gotothings.com All material on this site is Copyright.
|