yum指令之修复

折腾着搞openvpn 网站服务器yum指令出了点问题

------------------------------------------------------------

[[email protected] ~]# yum
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:

No module named yum

Please install a package which provides this module, or
verify that the module is installed correctly.

It‘s possible that the above module doesn‘t match the
current version of Python, which is:
2.6.6 (r266:84292, Feb 22 2013, 00:00:18)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-3)]

If you cannot solve this problem yourself, please go to
the yum faq at:
http://yum.baseurl.org/wiki/Faq

-----------------------------------------------------------

原因是python版本与yum不兼容.

解决过程:1.准备

[[email protected] ~]# lsb_release -a
LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Distributor ID: CentOS
Description: CentOS release 6.4 (Final)
Release: 6.4
Codename: Final

那么系统是CentOS release 6.4 (Final).

[[email protected] ~]# uname -a
Linux cloud 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

那么安装的系统是64位.

2.安装yum程序

先下载所需要的rpm包;

2)下载并安装python-urlgrabber,python-pycurl,yum-metadata-parser(yum需要这三个东西)

centos5 下载地址:http://tel.mirrors.163.com/centos/5/os/x86_64/CentOS/

centos6 下载地址:http://mirrors.163.com/centos/6/os/x86_64/Packages/

使用 wget 下载,然后 rpm -ivh xxx.rpm 安装

3)安装yum

到官网或其他地址下载yum源码包(例如:yum-3.4.3)

wget http://yum.baseurl.org/download/3.4/yum-3.4.3.tar.gz

tar xvf yum-3.4.3.tar.gz

cd yum-3.4.3

./yummain.py install yum

错误又出来了

CRITICAL:yum.cli:Config Error: Error accessing file for config file:///etc/yum.conf

其实是因为/etc/yum.conf之前被我删了

那么touch保险下吧 touch /etc/yum.conf

再执行./yummain.py install yum

[[email protected] yum-3.4.3]# ./yummain.py install yum
There are no enabled repos.
Run "yum repolist all" to see the repos you have.
You can enable repos with yum-config-manager --enable <repo>

又是问题。。。坑

没有repo源 又是被我删了的。。。有的话请略过

cd /etc/yum.repos.d

mkdir yum.repos.d

wget http://docs.linuxtone.org/soft/lemp/CentOS-Base.repo

./yummain.py install yum

出现

There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:

No module named yum

Please install a package which provides this module, or
verify that the module is installed correctly.

It‘s possible that the above module doesn‘t match the
current version of Python, which is:
2.6.6 (r266:84292, Feb 22 2013, 00:00:18)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-3)]

If you cannot solve this problem yourself, please go to
the yum faq at:
http://yum.baseurl.org/wiki/Faq

-----------------------------------

未完待续,问题还没解决....

时间: 2025-01-02 09:57:40

yum指令之修复的相关文章

如果你想设置无人自动升级,我们推荐你将这个值修改为security,它会告诉 yum 仅仅升级修复安全问题的软件包。

定期升级你的 CentOS 系统,是所有系统安全中最重要的措施之一.如果你不使用最新的安全补丁升级你的操作系统软件包,你将会让你的机器很容易被攻击. 如果你管理者多个 CentOS 机器,手动升级系统软件包会很花时间.及时你管理一个简单的 CentOS,有时候安装时你也可能忽视一个重要的更新.这时候,自动更新就派上用场了. 在这篇指南中,我们将会一起看看在 CentOS 7 上配置自动更新.同样的指令适合 CentOS 6. 一.前提条件 在继续这篇指南之前,确保你以 sudo 用户身份登录系统

CentOS下rpm指令和yum指令详解

centos的软件安装大致可以分为两种类型: [centos]rpm文件安装,使用rpm指令 类似[ubuntu]deb文件安装,使用dpkg指令 [centos]yum安装 类似[ubuntu]apt-get安装 rpm命令 (一)查询系统装已经安装的软件信息 对于一个rpm包来说,都是有”-“和”.”构成的,基本上有以下几部分组成: * 包名 * 版本信息 * 发布版本号 * 运行平台,当出现noarch,代表的是软件可以平台兼容 1)查询系统中已经安装的软件 rpm -qa 2)查询一个已

yum指令

接上个教程,如果用yum list 命名,运行后出现如下结果:则正确搭建了环境 如 yum search httpd 搜索apache的包 安装gcc ,是c语言的编译器 注意:LANG是临时改变的......

yum指令(未完成版)

引用:http://blog.chinaunix.net/uid-346158-id-2131252.html PS:暂未整理. 基本命令: yum check-update 检查可更新的所有软件包 yum update 下载更新系统已安装的所有软件包 yum upgrade 大规模的版本升级,与yum update不同的是,连旧的淘汰的包也升级 yum install <packages> 安装新软件包 yum update <packages> 更新指定的软件包 yum rem

Linux中yum和apt-get用法及区别

Linux中yum和apt-get用法及区别 一般来说著名的linux系统基本上分两大类: 1.RedHat系列:Redhat.Centos.Fedora等 2.Debian系列:Debian.Ubuntu等 RedHat 系列 1 常见的安装包格式 rpm包,安装rpm包的命令是"rpm -参数" 2 包管理工具  yum 3 支持tar包 Debian系列 1 常见的安装包格式 deb包,安装deb包的命令是"dpkg -参数" 2 包管理工具 apt-get

apt-get 与 yum 的区别

一般来说著名的 linux 系统基本上分两大类: RedHat系列:Redhat.CentOS.Fedora等 Debian系列:Debian.Ubuntu等 RedHat 系列 1 常见的安装包格式 rpm包,安装rpm包的命令是“rpm -参数” 2 包管理工具 yum 3 支持tar包 Debian系列 1 常见的安装包格式 deb包,安装deb包的命令是“dpkg -参数” 2 包管理工具 apt-get 3 支持tar包 tar 只是一种压缩文件格式,所以,它只是把文件压缩打包而已.r

apt-get 与 yum的区别 (转)

一般来说著名的linux系统基本上分两大类:1.RedHat系列:Redhat.Centos.Fedora等2.Debian系列:Debian.Ubuntu等 RedHat 系列 1 常见的安装包格式 rpm包,安装rpm包的命令是“rpm -参数”2 包管理工具 yum 3 支持tar包 Debian系列 1 常见的安装包格式 deb包,安装deb包的命令是“dpkg -参数”2 包管理工具 apt-get 3 支持tar包tar 只是一种压缩文件格式,所以,它只是把文件压缩打包而已. rpm

yum和apt-get 软件包管理器的用法及区别

yum( Yellow dog Updater, Modified)是一个在Fedora和RedHat以及SUSE中的Shell前端软件包管理器. 一般来说著名的linux系统基本上分两大类: 1.RedHat系列:Redhat.Centos.Fedora等 2.Debian系列:Debian.Ubuntu等 RedHat 系列 1 常见的安装包格式 rpm包,安装rpm包的命令是"rpm -参数"  Redhat Package Manager2 包管理工具 yum  (全称为 Ye

centos的软件安装方法rpm和yum

centos的软件安装大致可以分为两种类型: [centos]rpm文件安装,使用rpm指令  类似[ubuntu]deb文件安装,使用dpkg指令 [centos]yum安装   类似[ubuntu]apt-get安装 rpm命令 (一)查询系统装已经安装的软件信息 对于一个rpm包来说,都是有"-"和"."构成的,基本上有以下几部分组成: * 包名 * 版本信息 * 发布版本号 * 运行平台,当出现noarch,代表的是软件可以平台兼容 1)查询系统中已经安装的