在安裝 MySQL-clIEnt-4.1.16-1.glibc23.rpm 的時候
顯示與 MySQL-3.23.54a-11 沖突 可是我把那些沖突的文件名前面全部都加上#改名
卻 還在沖突! 默認安裝的MySQL只是換了個版本!
試圖 添加刪除程序卸載 卻顯示卻少個軟件包無法找到 卸不了!
QUOTE: Preparing... ########################################### [100%] file /usr/bin/mysql from install of MySQL-client-4.1.16-1.glibc23 conflicts with file from package mysql-3.23.54a-11 file /usr/bin/mysql_find_rows from install of MySQL-client-4.1.16-1.glibc23 conflicts with file from package mysql-3.23.54a-11 file /usr/bin/mysqlaccess from install of MySQL-client-4.1.16-1.glibc23 conflicts with file from package mysql-3.23.54a-11 file /usr/bin/mysqlbinlog from install of MySQL-client-4.1.16-1.glibc23 conflicts with file from package mysql-3.23.54a-11 file /usr/bin/mysqlcheck from install of MySQL-client-4.1.16-1.glibc23 conflicts with file from package mysql-3.23.54a-11 file /usr/bin/mysqldump from install of MySQL-client-4.1.16-1.glibc23 conflicts with file from package mysql-3.23.54a-11 file /usr/bin/mysqldumpslow from install of MySQL-client-4.1.16-1.glibc23 conflicts with file from package mysql-3.23.54a-11 file /usr/bin/mysqlimport from install of MySQL-client-4.1.16-1.glibc23 conflicts with file from package mysql-3.23.54a-11 file /usr/bin/mysqlshow from install of MySQL-client-4.1.16-1.glibc23 conflicts with file from package mysql-3.23.54a-11 file /usr/share/man/man1/mysql.1.gz from install of MySQL-clIEnt-4.1.16-1.glibc23 conflicts with file from package mysql-3.23.54a-11 file /usr/share/man/man1/mysqlAccess.1.gz from install of MySQL-client-4.1.16-1.glibc23 conflicts with file from package mysql-3.23.54a-11 file /usr/share/man/man1/mysqladmin.1.gz from install of MySQL-client-4.1.16-1.glibc23 conflicts with file from package mysql-3.23.54a-11 file /usr/share/man/man1/mysqldump.1.gz from install of MySQL-client-4.1.16-1.glibc23 conflicts with file from package mysql-3.23.54a-11 file /usr/share/man/man1/mysqlshow.1.gz from install of MySQL-client-4.1.16-1.glibc23 conflicts with file from package mysql-3.23.54a-11 file /usr/bin/mysqladmin from install of MySQL-clIEnt-4.1.16-1.glibc23 conflicts with file from package MySQL-server-3.23.54a-11
可以用 rpm 命令強制 卸載 !!
rpm -e --nodeps (不檢查依賴性 ) 數據包名
然後安裝 新的 或者可以用
rpm -i --replacepkgs (強制重新安裝已經安裝的軟件包 )
rpm -i --nodeps (不檢查依賴性 ) 這2個 都可以 看你的選擇
不過一般升級新版本 用 rpm -U 如果加 -test 的話可以先測試一下可以不可以升級 !!
MySQL-clIEnt-4.1.16-1.glibc23.rpm 這個應該是客戶相關的 rpm 吧? 因為我很少這樣升級rpm包。所以具體的情況不是很了解 !! 因為rpm包關聯性很強,經常是安裝中錯誤,然後找關聯的包。再安裝這個,有時會要找很多關聯包,才能裝完整。