`
fengyaodong
  • 浏览: 143835 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

error: specifies multiple packages

阅读更多

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 楼 justfine 2011-08-31  
卸载后,你是怎么修复那个软连接文件的?

相关推荐

    替代Windows的runas的好工具Lsrunas

    /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 /...

    STM8L15X_ADC。C

    @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

    ddynamic_reconfigure

    snps-dw-apb-ssi.rar_Apb_apb gpio_apb to_dw_apb_gpio_dw_apb_ssi

    cs-gpios : Specifies the gpio pis to be used for chipselects.

    CAN总线协议,ISO11898的国际标准

    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 ...

    clock_ant:蚂蚁样本

    模拟时钟 依赖库 命令行选项分析库 如何使用 java -jar clock.jar [OPTIONS] ... -tz (--timezone) <TIMEZONE> : Specifies time zone. Default is local time. -v (--version) : show version. (default:

    clock_make:制作样品

    模拟时钟依赖库命令行选项分析库如何使用 java -jar clock.jar [OPTIONS]... (default: false) -tz (--timezone) <TIMEZONE> : Specifies time zone. Default is local time. -v (--version) : show version. (default:

    clock_gradle:Gradle示例

    模拟时钟 依赖库 命令行选项分析库 如何使用 java -jar clock.jar [OPTIONS] ... -tz (--timezone) <TIMEZONE> : Specifies time zone. Default is local time. -v (--version) : show version. (default:

    clock:创建作为软件工程 II 类的测试

    模拟时钟依赖库命令行选项分析库如何使用 java -jar clock.jar [OPTIONS]... (default: false) -tz (--timezone) <TIMEZONE> : Specifies time zone. Default is local time. -v (--version) : show version. (default:

    clock_ant-ivy:蚂蚁+常春藤样品

    模拟时钟 依赖库 命令行选项分析库 如何使用 java -jar clock.jar [OPTIONS] ... -tz (--timezone) <TIMEZONE> : Specifies time zone. Default is local time. -v (--version) : show version. (default:

    ClockProject

    模拟时钟 依赖库 命令行选项分析库 如何使用 java -jar clock.jar [OPTIONS] ... -tz (--timezone) <TIMEZONE> : Specifies time zone. Default is local time. -v (--version) : show version. (default:

    ItemSheetCutter:切掉那些讨厌的项目表

    精氨酸:-in <FileName> : Specifies the input file. it will only grab input files from the current directory.-res <TexPackSize> : For example, normal minecraft assets are in 16x16 format, you may have...

    SSD7 选择题。Multiple-Choice

    View Assessment Result: Multiple-Choice Quiz 2 Your performance was as follows: 1. The degree of a table is the number of _____ in the table. (a) keys (b) columns (c) rows (d) ...

    DisplayPort Standard specifies 1.1a

    The DisplayPort™ standard specifies an open digital communications interface for use in both internal connections, such as interfaces within a PC or monitor, and external display connections, ...

    BURNINTEST--硬件检测工具

    - Minor changes to the No operation error watchdog timer for the CD and Hard disk tests. - Minor correction to the Butterfly seek test. - Video playback trace logging increased. Release 5.3 build ...

    IEC 63294:2021

    IEC 63294:2021 specifies the test methods for electric cables with rated voltages up to and including 450/750 V not included in the IEC 60811 series.

    ISO_IEC_23001-7_2011.pdf

    ISO/IEC 23001-7:2011 specifies a common encryption format for use in any file format based on ISO/IEC 14496-12, the ISO base media file format. The 'cenc' Common Encryption Scheme specifies standard ...

    GeekCode:将文本转换为ASCII Art的CLI

    GeekCode v2.7 一个将文本转换为ASCII Art的CLI。 Usage: geekcode [options] file Options: -h --help ... -o --output <file> : Specifies the output file.例子CMakeLists.txt: main.cpp:要求C ++ 14或更高版本CMa

    ISO/IEC 14882 2014 Programming Languages C++

    ISO/IEC 14882:2014 specifies requirements for implementations of the C++ programming language. The first such requirement is that they implement the language, and so this International Standard also ...

    C++17 标准 ISOIEC 14882 2017 官方pdf文档

    ISO/IEC 14882:2017 specifies requirements for implementations of the C++ programming language. The first such requirement is that they implement the language, so this document also defines C++. Other ...

Global site tag (gtag.js) - Google Analytics