
mfeinman asked a question.
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.rpmHowever, 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?
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: