使用YUM安装
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-04-27
在了解YUM之前我们先来简单介绍下RPM,什么是RPM?Redhat Package Manager红帽包管理者;就像在windows warning: MySQL-python-1.2.1-1.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186 error: Failed dependencies: libmysqlclient_r.so.15 is needed by MySQL-python-1.2.1-1.i386 libmysqlclient_r.so.15(libmysqlclient_15) is needed by MySQL-python-1.2.1-1.i386 mx is needed by MySQL-python-1.2.1-1.i386 mysql is needed by MySQL-python-1.2.1-1.i386 [root@localhost Server]# rpm -e yum error: Failed dependencies: yum >= 3.2.18 is needed by (installed) yum-security-1.1.16-13.el5.noarch yum >= 3.2.19-15 is needed by (installed) yum-rhn-plugin-0.5.3-30.el5.noarch yum >= 3.2.0 is needed by (installed) yum-updatesd-0.9-2.el5.noarch yum >= 3.2.5-2 is needed by (installed) pirut-1.3.28-13.el5.noarch [main] cachedir=/var/cache/yum keepcache=0 debuglevel=2 logfile=/var/log/yum.log distroverpkg=redhat-release tolerant=1 exactarch=1 obsoletes=1 gpgcheck=1 plugins=1 metadata_expire=1h[mail] 声明以下是为YUM所作的选项 cachedir 是缓存存放的路径 keepcache 是指当安装完成后时候把该包的信息缓存下来 debuglevel 是错误级别 logfile 是yum软件日志的存放路径 [rhel-debuginfo] name=Red Hat Enterprise Linux $releasever - $basearch - Debug baseurl=file:///mnt/Server/ enabled=1 gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release [ ] 里面的 |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: Linux下使用iftop监控网卡流量下一篇: linux平台ntop安装配置
关于使用YUM安装的所有评论