LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 09-21-2005, 02:58 PM   #1
johnty01
LQ Newbie
 
Registered: Aug 2005
Location: vancouver, bc
Distribution: fc 4
Posts: 26

Rep: Reputation: 15
finding out where are programs installed (yum)


when using yum install xxxxxx, how can you find out where that program is intalled locally?

for example, i just installed the bittorrent-gui, but have no idea where it is/how to run it

thanks in advance,

johnty
 
Old 09-21-2005, 08:35 PM   #2
shams
Member
 
Registered: Jan 2004
Posts: 535

Rep: Reputation: 30
in fedora all the new applications are installing in /usr/bin, to run that applicaion in a terminal type the name and enter:
bittorrent-gui
if you got the error command not found do:
whereis bittorrent-gui
it will show the full path to the applicaiton then run the apps with the full path:
/usr/bin/bittorrent-gui
 
Old 09-21-2005, 09:09 PM   #3
jcliburn
Member
 
Registered: Dec 2003
Location: Mississippi, USA
Distribution: Fedora
Posts: 435

Rep: Reputation: 33
Another very useful tool for finding things is "locate". First (and, say, once a week or so thereafter) run "updatedb" to get and keep the slocate database up to date. Then, when you want to find something, run "locate <search string>". See the locate manpage for details.
 
Old 09-22-2005, 02:20 PM   #4
borchen
Member
 
Registered: Feb 2005
Posts: 57

Rep: Reputation: 15
You can always list the contents of a package with the command: rpm -ql <package-name>

Example:

- open a terminal window
- get a list of all (installed) packages with : rpm -qa
- pick out the package you want to investigate (in this case yum itself): rpm -qa | grep yum
- you'll get an answer like: yum-2.4.0-0.fc4
- now list the contents of the installed package with: rpm -ql yum-2.4.0-0.fc4
- you'll get a list with all the files that are in the (installed) package.
- if you want to know where the executables are: rpm -ql yum-2.4.0-0.fc4 | grep bin

You can also list the contents of a .rpm file with: rpm -qlp <rpm file>

I dunno if there is a GUI version of the rpm command that supports the -l option....

Last edited by borchen; 09-22-2005 at 02:22 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
finding working YUM repository for Mono tenn_eric Fedora 2 05-07-2005 02:30 AM
Yum Issue finding gpg key cuco76 Linux - Software 1 11-08-2004 03:14 PM
Finding installed programs KDE steven2357 Red Hat 2 08-28-2004 06:55 PM
Need help finding installed programs! Bix Linux - Newbie 14 08-19-2003 05:40 AM
Finding installed programs? Nicksan Linux - General 6 06-26-2003 09:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 11:03 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration