close

當系統安裝了兩個相同的rpm:

# rpm -q mysql-5.0.45-7.el5

mysql-5.0.45-7.el5

mysql-5.0.45-7.el5

 

在移除時會顯示錯誤:

 

# rpm -e mysql

error: "mysql" specifies multiple packages

 

只要加上 --allmatches參數即可成功移除:

# rpm -e --allmatches mysql

 

arrow
arrow
    全站熱搜

    Eva 發表在 痞客邦 留言(0) 人氣()