Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
hi!
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?

I used it for a while, but didnt have any feel with it.
But 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
make # to compile the source using
# make file generated from
# step above
make install # make sure you run this step
# as root as it will need to
# write in /usr/bin
# or /usr/local/binBut do you installed the development tools also? eg. gcc, make , development libs?

![]() |
Laptop - Mandrake 10 - No...
|
i386, i586, etc. what wou...
|

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