Computing.Net > Forums > Linux > how to install software for linux?

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 to install software for linux?

Reply to Message Icon

Name: Brandon77
Date: February 4, 2003 at 01:33:30 Pacific
OS: Linux
CPU/Ram: P-3/128
Comment:

Hi,all you linux fans.I was wondering how would you install a program such as netscape-
i686-pc-linux-gnu-installer.tar.gz.Please teach me step by step cause i'm really new at this,and i really mean really new.Thankz




Sponsored Link
Ads by Google

Response Number 1
Name: 3Dave
Date: February 4, 2003 at 04:46:26 Pacific
Reply:

1) First you need to uncompress it:
# tar -zxvf netscape-

i686-pc-linux-gnu-installer.tar.gz

2) This will then modt likely create a folder called "netscape-
i686-pc-linux-gnu-installer", change directory into this folder.
# cd netscape-
i686-pc-linux-gnu-installer

3) See what is in the folder
# ls

4) Read any README or INSTALL files in there, eg:
# less README

5) Usually now you would compile and install the program, but I think what you have for nutscrape is an online installer. Have a look in the folder for an executable and then run it, eg:
# ./netscape-installer

6) Follow the instaructions. You may need to become root in order to install it. If so:
# su
then enter root's password. You are now logged in as root.

As mentioned in 5), the usual way of compiling/installing is as follows:
# ./configure
# make
# su
enter root's password
# make install

You can now remove the install files:
# cd ..
# rm -Rf netscape-
i686-pc-linux-gnu-installer

Don't forget to log out of root at the end...just hit Ctrl&D


0

Response Number 2
Name: STC
Date: February 4, 2003 at 04:48:50 Pacific
Reply:

Depending on your Linux Distribution you could also download a RPM package. This is very easy to install (just by clicking).


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Redhat doenot work in my ... Help Viewing Linux Partio...



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 to install software for linux?

how to instal webcam in linux www.computing.net/answers/linux/how-to-instal-webcam-in-linux/21255.html

installing software with linux www.computing.net/answers/linux/installing-software-with-linux/3015.html

how to setup adsl for linux www.computing.net/answers/linux/how-to-setup-adsl-for-linux/9997.html