: 안녕하세요?
:
: 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
:
: 왜 그럴까요?
:
: 가르켜주세요.
:
: --
: 서명: 김동현 ^^
잘은 모르겠지만, 이런 방법을 한 번 써보세요. 전에 잘 안 지워지던
화일을 지운 방법이
# rpm --rebuilddb
# rpm -e <패키지 이름>
을 하니까 지워지기는 하던데요. 도움이 되었길 빕니다.--내 서명???