Hi all ...
I'll preface this with "I'm not a Linux guy".
The Flexera documentation lists this as the installation command:
rpm --upgrade --oldpackage --verbose managesoft-[VERSION]-1.x86_64.rpm
However, I've seen several forum postings where this command was used instead:
rpm -i /var/tmp/managesoft-[VERSION]-1.x86_64.rpm
Some use -ivh as the argument to the rpm command instead of -i.
Are these two equivalent?
Mar 17, 2023 09:55 AM
For installing the agent, there is likely not much difference in the semantics of the different options you're referring to here that will have a material effect on the operation.
Check out the rpm(8) man page to understand what the various command line options mean.
Here are the descriptions of the various options you have noted:
Mar 17, 2023 08:55 PM
Hi
rpm -ivh /var/tmp/Managesoftpkg.rpm
where i stand for install
v stand for verify
h stand for hash
this is most used command line to install agent.
Mar 17, 2023 10:02 AM
My question may not have been clear.
Are
rpm --upgrade --oldpackage --verbose managesoft-[VERSION]-1.x86_64.rpm
... and ...
rpm -i /var/tmp/managesoft-[VERSION]-1.x86_64.rpm
equivalent?
Mar 17, 2023 12:07 PM
For installing the agent, there is likely not much difference in the semantics of the different options you're referring to here that will have a material effect on the operation.
Check out the rpm(8) man page to understand what the various command line options mean.
Here are the descriptions of the various options you have noted:
Mar 17, 2023 08:55 PM