Quote:
Originally Posted by bvpurandare
I know rpm packages get installed in a default location and one can use --prefix to install to a non-default location.
However I would like to install rpms with the same version in multiple locations on the same machine.
Is this possible. If I try to install without erasing, I get a message which says that the rpm package is already installed.
Thank you very much,
Bhupesh
|
Not sure what you are asking...more info would help
1) What are you trying to install?
2) Is it a downloaded RPM or a custom built RPM?
3) Is is a binary RPM or a source RPM?
4) What RPM command are you using to install?
5) What is the output of the command you are running?
If you can get us this information; we can have a better chance at helping you
FWIW you can upgrade with the -U option
Code:
root@host# rpm -Uvh package.rpm
-C