想办法换一个yum库
oracle linux详见:
http://public-yum.oracle.com/
-
Download and copy the appropriate yum configuration file in place, by running the following commands as root:
Oracle Linux 7
# cd /etc/yum.repos.d # wget http://public-yum.oracle.com/public-yum-ol7.repoOracle Linux 6
# cd /etc/yum.repos.d # wget http://public-yum.oracle.com/public-yum-ol6.repo -
Enable the appropriate repository by editing the yum configuration file
- Open the yum configuration file in a text editor
- Locate the section in the file for the repository you plan to update from, e.g.
[el4_u6_base] - Change
enabled=0toenabled=1
-
Begin using yum, for example:
yum list
yum install firefox
-
Download and copy the appropriate yum configuration file in place, by running the following commands as root:
Oracle Linux 7
# cd /etc/yum.repos.d # wget http://public-yum.oracle.com/public-yum-ol7.repoOracle Linux 6
# cd /etc/yum.repos.d # wget http://public-yum.oracle.com/public-yum-ol6.repoOracle Linux 5
# cd /etc/yum.repos.d # wget http://public-yum.oracle.com/public-yum-el5.repoOracle Linux 4, Update 6 or Newer
# cd /etc/yum.repos.d # mv Oracle-Base.repo Oracle-Base.repo.disabled # wget http://public-yum.oracle.com/public-yum-el4.repoOracle VM 2
# cd /etc/yum.repos.d # wget http://public-yum.oracle.com/public-yum-ovm2.repoOracle OpenStack for Oracle Linux
# cd /etc/yum.repos.d # wget http://public-yum.oracle.com/public-yum-openstack-ol6.repo -
Enable the appropriate repository by editing the yum configuration file
- Open the yum configuration file in a text editor
- Locate the section in the file for the repository you plan to update from, e.g.
[el4_u6_base] - Change
enabled=0toenabled=1
-
Begin using yum, for example:
yum list
yum install firefox
本文介绍如何更换Oracle Linux系统的YUM源,包括下载配置文件、启用仓库及使用YUM命令的基本步骤。适用于Oracle Linux不同版本。

3438

被折叠的 条评论
为什么被折叠?



