摘要: 安装xxx.rpm包,以relocate 参数进行安装,安装到/opt/temp目录:rpm -ivh --relocate /=/opt/temp xxx.rpm;以prefix进行安装:rpm -ivh --prefix= /opt/temp xxx.rpm 阅读全文
posted @ 2015-03-10 15:15 程序员X 阅读(261) 评论(0) 推荐(0) 编辑