where do installed apps end up? (fc5)

Associate
Joined
12 Dec 2002
Posts
1,032
Location
::1
Did you install bittorrent or bittorrent-gui, i'm assuming you only installed the command line version in which case install bittorrent-gui and bit torrent will appear within internet in your applications menu.
 
Soldato
OP
Joined
11 Jun 2003
Posts
7,613
Location
The Shadows (london)
doaa said:
Did you install bittorrent or bittorrent-gui, i'm assuming you only installed the command line version in which case install bittorrent-gui and bit torrent will appear within internet in your applications menu.
yeah might have only been the com version :o
still getting the hang off linux hehe

ill post back after i actually find a gui that works

thanks
 
Soldato
Joined
9 Dec 2004
Posts
5,696
Location
Dorset
You can use;

locate appname

providing your database is up to date; updatedb (may take a while).

Otherwise you can do; find / -name bittorrent
The / in the above will search from / downwards into all sub-dir's. You might want to narrow it down to /usr/share or whatever :)
 
Soldato
OP
Joined
11 Jun 2003
Posts
7,613
Location
The Shadows (london)
FirebarUK said:
You can use;

locate appname

providing your database is up to date; updatedb (may take a while).

Otherwise you can do; find / -name bittorrent
The / in the above will search from / downwards into all sub-dir's. You might want to narrow it down to /usr/share or whatever :)
sorry for the late reply.. cheers dude. ive given up now. im leaving my linux install nice and clean for now :)

Thanks
 
Back
Top Bottom