Post Description: how to install rpms in linux unix shell command guide tutorial help show
how, to, install, rpms, in, linux, unix, shell, command, guide, tutorial, help, show
This Post Has Been Viewed 8 Times Since Fri Feb 29, 2008 12:01 pm Posted By pinguin with 0 replies
POST# 197
Posted On: Fri Feb 29, 2008 12:01 pm
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.