안녕하세요?
rpm -qa 로 설치된 패키지들의 목록은 확인이 되는데,
rpm -e 로 위에서 확인한 목록을 삭제를 하려고 하면 , 삭제가 안되는 군요.
예를 들어 다음과 같습니다.
[root@dart]# rpm -qa | grep ssh
error: Macro %__spec_install_post has empty body
error: Macro %__spec_install_post has empty body
ssh2-clients-2.0.13-1i
ssh2-extras-2.0.13-1i
ssh2-2.0.13-1i
ssh2-server-2.0.13-1i
[dart]# rpm -e ssh2-clients-2.0.13-1i
error: Macro %__spec_install_post has empty body
error: Macro %__spec_install_post has empty body
error: package ssh2-clients-2.0.13-1i is not installed
왜 그럴까요?
가르켜주세요.--서명: 김동현 ^^