博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
在OEL 5.4 32bit上使用yum install命令遇到的问题
阅读量:6853 次
发布时间:2019-06-26

本文共 5778 字,大约阅读时间需要 19 分钟。

在OEL 5.4 32bit上使用yum install命令遇到的问题

[root@localhost yum.repos.d]# yum install elfutils-libelf-devel-static*Loaded plugins: securitySetting up Install ProcessResolving Dependencies--> Running transaction check---> Package elfutils-libelf-devel-static.i386 0:0.137-3.el5 set to be updated--> Processing Dependency: elfutils-libelf-devel-i386 = 0.137-3.el5 for package: elfutils-libelf-devel-static--> Running transaction check---> Package elfutils-libelf-devel.i386 0:0.137-3.el5 set to be updated--> Finished Dependency ResolutionDependencies Resolved========================================================================================================================================================= Package                                           Arch                      Version                           Repository                           Size=========================================================================================================================================================Installing: elfutils-libelf-devel-static                      i386                      0.137-3.el5                       rhel-debuginfo                       66 kInstalling for dependencies: elfutils-libelf-devel                             i386                      0.137-3.el5                       rhel-debuginfo                       24 kTransaction Summary=========================================================================================================================================================Install      2 Package(s)         Update       0 Package(s)         Remove       0 Package(s)         Total download size: 90 kIs this ok [y/N]: yDownloading Packages:---------------------------------------------------------------------------------------------------------------------------------------------------------Total                                                                                                                     67 MB/s |  90 kB     00:00     warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 1e5e0159GPG key retrieval failed: [Errno 5] OSError: [Errno 2] No such file or directory: '/mnt/cdrom/RPM-GPG-KEY-redhat-release'

 

 改动rhel-debuginfo.repo

[root@localhost yum.repos.d]# cat rhel-debuginfo.repo [rhel-debuginfo] name=Red Hat Enterprise Linux $releasever - $basearch - Debug baseurl=file:///mnt/cdrom/Server enabled=1 gpgcheck=1 gpgkey=file:///mnt/cdrom/RPM-GPG-KEY-oracle ---->改之后的值[root@localhost yum.repos.d]#

再次安装就没问题了:

[root@localhost yum.repos.d]# yum install elfutils-libelf-devel-static*Loaded plugins: securityrhel-debuginfo                                                                                                                    | 1.1 kB     00:00     Setting up Install ProcessResolving Dependencies--> Running transaction check---> Package elfutils-libelf-devel-static.i386 0:0.137-3.el5 set to be updated--> Processing Dependency: elfutils-libelf-devel-i386 = 0.137-3.el5 for package: elfutils-libelf-devel-static--> Running transaction check---> Package elfutils-libelf-devel.i386 0:0.137-3.el5 set to be updated--> Finished Dependency ResolutionDependencies Resolved========================================================================================================================================================= Package                                           Arch                      Version                           Repository                           Size=========================================================================================================================================================Installing: elfutils-libelf-devel-static                      i386                      0.137-3.el5                       rhel-debuginfo                       66 kInstalling for dependencies: elfutils-libelf-devel                             i386                      0.137-3.el5                       rhel-debuginfo                       24 kTransaction Summary=========================================================================================================================================================Install      2 Package(s)         Update       0 Package(s)         Remove       0 Package(s)         Total download size: 90 kIs this ok [y/N]: yDownloading Packages:---------------------------------------------------------------------------------------------------------------------------------------------------------Total                                                                                                                     65 MB/s |  90 kB     00:00     warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 1e5e0159rhel-debuginfo/gpgkey                                                                                                             | 1.4 kB     00:00     Importing GPG key 0x1E5E0159 "Oracle OSS group (Open Source Software group) 
" from /mnt/cdrom/RPM-GPG-KEY-oracleIs this ok [y/N]: yRunning rpm_check_debugRunning Transaction TestFinished Transaction TestTransaction Test SucceededRunning Transaction Installing : elfutils-libelf-devel 1/2 Installing : elfutils-libelf-devel-static 2/2 Installed: elfutils-libelf-devel-static.i386 0:0.137-3.el5 Dependency Installed: elfutils-libelf-devel.i386 0:0.137-3.el5 Complete![root@localhost yum.repos.d]#

 

转载地址:http://kfyyl.baihongyu.com/

你可能感兴趣的文章
rtems网络移植-rtems系统初始化过程分析
查看>>
re正则表达式:import re ;re.search()
查看>>
介绍下Shell中的${}、##和%%使用范例,本文给出了不同情况下得到的结果。
查看>>
math.net 拟合
查看>>
找出数组中两数之和为指定值的所有整数对
查看>>
ubuntu IP 扫描
查看>>
项目架构图,mvc架构图
查看>>
Hadoop开发者第四期
查看>>
资料分享:淘宝主备数据库自动切换机制
查看>>
centos 学习总结
查看>>
找工作开篇
查看>>
HTML中的<audio>和<video>标签讲解
查看>>
转帖:C++大师Lippman:我对中国程序员的忠告
查看>>
autoit 中_GUICtrlStatusBar_SetBkColor失效的解决办法
查看>>
拓扑排序算法
查看>>
PB中用oracle的存储过程返回记录集做数据源来生成数据窗口,PB会找不到此存储过程及不能正常识别存储过程的参数问题(转)...
查看>>
mysql利用phpmyadmin导入数据出现#1044错误 的可能原因
查看>>
[Linux][C++][Anjuta]提示You must have `glib' installed. (转)
查看>>
测试开发工具配套使用解析
查看>>
java接口与抽象类
查看>>