I am trying to install rpm package in linux, and the package is stored in artifactory.
command I used:
rpm -ihv --nodeps --force https:/artifactory.com/myrpm.rpm
I got 'transfer failed' error message, and this is expected because the artifactory website requires authentication. (username/password).
Found one thing that there is a command 'curl'. How to utilize this command if this is the right solution?