LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Rpm (https://www.linuxquestions.org/questions/linux-newbie-8/rpm-220069/)

houtenkop 08-20-2004 05:36 AM

Rpm
 
I have correct installed an RPM file (i think)

Where can i open that program
I can't find it

ppuru 08-20-2004 06:03 AM

you can do a rpm -ql <rpmname> to get a list of files that have been installed.

e.g. if rpm name is rsync-xxxxxx, type rpm -ql rsync

XavierP 08-20-2004 06:06 AM

Or just open a console and type in the program name
eg
mozilla
rsync
or whatever

If it has installed correctly, the program will run.

houtenkop 08-20-2004 06:22 AM

Quote:

Originally posted by ppuru
you can do a rpm -ql <rpmname> to get a list of files that have been installed.

e.g. if rpm name is rsync-xxxxxx, type rpm -ql rsync

I get the message <rpmname> is not installed

How can I install this properly?
pls Help?

ppuru 08-20-2004 06:35 AM

To install an rpm,

#rpm -ivh <rpmname-xxx>

If it fails with dependency errors, you may need to install other rpms that are required.

houtenkop 08-20-2004 08:42 AM

when I do that I get a message <rpmname> is already installed

citrus 08-20-2004 08:46 AM

type the name of the program in the consol and see what that does


All times are GMT -5. The time now is 10:34 PM.