You are not logged in.

1

Thursday, September 4th 2003, 10:55pm

How do I find where packages have been isntalled??

I need a little help.
When I install a rpm, how do I find out where the directory structure for that package is installed too? I have not found any information yet concerning this ability. I have been working on this for quite some time, and I am starting to get physically sick from it.

Thanks
Sentrme

The World is upon us.... What do you do?

m4ktub

Intermediate

Posts: 257

Location: Lisbon, Portugal

Occupation: Software Engineer

  • Send private message

2

Friday, September 5th 2003, 2:50am

Re: How do I find where packages have been isntalled??

Quoted

Original von Sentrme

...how do I find out where the directory structure for that package is installed too?


I didn't understood exactly what you want but supposing you want to know which are the directories (and files) created by the package you can use the command
[code:1]rpm -qlp <rpmfile>[/code:1]

Usually there are tools that display all the infromation. An examples is kpackage.

3

Friday, September 5th 2003, 1:02pm

Kpackage lists all files with their locations for rpm's. Kpackage is a GUI for rpm.

4

Monday, September 8th 2003, 8:34pm

Thanks

Thanks a ton... That takes my headache away now.
Sentrme

The World is upon us.... What do you do?