rpm -e --allmatches --nodeps libevent-1.1a-3.2.1
升级时openssl遇到的怪胎,error: specifies multiple packages
error: specifies multiple packages 卸载openssl rpm包遇到的怪胎
[root@testserver openssl-0.9.8l]# rpm -qa | grep openssl
openssl-0.9.8e-12.el5
openssl-devel-0.9.8e-12.el5
openssl-devel-0.9.8e-12.el5
openssl-0.9.8e-12.el5
[root@testserver openssl-0.9.8l]# rpm -e openssl-0.9.8e-12.el5
error: "openssl-0.9.8e-12.el5" specifies multiple packages
[root@testserver openssl-0.9.8l]# rpm -e openssl-devel-0.9.8e-12.el5
error: "openssl-devel-0.9.8e-12.el5" specifies multiple packages
[root@testserver openssl-0.9.8l]# rpm -e --nodeps openssl-0.9.8e-12.el5
error: "openssl-0.9.8e-12.el5" specifies multiple packages
[root@testserver openssl-0.9.8l]# rpm -e --force openssl-0.9.8e-12.el5
error: "openssl-0.9.8e-12.el5" specifies multiple packages
[root@testserver openssl-0.9.8l]# rpm -e --justdb openssl-0.9.8e-12.el5
error: "openssl-0.9.8e-12.el5" specifies multiple packages
尝试卸载:
造成这个问题的主要原因是套件被重複 (强制) 安装了两次以上.
尝试了--nodeps, --force, --justdb都不行。结果碰巧解决!
通过man rpm,发现--allmatches应该可以解决这个问题.
[root@testserver openssl-0.9.8l]# rpm -e --allmatches --nodeps openssl*
[root@testserver openssl-0.9.8l]# rpm -qa | grep openssl
[root@testserver openssl-0.9.8l]#
OK,没有了!
分享到:
相关推荐
- **错误1**: `error: specifies multiple packages` - 解决方法:如果系统中有多个相同名称的包(如同时存在x86和x64版本),可以使用`--allmatches`参数来卸载所有匹配的包。 ```bash rpm -e --allmatches --...
/command: specifies the command to execute and the parameters /runpath: specifies the path where the command should start Examples: --------- lsrunas /user:administrator /password:s3cr3tp@ssw0rd /...
- **MPEG-2 Transport Streams**: This format is commonly used for broadcasting and supports multiple audio and video streams within a single file. - **Fragmented MPEG-4**: Suitable for streaming ...
- **Display/Control Interface**: Offers multiple interfaces for data transfer, including parallel bus, serial bus, RGB, and MDDI interfaces. - **Miscellaneous**: Provides features such as tearing ...
- 卸载时可能出现的问题:错误提示如`error: "mysql" specifies multiple packages`或`error: "mysql-5.0.77-4.el5_6.6" specifies multiple packages`以及依赖错误,例如`perl-DBD-MySQL is needed by (installed)...
@param ADC IT : specifies the ADC interrupt sources to be enabled or disabled This parameter can be any combination of the @ref ADC IT TypeDef @param NewState : new state of the specified ADC ...
ddynamic_reconfigure是ROS(Robot Operating System)框架中的一个核心组件,主要用于动态调整正在运行的节点的参数。这个工具提供了一种灵活的方式,允许开发者在程序运行时改变节点的配置,而无需重启服务或者...
cs-gpios : Specifies the gpio pis to be used for chipselects.
- **-classpath (or -cp)**: Specifies the search path for user-defined classes and packages. Multiple directories can be specified, separated by colons (`:`) on Unix systems or semicolons (`;`) on ...
ISO 11898-1:2003 specifies the data link layer (DLL) and physical signalling of the controller area network (CAN). This document describes the general architecture of CAN in terms of hierarchical ...
- **Handling of Alerts**: TLS 1.1 specifies how alerts should be handled differently, improving the handling of closure and error alerts. - **Padding and Compression**: It provides guidelines on ...
模拟时钟 依赖库 命令行选项分析库 如何使用 java -jar clock.jar [OPTIONS] ... -tz (--timezone) <TIMEZONE> : Specifies time zone. Default is local time. -v (--version) : show version. (default:
模拟时钟 依赖库 命令行选项分析库 如何使用 java -jar clock.jar [OPTIONS] ... -tz (--timezone) <TIMEZONE> : Specifies time zone. Default is local time. -v (--version) : show version. (default:
模拟时钟依赖库命令行选项分析库如何使用 java -jar clock.jar [OPTIONS]... (default: false) -tz (--timezone) <TIMEZONE> : Specifies time zone. Default is local time. -v (--version) : show version. (default:
模拟时钟 依赖库 命令行选项分析库 如何使用 java -jar clock.jar [OPTIONS] ... -tz (--timezone) <TIMEZONE> : Specifies time zone. Default is local time. -v (--version) : show version. (default:
模拟时钟依赖库命令行选项分析库如何使用 java -jar clock.jar [OPTIONS]... (default: false) -tz (--timezone) <TIMEZONE> : Specifies time zone. Default is local time. -v (--version) : show version. (default:
- **Customizable Display Modes**: Supports multiple display modes, including normal display on, partial mode on, and vertical scroll display mode. #### 3. Block Diagram The block diagram provides a ...
`id`: Specifies a name to give the bean so that it can be referenced later in the JSP page. - D. `class`: Specifies the fully qualified class name of the JavaBean. - C. `name`: Not necessary for ...