LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how to run an installed RPM? (https://www.linuxquestions.org/questions/linux-software-2/how-to-run-an-installed-rpm-84265/)

purefan 08-21-2003 01:50 PM

how to run an installed RPM?
 
Hello all.
I installed an RPM "succesfully" (according to the window), but now I dont know how to run the game.
I know it sounds stupid but Im just starting here.

david_ross 08-21-2003 01:55 PM

Welcome to LQ.

What did you install? Try typing the name of the application in a terminal window.

contrasutra 08-21-2003 01:59 PM

if the program was stored in a "normal" location (/usr/bin, /usr/local/bin, /sbin, etc), then just typeing the program name in a terminal should work.

If you're not sure, typing:

whereis [program]

will tell you the exact location.


If all else fails, you can do a (as root):

updatedb
[database gets updated]
locate "program_name"

and that will search your harddrive for files with that name.

jimdaworm 08-21-2003 05:53 PM

I am pretty much the same problem
 
Hey I am running red hat 9.0 and when I search (as you suggested with whereis) for the program I get the below but still dont know how to start it :(

[adam@localhost adam]$ whereis gnutella
gnutella:
[adam@localhost adam]$

Any help would be excellent!!!!
Adam

andrewlkho 08-21-2003 05:56 PM

okay, what was the program? [mainly directed at purefan].
Try:
find /usr | egrep *program* [gnutella in jimdaworm's case]. Having never used gnutella, I can't really give any more specific advice. I presume that you've both tried
$ gnutella
or whatever purefan's program is

jimdaworm 08-21-2003 06:03 PM

It worked
 
In one of the bin files said the below, so I typed that and it ran! I was typing the wrong thing!

gtk-gnutella

Thanks
Adam

purefan 02-25-2005 06:23 PM

Typing the name did work for me! Sorry for the HUGE delay.....


All times are GMT -5. The time now is 12:21 AM.