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: nikhil779
Date: March 9, 2003 at 14:24:12 Pacific
OS: windows .net server
CPU/Ram: 800/256
Comment:

how do i install a program in linux. i am new to linux



Sponsored Link
Ads by Google

Response Number 1
Name: frink36
Date: March 9, 2003 at 16:06:53 Pacific
Reply:

It depends on how the program is packaged. If its an RPM, just double click on it. If its a tar.gz you have to extract it (tar -xvzf filename.tar.gz) and then you will probobly have to compile and install it (./configure, make, make isntall).

If you give something more specific people will be able to help you better.


0

Response Number 2
Name: nikhil779
Date: March 9, 2003 at 16:58:19 Pacific
Reply:

i am tring to install a newer netcape on my machine


0

Response Number 3
Name: n0dez
Date: March 10, 2003 at 15:30:34 Pacific
Reply:

Hi,

Please say the full filename such as something.tgz, something.deb or something.rpm

Slackware Linux: installpkg package.tgz
Debian Linux: dpkg -i package.deb
Red Hat Linux: rpm -ihv package.rpm

n0dez
==
n0dez.com, the gnu/linux finder
www.n0dez.com


0

Response Number 4
Name: 3Dave
Date: March 11, 2003 at 07:35:32 Pacific
Reply:

If it is RPM based and you want to upgrade, use:
# rpm -Uhv package.rpm

What is the name of the file you downloaded


0

Response Number 5
Name: vietmaverick
Date: March 13, 2003 at 03:59:47 Pacific
Reply:

hi,
Nikhil, if u have RedHat 7.3 or 8 follow these steps, which will help you.
upgrade using cui.
1. Know the packages that you are installing whether already installed or not.
type at # (super user prompt)

# rpm -qa|grep

this will give you the rpm files installed with version names

If its already there and you want to upgrade type copy the file from the disk to your root directory and type the following command.
# rpm -Uhv
mention the fullname of the rpm file please
If the package has depandencies, which means if the 1st command has returned more than 1 file name, repeat the above mention step for all the files mentioned.

2. To install
Copy the rpm file(s) and type the following command,
# rpm -ivh
USING GUI. (This i know works nicely with Redhat 8. never tried with previous versions)
Use konquerer to get into the RPMS directory
\mnt\cdrom\RedHat\RPMS
just double click on the rpm and it does the rest.

AAP TRY KAR KE DEKHO, if you fail, send me a mail for details
i_m@most-wanted.com



0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon






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 in linux www.computing.net/answers/linux/how-do-i-install-a-program-in-linux/27795.html

how do i install a program? www.computing.net/answers/linux/how-do-i-install-a-program/27677.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