Computing.Net > Forums > Linux > Where did my package install to?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Where did my package install to?

Reply to Message Icon

Name: Scott
Date: April 3, 2002 at 08:25:48 Pacific
Comment:

I downloaded and installed a .rpm package, and everything went fine, but I don't know where it installed to? Do all packages go to one place by default? How can I fond where it is? I tried "locate" and "whereis", but nada...Thanks in advance.



Sponsored Link
Ads by Google

Response Number 1
Name: jerry
Date: April 3, 2002 at 11:02:25 Pacific
Reply:

If your have gnome installed you can use:

gnorpm

this is a gui thing for installing rpms. But it can help you find out more about a rpm.

type gnorpm on the command line.

locate your rpm.

click on query button.

It will then display all info about the rpm, such as /usr/sbin/whatever.

If the above does not work, then do the following:

Most binaries are installed in the following directories:

/bin
/sbin
/usr/bin
/usr/sbin
/usr/local/bin

Generally the name of the rpm will be similar to the command used to fire it up.

Like: heroes.3-0.x.rpm, its binary would be,

heroes

But not in all cases.

If you installed the above rpm, you could try:

man heroes

It may give you details on the software.

Or locate command to find a binary:

like:

locate heroes

The above command will display all files with heroes in it, and there location.

hope this helps

jerry


0

Response Number 2
Name: Scott
Date: April 3, 2002 at 14:34:21 Pacific
Reply:

That's what I was looking for, thanks Jerry.


0

Response Number 3
Name: jon
Date: April 4, 2002 at 06:05:02 Pacific
Reply:

If you do a 'rpm -ql .rpm' it will list all the files (for named file) that are contained within the rpm database on your system - good for tracking down other files


0

Response Number 4
Name: brett
Date: April 8, 2002 at 20:30:09 Pacific
Reply:

The reason why 'locate' wouldnt have work (first post) is because you need to rebuild the database
$updatedb
$locate whatever

Then you would found it.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Where did my package install to?

where are they installed to...? www.computing.net/answers/linux/where-are-they-installed-to/18289.html

where are my gnome aps www.computing.net/answers/linux/where-are-my-gnome-aps/22766.html

Modem did find 1st install but, www.computing.net/answers/linux/modem-did-find-1st-install-but/385.html