Linux Installing and Uninstalling RPM Packages
| Posted by watashii | Filed under Unix
Installing a package on Linux: (Eg, MQSeriesRuntime-7.0.1-3.x86_64.rpm)
$ rpm -ivh MQSeriesRuntime-7.0.1-3.x86_64.rpm
Verify the package installed: (The architecture x86_64 name is not required)
$ rpm -qa MQSeriesRuntime-7.0.1-3
Uninstall the package:
$ rpm -e MQSeriesRuntime-7.0.1-3
Note: Sudo maybe required for install, in this case, run sudo rpm …