Hi team,
I have a third party application that I need to install on my REDHAT ENTERPRISE LINUX with a module. (rmp)
The manual way is :
$ wget http://www.abc.com/xyz-1.1.x86_64.rpm
# already got the rpm on my system
$ su
$ rpm --import http://www.abc.com/RPM-GPG-KEY-are
# the license key is a .txt file that I have on my system as well
$ yum install xyz-1.1.x86_64.rpmu
I know how to create a simple module with rpm package , but I am not sure how to create it with the license KEY.
↧