当前位置: 技术问答>linux和unix
rpm后缀的文件,怎么运行?
来源: 互联网 发布时间:2014-10-25
本文导语: |if you want to install: rpm -ivh xxx.xxx.rpm if you want to update: rpm -Uvh xxx.xxx.rpm if you want to query: rpm -q xxx if you want to delete: rpm -e xxx if you still can not understand,please "man rpm".|要是你只是安装的话:用rpm -i file...
|
if you want to install: rpm -ivh xxx.xxx.rpm if you want to update: rpm -Uvh xxx.xxx.rpm if you want to query: rpm -q xxx if you want to delete: rpm -e xxx if you still can not understand,please "man rpm".
|
要是你只是安装的话:用rpm -i filename 要知道更多的话:rpm --help