: [root@crazylinux /root]# rpm -e mysql-3.23.22-6
: error: removing these packages would break dependencies:
: mysql is needed by php-mysql-4.0.1pl2-9
: mysql = 3.23.22 is needed by mysql-server-3.23.22-6
: mysql = 3.23.22 is needed by mysql-devel-3.23.22-6
: libmysqlclient.so.9 is needed by php-mysql-4.0.1pl2-9
: libmysqlclient.so.9 is needed by mysql-server-3.23.22-6
: [root@crazylinux /root]# rpm -e mysql-3.23.22-6 --force
: rpm: only installation, upgrading, rmsource and rmspec may be forced
: [root@crazylinux /root]#
:
: --ㆀ
:
: --
: 오류동 시민 규니가..
의존성 오류군요.
지금 삭제하고자 하는 패키지가 php-mysql 등.. 여러가지 패키지와 의존성을
가지고 있어서 삭제를 못한다는 말이죠.
먼저 저것들을 하나씩 먼저 지우시고 해보면 됩니다.
아니면 강제로 지울 수도 있습니다.
rpm -e --nodeps mysql-3.23.22-6
--nodeps 옵션을 줘보세여 :)
--
모두 째수조은 하루 되세여.