RPM and install software via CD

1.RPM:

Command: rpm -ivh package_name

-i :install means

-v: View detailed installation information

-h: display installation progress

 

E.g:

Install rp-pppoe-3.5-32.1.i386.rpm:

Command: rpm -ivh rp-pppoe-3.5-32.1.i386.rpm

 

Install two software a.i386.rpm and b.i386.rpm at once:

Command: rpm -ivh a.i386.rpm b.i386.rpm

 

Install by URL:

命令:rpm -ivh http://websiteame/path/package.rpm

 

2. How to install a software called pam-devel from the original CD:

 

Guess you like

Origin blog.csdn.net/weixin_40042248/article/details/81556938