yum错误“Error in PREUN scriptlet in rpm package ”
打算通过yum安装软件,发展之前有软件残骸。使用yum remove也无效,使用rpm -e也无法删除这个软件包(这个软件包已经损坏)。
错误信息:
Running Transaction
Error in PREUN scriptlet in rpm package hadoop-hdfs-namenode
hadoop-hdfs-namenode-2.0.0+1475-1.cdh4.4.0.p0.23.el6.x86_64 was supposed to be removed but is not!
Failed:
hadoop-hdfs-namenode.x86_64 0:2.0.0+1475-1.cdh4.4.0.p0.23.el6
Complete!
Error in PREUN scriptlet in rpm package hadoop-hdfs-namenode
hadoop-hdfs-namenode-2.0.0+1475-1.cdh4.4.0.p0.23.el6.x86_64 was supposed to be removed but is not!
Failed:
hadoop-hdfs-namenode.x86_64 0:2.0.0+1475-1.cdh4.4.0.p0.23.el6
Complete!
解决:
删除rpm包的时候不调用卸载脚本:
sudo rpm -e hadoop-hdfs-namenode.x86_64 0:2.0.0+1475-1.cdh4.4.0.p0.23.el6 --noscripts
PS. 我使用" yum --setopt=tsflags=noscripts remove hadoop-hdfs-namenode.x86_64 0:2.0.0+1475-1.cdh4.4.0.p0.23.el6" 这个命令卸载没有生效。
--end
(未生效)
yum --setopt=tsflags=noscripts remove hadoop-hdfs-namenode.x86_64 0:2.0.0+1475-1.cdh4.4.0.p0.23.el6
相关推荐
yishouwangnian 2020-06-21
昭君出塞 2020-06-04
FCLAMP 2020-05-20
深井兮兮 2020-04-23
LychieFan 2020-06-16
secondid 2020-06-05
安得情怀似旧时 2020-04-22
Plant 2020-03-03
summerinsist 2020-08-21
窃破天道 2020-07-18
OnMyHeart 2020-06-17
服务器开发的日子 2020-06-14
Wytheme 2020-06-11
waitzkj 2020-06-09
邓博学习笔记 2020-06-08
fushilin 2020-06-03
87901735 2020-06-02