Results 1 to 4 of 4
Hi,
I am finding the installed location of a package by:
rpm -qi <package_name>
And then parse the string "Relocations".
If i relocate this package during installation with --relocate option ...
- 04-09-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 5
Find installed location of a relocatable package
Hi,
I am finding the installed location of a package by:
rpm -qi <package_name>
And then parse the string "Relocations".
If i relocate this package during installation with --relocate option , the "Relocations" string still shows the old value. Though the package has been installed on the new location.
How can i figure out where the package has been installed later.
Thanks
- 06-07-2009 #2Just Joined!
- Join Date
- Jun 2009
- Posts
- 29
rpm -ql does that.
rpm -qp for not installed package.
- 06-08-2009 #3Just Joined!
- Join Date
- Apr 2009
- Posts
- 5
Does that mean i have to parse all the files listings?
- 06-15-2009 #4Just Joined!
- Join Date
- Apr 2009
- Posts
- 5
You are talking AIX terminology

BTW, could you complete that?


Reply With Quote
