Computing.Net > Forums > Linux > how do i install a program?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

how do i install a program?

Reply to Message Icon

Name: Spencer
Date: May 2, 2005 at 16:16:10 Pacific
OS: Xandros OCE 3.01
CPU/Ram: -/-
Comment:

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?



Sponsored Link
Ads by Google

Response Number 1
Name: cdac
Date: May 3, 2005 at 01:24:31 Pacific
Reply:

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/bin

But do you installed the development tools also? eg. gcc, make , development libs?


0
Reply to Message Icon

Related Posts

See More


Laptop - Mandrake 10 - No... i386, i586, etc. what wou...



Post Locked

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


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: how do i install a program?

how do i install a program www.computing.net/answers/linux/how-do-i-install-a-program-/19052.html

how do i install a program in linux www.computing.net/answers/linux/how-do-i-install-a-program-in-linux/27795.html

How do I install a intern modem in Linux www.computing.net/answers/linux/how-do-i-install-a-intern-modem-in-linux/8632.html