where do installed apps end up? (fc5)

Soldato
Joined
11 Jun 2003
Posts
7,613
Location
The Shadows (london)
Hey peeps, just got FC5 up and running and installed bittorrent but i cant seem to find it anywhere... can someone point me in the right place?

Thanks
 
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.
 
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
 
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 :)
 
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