`
zhengdl126
  • 浏览: 2546320 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类

Centos yum源

阅读更多

---------------------------------本地源

service rpcbind start
#service portmap start
#mount 192.168.1.216:/mnt /mnt
#mount -l

 

 

# ll /mnt/
total 44
drwxr-xr-x  2 root root 4096 Aug 15 10:41 file
-rwxr-xr-x  1 root root 1280 Apr 29 13:56 install.sh
drwxr-xr-x  2 root root 4096 May 25 12:09 iso
drwx------  2 root root 4096 Aug  9 11:21 lost+found
drwxr-xr-x  4 root root 4096 May 10 14:26 nagios
-rwxr-xr-x  1 root root  259 Jun 24 10:22 proxy.sh
drwxr-xr-x  8 root root 4096 May  3 14:29 rhel54_64
drwxr-xr-x  8 root root 4096 May  3 11:04 rhel54_i386
dr-xr-xr-x  9 root root 4096 May 25 14:54 rhel6_32
dr-xr-xr-x 11 root root 4096 May 25 12:08 rhel6_64
dr-xr-xr-x  5 root root 4096 May 18 09:27 xs-tools



#vim /etc/yum.repos.d/myyum.repo

[Cluster]
name=Cluster Directory
baseurl=file:///mnt/rhel54_64/Cluster
enabled=1
gpgcheck=0

[ClusterStorage]
name=ClusterStorage Directory
baseurl=file:///mnt/rhel54_64/ClusterStorage
enabled=1
gpgcheck=0

[Server]
name=Server Directory
baseurl=file:///mnt/rhel54_64/Server
enabled=1
gpgcheck=0

[VT]
name=VT Directory
baseurl=file:///mnt/rhel54_64/VT
enabled=1
gpgcheck=0

 

 

 

 

 

 

================== 为Redhat5配置网易的yum源

 

 

 

网易开源的镜像站 :http://mirrors.163.com/
根据的你的Redhat的版本,选择相应的Centos的源路径
我的OS是x86_64 Redhat5,对应的rpm路径 http://mirrors.163.com/centos/5/os/x86_64/

导入证书(证书的位置 http://mirrors.163.com/centos/)

rpm -import http://mirrors.163.com/centos/RPM-GPG-KEY-CentOS-5

使用网易的源(参考 http://mirrors.163.com/.help/centos.html 注意备份旧的文件)

cd /etc/yum.repos.d/

wget http://mirrors.163.com/.help/CentOS5-Base-163.repo

修改文件(把所有$releasever替换成5,保存

vim CentOS5-Base-163.repo

更新yum
yum makecache
yum -y update

 

 

 

 

--------------------如何查看CentOS版本方法
有以下命令可以查看:

# lsb_release -a
LSB Version:    :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch
Distributor ID: CentOS
Description:    CentOS release 5.4 (Final)
Release:        5.4
Codename:       Final

这个命令适用于所有的linux,包括Redhat、SuSE、Debian等发行版。


root@MyMail ~ # uname
Linux
root@MyMail ~ # uname -r
2.6.18-164.el5

以下二种方法适用于RedHat,CentOS

root@MyMail ~ # cat /etc/redhat-release
CentOS release 5.4 (Final)

 

登录到linux执行rpm -q redhat-release

#rpm -q redhat-release
或CentOS

root@MyMail ~ # rpm -q centos-release
centos-release-5-4.el5.centos.1

 

cat /proc/version

uname -r
uname -a
yum -v

 

其中CentOS-Base.repo记录着网络上的yum源的地址和路径信息等

CentOS-Media.repo记录着可以从本地作为yum源的介质和路径


#yum list installed |  grep yum

yum.noarch                               3.2.22-20.el5.centos          installed
yum-fastestmirror.noarch                 1.1.16-13.el5.centos          installed
yum-metadata-parser.i386                 1.1.2-3.el5.centos            installed
yum-updatesd.noarch                      1:0.9-2.el5                   installed


#yum update --skip-broken


You can try  it like this:

yum update --skip-broken

 

这个是我刚碰到的问题!
yum remove xorg-x11-drv-joystick 这样不行的话在
yum remove  xorg-x11-drivers-7.1-4.1.el5.i386


http://centos.ustc.edu.cn/ 推荐
http://linux.vbird.org/linux_server/0210network-secure.php#update_how


-------------------------------------安装后请按照以下步骤修改CenOS-Base.repo,以后就可以方便的用yum安装软件了.


cd /etc/yum.repos.d

mv CentOS-Base.repo  CentOS-Base.repo.save
wget http://centos.ustc.edu.cn/CentOS-Base.repo


修改以上文件后, 如需要安装gcc, 直接yum install gcc就可以了


为Centos5添加网易163、搜狐的yum源

cd /etc/yum.repos.d/
wget http://mirrors.163.com/.help/CentOS-Base-163.repo

wget http://mirrors.sohu.com/help/CentOS-Base-sohu.repo

yum makecache
yum update


更新现有的包命令是:
yum update


http://www.linuxdiyf.com/viewarticle.php?id=182663
http://forums.fedoraforum.org/showthread.php?t=195001


---------------------------???????????
http://centos.ustc.edu.cn/centos/5/addons/i386/repodata/repomd.xml : [Errno 4] IOError: <urlopen error (101, 'Network is unreachable')>
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: addons. Please verify its path and try again

 


------------------------????Another app is currently holding the yum lock; waiting for it to exi


yum命令用ctrl+z命令中断后,再运行yum时,出现:
Existing lock /var/run/yum.pid: another copy is running as pid 3046.
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
NND,说我正在使用yum。输入
rm -f /var/run/yum.pid
/sbin/service yum-updatesd restart

Stopping yum-updatesd:                                     [ OK ]
Starting yum-updatesd:                                     [ OK ]

好了,一切正常了

 

-----------------------------------------???
Loaded plugins: fastestmirror
Repository base is listed more than once in the configuration
Repository updates is listed more than once in the configuration
Repository addons is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
Loading mirror speeds from cached hostfile

分享到:
评论

相关推荐

    CentOS yum 源配置文档

    CentOS yum 源配置文档 CentOS yum 源配置是 Linux 操作系统中的一种软件管理机制,它允许用户从远程或本地仓库中安装、更新和卸载软件包。 yum(Yellow dog Updater Modified)是 CentOS 操作系统的软件包管理器,...

    RHEL 6.X使用CentOS yum源

    在RHEL(Red Hat Enterprise Linux)6.X系统中,由于官方RHEL的yum源可能需要订阅服务,对于那些没有订阅的用户,可以使用免费的CentOS yum源来替代。CentOS是RHEL的一个开源克隆版,因此它的软件包与RHEL高度兼容。...

    RHEL5下使用centos Yum源

    在RHEL5中使用CentOS的YUM源是一个常见的做法,尤其是当企业用户没有购买RHEL订阅的情况下。RHEL(Red Hat Enterprise Linux)是企业级Linux发行版,提供专业的技术支持和服务,但需要购买相应的订阅才能使用其全部...

    redhat7替换使用CentOS yum源--博客附件

    这个博客附件提供了一套步骤来帮助Red Hat 7用户切换到CentOS的yum源,从而实现软件的更新和安装。 首先,我们需要了解`CentOS7-Base-163.repo`这个文件。这是CentOS的一个基础软件仓库配置文件,包含了指向CentOS ...

    redhat7配置成centos yum安装包和yum源

    - **下载CentOS YUM源**:你可以从CentOS的官方网站或者其他可靠的镜像站点下载适用于RHEL7的CentOS YUM源配置文件,通常这些文件以 `.repo` 结尾。 - **替换或添加配置**:将下载的 `.repo` 文件复制到 `/etc/yum...

    CentOS6.9的yum源

    【CentOS6.9的yum源】:在Linux操作系统中,CentOS 6.9是广泛使用的稳定版本,而YUM(Yellowdog Updater, Modified)则是它的一个关键组件,用于自动化软件包的安装、升级和管理。YUM通过与远程仓库(也称为yum源)...

    centos6 yum 源

    centos6_64 yum配置,一键搞定.centos6_64 yum配置,一键搞定

    centos9ISO镜像及yum源配置文件

    本文将深入探讨如何下载与安装CentOS 9 Stream ISO镜像,并详细讲解如何配置YUM源,以便在系统中进行软件包的安装和更新。 一、CentOS 9 Stream ISO镜像获取 CentOS 9 Stream的ISO镜像是安装系统的媒介,可以从官方...

    CentOS配置本地yum源

    ### CentOS配置本地yum源 #### 一、使用CentOS镜像构建本地yum源 在CentOS环境下,系统默认连接的yum源通常是CentOS官方提供的,这在国外服务器上,因此在中国大陆地区使用时可能会遇到访问速度慢甚至是无法访问的...

    Centos6 yum国内源.zip

    "Centos6 yum国内源.zip"这个压缩包文件正是为了解决这个问题而提供的,它包含了将CentOS 6的yum源切换到国内镜像站的相关配置。 首先,让我们理解一下YUM(Yellowdog Updater, Modified)是什么。YUM是CentOS系统...

    CentOS7配置本地yum源(超详细过程)

    本文将详细讲解如何在CentOS7系统中配置本地YUM源。 首先,你需要一个包含所有所需软件包的本地仓库。通常,你可以从官方网站或其他可靠的来源下载完整的CentOS7 ISO镜像,或者从网络上下载完整的软件包仓库。这些...

    rhel中yum源替换centos中yum源

    标题"rhel中yum源替换centos中yum源"暗示了我们需要了解如何在RHEL系统上更改默认的YUM源,以便它能指向CentOS的软件仓库,或者在CentOS系统上做相反的操作。这个过程通常涉及修改YUM配置文件和获取新的软件仓库镜像...

    Centos8.5yum源

    下载地址 https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo https://mirrors.aliyun.com/repo/epel-archive-8.repo

    CentOS 6.5 最新可用的 Yum 源

    CentOS 6.5 的 软件源很多官方已经停止维护,该文件包内配置好的yum源是可以正常使用的。将原/etc/yum.repos.d/目录下原来的 .repo 备份, 然后把本文件包内的repo文件复制过去, yum clean all 后,再 yum ...

    阿里CentOS6 yum源

    阿里CentOS6 yum源

    CentOS 5 yum源

    CentOS 5 yum源,163 yum源,shouhu yum源

    redhat换centos的yum源所需的4个文件

    本话题聚焦于如何将Red Hat Enterprise Linux (RHEL) 6系列的YUM源替换为CentOS的YUM源,因为RHEL的官方源需要注册并付费使用,而CentOS则提供了开源且免费的替代源。以下是进行此操作所需了解的关键知识点: 1. **...

    rhel6 86_64 使用CentOS yum源

    安装yum,必须按照顺序... file /usr/lib/python2.6/site-packages/yum/__init__.py from install of yum-3.2.29-40.el6.centos.noarch conflicts with file from package yum-3.2.27-14.el6.noarch ……其它输出略……

    redhat/centos6通用yum源

    通用版redhat6或者centos6的yum源

    centos 配置本地yum源库

    在 CentOS 系统中,配置本地 Yum 源库是一项重要的任务,特别是在没有网络连接或者网络不稳定的情况下,可以通过本地 Yum 源库来安装和更新软件包。以下是一步一步教你如何在 CentOS 上配置本地 Yum 源库。 首先,...

Global site tag (gtag.js) - Google Analytics