当前位置: 技术问答>linux和unix
rpm使用(对大家来说很简单的)
来源: 互联网 发布时间:2015-05-14
本文导语: rpm -q httpd-2.0.40-8.i386.rpm 提示包不存在 (package httpd-2.0.40-8.i386.rpm is not installed) rpm -ivh httpd-2.0.40-8.i386.rpm 提示 (warning: httpd-2.0.40-8.i386.rpm : V3 DSA signature: NOKEY, key ID db42a60e Preparing... ...
rpm -q httpd-2.0.40-8.i386.rpm
提示包不存在
(package httpd-2.0.40-8.i386.rpm is not installed)
rpm -ivh httpd-2.0.40-8.i386.rpm
提示
(warning: httpd-2.0.40-8.i386.rpm : V3 DSA signature: NOKEY, key ID db42a60e
Preparing... ########################################### [100%]
package httpd-2.0.40-8.i386.rpm is already installed)
rpm -e httpd-2.0.40-8.i386.rpm
提示
(error: package httpd-2.0.40-8.i386.rpm is not installed)
rpm -q package
提示
(httpd-2.0.40-8)
rpm -e httpd
提示
(error: Failed dependencies:
httpd-mmn = 20020628 is needed by (installed) mod_perl-1.99_05-3
httpd-mmn = 20020628 is needed by (installed) mod_python-3.0.0-10
httpd-mmn = 20020628 is needed by (installed) mod_ssl-2.0.40-8
httpd-mmn = 20020628 is needed by (installed) php-4.2.2-8.0.5
libapr.so.0 is needed by (installed) mod_perl-1.99_05-3
libaprutil.so.0 is needed by (installed) mod_perl-1.99_05-3
httpd >= 2.0.40 is needed by (installed) mod_perl-1.99_05-3
httpd >= 2.0.40 is needed by (installed) mod_python-3.0.0-10
httpd is needed by (installed) mod_ssl-2.0.40-8
httpd is needed by (installed) redhat-config-httpd-1.0.1-13
)
为什么-ehttpd-2.0.40-8.i386.rpm 时会说没有此包啊?
请问我应如何才能删掉httpd-2.0.40-8.i386.rpm ?
安装时,直接运行rpm -ivh httpd-2.0.40-8.i386.rpm 就可以了吗?
高手,请解!!在线期盼!
提示包不存在
(package httpd-2.0.40-8.i386.rpm is not installed)
rpm -ivh httpd-2.0.40-8.i386.rpm
提示
(warning: httpd-2.0.40-8.i386.rpm : V3 DSA signature: NOKEY, key ID db42a60e
Preparing... ########################################### [100%]
package httpd-2.0.40-8.i386.rpm is already installed)
rpm -e httpd-2.0.40-8.i386.rpm
提示
(error: package httpd-2.0.40-8.i386.rpm is not installed)
rpm -q package
提示
(httpd-2.0.40-8)
rpm -e httpd
提示
(error: Failed dependencies:
httpd-mmn = 20020628 is needed by (installed) mod_perl-1.99_05-3
httpd-mmn = 20020628 is needed by (installed) mod_python-3.0.0-10
httpd-mmn = 20020628 is needed by (installed) mod_ssl-2.0.40-8
httpd-mmn = 20020628 is needed by (installed) php-4.2.2-8.0.5
libapr.so.0 is needed by (installed) mod_perl-1.99_05-3
libaprutil.so.0 is needed by (installed) mod_perl-1.99_05-3
httpd >= 2.0.40 is needed by (installed) mod_perl-1.99_05-3
httpd >= 2.0.40 is needed by (installed) mod_python-3.0.0-10
httpd is needed by (installed) mod_ssl-2.0.40-8
httpd is needed by (installed) redhat-config-httpd-1.0.1-13
)
为什么-ehttpd-2.0.40-8.i386.rpm 时会说没有此包啊?
请问我应如何才能删掉httpd-2.0.40-8.i386.rpm ?
安装时,直接运行rpm -ivh httpd-2.0.40-8.i386.rpm 就可以了吗?
高手,请解!!在线期盼!
|
rpm -q httpd-2.0.40-8.i386
不是rpm -q httpd-2.0.40-8.i386.rpm
rpm -e httpd-2.0.40-8.i386 --force -nodenps
不是rpm -q httpd-2.0.40-8.i386.rpm
rpm -e httpd-2.0.40-8.i386 --force -nodenps