在没有光盘的情况,需要安装软件包,就要用到公网的yum源来安装了。
Redhat linux 默认是安装了yum软件的,但是由于激活认证的原因让redhat无法直接进行yum安装一些软件,如果我们需要在redhat下直接yum安装软件,我们只用把yum的源修改成centos的就好了,然后把源里面的变量全部修改成实际的值,这样就能使用yum直接安装我们需要的软件了。
使用说明
1、到http://mirrors.163.com的 centos帮助文档 中下载CentOS6-Base-163.repo文件,存放到/etc/yum.repo.d中
cd /etc/yum.repo.d (6.5的是/etc/yum.repos.d)
Centos 5 wget http://mirrors.163.com/.help/CentOS5-Base-163.repo
Centos 6 wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
其中有两个变量
$releasever $basearch
$releasever=6Server 这个在163是取不到的,(坑爹啊!)修改为6。
$basearch=x86_64 不用修改
CentOS6-Base-163.repo
# CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors that are updated to and # geographically close to the client. You should use this for CentOS updates # unless you are manually picking other mirrors. # # If the mirrorlist= does not work for you, as a fall back you can try the # remarked out baseurl= line instead. # # [base] name=CentOS-6 - Base - 163.com baseurl=http://mirrors.163.com/centos/6/os/$basearch/ #mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=os gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6 #released updates [updates] name=CentOS-6 - Updates - 163.com baseurl=http://mirrors.163.com/centos/6/updates/$basearch/ #mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=updates gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6 #additional packages that may be useful [extras] name=CentOS-6 - Extras - 163.com baseurl=http://mirrors.163.com/centos/6/extras/$basearch/ #mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=extras gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6 #additional packages that extend functionality of existing packages [centosplus] name=CentOS-6 - Plus - 163.com baseurl=http://mirrors.163.com/centos/6/centosplus/$basearch/ #mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=centosplus gpgcheck=1 enabled=0 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6 #contrib - packages by Centos Users [contrib] name=CentOS-6 - Contrib - 163.com baseurl=http://mirrors.163.com/centos/6/contrib/$basearch/ #mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=contrib gpgcheck=1 enabled=0 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
yum clean all 清除原有缓存
yum list 获取yum列表
安装示例
yum install xorg-x11-xauth
---------------------------------------------
可以配置yum本地源
1,挂载光盘
mount /dev/cdrom /mnt/media
2,新建本地yun源的配置文件
vi /etc/yum.repos.d/local.repo
加入以下信息:
[Local]
name=Local
baseurl=file:///mnt/media
enable=1
gpgcheck=0
相关推荐
配置 yum 源是使用 yum 的前提条件,本文将指导您如何配置 RedHat 6.2 的 yum 源。 一、配置本地 yum 源 首先,需要挂载光盘,命令为 `mount /dev/cdrom /mnt/media`。然后,新建本地 yum 源的配置文件 `/etc/yum....
在RedHat AS6.2中,Yum是163的镜像,经过测试,证明了在安装Oracle时需要使用yum install命令,才在RedHat上配置了Yum。下面是该配置过程中的知识点总结: 什么是Yum源? Yum(Yellow dog Updater Modified)是一种...
RedHat.Enterprise.Linux.6.2安装yum,资源包括python-iniparse-0.3.1-2.1.el6.noarch.rpm、yum-3.2.29-40.el6.centos.noarch.rpm、yum-metadata-parser-1.1.2-16.el6.i68
在本文中,我们将详细探讨如何在CentOS 6.2操作系统上使用Yum方式安装PostgreSQL 9.6。PostgreSQL是一种开源的对象关系型数据库管理系统,具有高度的稳定性和强大的功能,广泛应用于各种规模的企业环境中。 首先,...
6.2 创建系统YUM源 为了方便安装Zabbix,需要配置YUM源。可以通过官方文档获取最新的源配置方法,将Zabbix的RPM仓库添加到系统中。 6.3 安装Zabbix 执行`yum install zabbix-server-mysql zabbix-web-mysql ...
- **开源免费**:任何人都可以使用、修改和分发Linux。 - **多用户多任务**:支持多个用户同时登录并运行多个程序。 - **强大的网络功能**:内置TCP/IP协议栈,支持多种网络服务。 - **高度可定制**:可以根据不同的...
### CentOS 6.2 下安装 Oracle 11g 知识点详解 #### 一、前置条件准备 在正式开始安装 Oracle 11g 之前,我们需要确保 CentOS 6.2 的系统环境满足一定的硬件与软件需求。 ##### 1、系统及配置要求 **系统版本...
对于libcurl,除安装libcurl-7.19.7-26.el6.2.x86_64外,还需额外安装i686包(libcurl-7.19.7-26.el6.i686.rpm),并且可能需要使用`yum`命令来自动解决包依赖问题,而非`rpm`。 ### 四、验证安装 无论是在X86还是X...
在CentOS 6.2操作系统中,MySQL 5.1默认安装,但因为不支持utf8mb4字符集,为了满足需求,需要将其升级至5.5版本。utf8mb4字符集支持更多的Unicode字符,包括表情符号,是UTF-8编码的一个超集。 升级MySQL的整个...
在本文中,我们将探讨如何在Linux系统中,特别是CentOS 6.3 (X86_64)和Redhat AS 6.2 (X86_64)上安装Oracle数据库。这个过程涉及到多个步骤,包括系统准备、环境配置、内核参数调整以及安装包的检查。 首先,我们...
本教程将详细讲解如何在基于CentOS 6.2的操作系统上进行安装和配置。 首先,确保你的系统满足最低要求,即运行Linux 2.6+内核。在开始之前,你需要拥有超级用户权限,可以通过`sudo -s LANG=C`命令获取。接下来,...
需要注意的是,安装包被细分为五个部分,包括AtangHA、AtangCluster、AtangMirror、AtangSymirror以及针对不同Linux平台(如RedHat、CentOS)的特定包。 - **AtangHA**:主要用于实现高可用性。 - **AtangCluster...