“Rpm”的版本间差异

来自Shiyin's note
跳到导航 跳到搜索
(以“*rpm 卸载错误,出现scriptlet failed错误 rpm -e net-snmp --noscripts”为内容创建页面)
 
无编辑摘要
 
第1行: 第1行:
*rpm 卸载错误,出现scriptlet failed错误
*rpm 卸载错误,出现scriptlet failed错误
rpm -e net-snmp --noscripts
rpm -e net-snmp --noscripts

*提取rpm包中的文件
:rpm2cpio test.rpm > test.cpio
:cpio -id test.ciao

2015年9月8日 (二) 04:34的最新版本

  • rpm 卸载错误,出现scriptlet failed错误

rpm -e net-snmp --noscripts

  • 提取rpm包中的文件
rpm2cpio test.rpm > test.cpio
cpio -id test.ciao