当前位置: 技术问答>linux和unix
A question about RPM
来源: 互联网 发布时间:2014-12-22
本文导语: Hi, all : Sorry using English, my PC had something wrong cause that only English can be inputed. I had a question about RPM upgrading, If I upgrade a lastest version software by using RPM, Should I uninstall the old RPM package f...
Hi, all :
Sorry using English, my PC had something wrong cause that only English can be inputed.
I had a question about RPM upgrading, If I upgrade a lastest version software by using RPM, Should I uninstall the old RPM package first?
for examples, there is apache.old.RPM had been installed for a long time, now I download apache.new.rpm, should I first to do rpm -U apache.old.rpm before I install the apache.new.rpm ?
thanks in advance!
Sorry using English, my PC had something wrong cause that only English can be inputed.
I had a question about RPM upgrading, If I upgrade a lastest version software by using RPM, Should I uninstall the old RPM package first?
for examples, there is apache.old.RPM had been installed for a long time, now I download apache.new.rpm, should I first to do rpm -U apache.old.rpm before I install the apache.new.rpm ?
thanks in advance!
|
你用该先删除就版本rpm -U是更新不是uninstall 呵呵
删除用rpm -e ....
删除用rpm -e ....