LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to install rpm file? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-rpm-file-360910/)

futurist 09-06-2005 10:02 PM

How to install rpm file?
 
Sorry to bother you, long time no use linux, i had forgotten what i learned in the past.

I down load abiword, the file is abiword-2.2.9-0.1.102mdk.i586.rpm ,
i put it in /home,
so, how to install it? and, how to launch it after that ?

spooon 09-06-2005 10:10 PM

Re: How to install rpm file?
 
Quote:

Originally posted by futurist
how to install it?
As root, run
Code:

rpm -Uvh whatever.rpm

holonome 09-06-2005 10:13 PM

Re: How to install rpm file?
 
Quote:

Originally posted by futurist
Sorry to bother you, long time no use linux, i had forgotten what i learned in the past.

I down load abiword, the file is abiword-2.2.9-0.1.102mdk.i586.rpm ,
i put it in /home,
so, how to install it? and, how to launch it after that ?


I'm a think it is :

rpm -ivh abiword-2.2.9-0.1.102mdk.i586.rpm

b0nd 09-06-2005 11:38 PM

hello,
or you can install rpm in better way using utilities like:
"apt" ::::for debian
"urpmi" :::: for Mandrake
"yum" :::: for Fedora/Redhat
"YaST :::: for SuSE.

moreover you can use "apt" for any rpm based distros.

regards

new2penguin 09-07-2005 12:12 AM

Re: Re: How to install rpm file?
 
Quote:

Originally posted by holonome
I'm a think it is :

rpm -ivh abiword-2.2.9-0.1.102mdk.i586.rpm

The -Ivh option does a fresh install of the program and overwrites all files and configurations while the -Uvh option does an upgrade of the software if it detects an earlier version already installed. If not, the -Uvh option will perform a fresh install similar to the -Ivh option.

Most people would recommend you to use -Uvh instead of -Ivh as the program may end up overwriting some important configuration files which your system was using previously.

futurist 09-07-2005 12:30 AM

Quote:

Originally posted by ruudra
hello,
or you can install rpm in better way using utilities like:
"apt" ::::for debian
"urpmi" :::: for Mandrake
"yum" :::: for Fedora/Redhat
"YaST :::: for SuSE.

moreover you can use "apt" for any rpm based distros.

regards

how to run these application from linux? i use mandrake

aysiu 09-07-2005 12:42 AM

http://www.cs.utexas.edu/users/walte...rpm-howto.html

b0nd 09-07-2005 01:12 AM

Quote:

Originally posted by futurist
how to run these application from linux? i use mandrake
you will have to download "urpmi" from internet first........then using it you can easily download and install other rpm's etc

regards

futurist 09-07-2005 02:04 AM

how about installing tar/gz files?

b0nd 09-07-2005 02:24 AM

hello,

good site for beginners

regards

comment :: A person with 416 posts is asking these things ???

slackie1000 09-07-2005 05:45 AM

hi there,
may i also recommend this ?
some search would have brought you there...
regards,
slackie1000

futurist 09-07-2005 06:59 AM

I tried to install Realplayer, it prompts me
error while loading shared library: libstdc++.so.5

What can i do ?

futurist 09-07-2005 09:42 AM

please help me


All times are GMT -5. The time now is 11:38 PM.