Click to See Complete Forum and Search --> : RPM problem


shuzi
04-09-2003, 02:46 PM
well i just install gtk-gnutella....but the problem is that it didn't make an icon in the start menu..so i don't know how to run it? where can i find out its executable?

JamminJoeyB
04-09-2003, 02:53 PM
Simple,

open a terminal

type "gnutella" with out the quotes.

Hit enter.

Need to know what window manger or desktop manager you are using to help with the icon part.

shuzi
04-09-2003, 02:57 PM
Originally posted by JamminJoeyB
Simple,

open a terminal

type "gnutella" with out the quotes.

Hit enter.

Need to know what window manger or desktop manager you are using to help with the icon part.


well it says "command not found"....but Synaptic shows that it has been installed.

and i use Redhat 8.0 - KDE (check the sig ;) )

Hayl
04-09-2003, 03:10 PM
actually i think it's called gtk-gnutella

try that from a terminal.

type in gtk and then press tab to see all the possibilities.

shuzi
04-09-2003, 03:24 PM
Originally posted by Hayl
actually i think it's called gtk-gnutella

try that from a terminal.

type in gtk and then press tab to see all the possibilities.


yeah that works...but is there any way i can find the executable instead of guessing it? or is it that the executable is usually the name of the rpm itself?

JamminJoeyB
04-09-2003, 03:39 PM
I really need to pay more attention to those sigs.

Don't most execs go into /bin or /usr/bin?

Maybe even /usr/local/bin.

EnigmaOne
04-09-2003, 03:47 PM
Originally posted by shuzi
yeah that works...but is there any way i can find the executable instead of guessing it?

In a console, type: whereis gtk-gnutella

You should see something along the lines of the following example:
[root@barbedos /]$ whereis ping
ping: /bin/ping /usr/share/man/man8/ping.8.gz
[root@barbedos /]$

shuzi
04-09-2003, 03:55 PM
k thanx!