- Forums
- Linux Hosting
- How To Install RPMs In Linux Unix Shell Command Guide Tutorial Help Show
This Page Contains information about How To Install RPMs In Linux Unix Shell Command Guide Tutorial Help Show By pinguin in category Linux Hosting with 0 Replies. [401], Last Updated: Sat May 18, 2024
pinguin
Wed Nov 15, 2006
0 Comments
1147 Visits
if you want to install a RPM through the linux shell command, run this command to do that:
application = the name of the rpm you want to insta
CODE:
rpm -Uvh application
Remember to change
application to whatever your rpm is called.