温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

rhel7.2中yum如何使用CentOS的更新包

发布时间:2021-11-15 16:15:02 来源:亿速云 阅读:148 作者:小新 栏目:云计算

这篇文章主要介绍了rhel7.2中yum如何使用CentOS的更新包,具有一定借鉴价值,感兴趣的朋友可以参考下,希望大家阅读完这篇文章之后大有收获,下面让小编带着大家一起了解一下。

redhat 的更新包只对注册的用户生效,所以我们自己手动更改成CentOS 的更新包,CentOS几乎和redhat是一样的,所以无需担心软件包是否可安装,安装之后是否有问题。 

首先删除redhat原有的yum ,因为redhat 原本的yum 没有注册为redhat用户是用不了的,输入如下命令行:

redhat 的更新包只对注册的用户生效,所以我们自己手动更改成CentOS 的更新包,CentOS几乎和redhat是一样的,所以无需担心软件包是否可安装,安装之后是否有问题。 
1、首先删除redhat原有的yum ,因为redhat 原本的yum 没有注册为redhat用户是用不了的。

rpm -aq|grep yum|xargs rpm -e --nodeps
rpm -aq|grep python-iniparse|xargs rpm -e --nodeps 12

2、下载163的yum 安装包

subscription-manager 是管理系统软件的工具,要想redhat 公司购买账号,输入账号信息后,就可以用yum了,http://linux.die.net/man/8/subscription-manager,详细的看这里。

subscription-manager is a client program that registers a system with the Certificate-Based Red Hat Network. To register your system with RHN Classic or with an RHN Satellite 5.x system, then use the rhn_register tool.

Red Hat provides content updates and support by issuing subscriptions for its products. These subscriptions are allocated to systems (machines); once a system is subscribed to content, it is entitled to install and update that software product. IT administrators need to track these subscriptions and how they are assigned. This entitlement and subscription management is a feature available for Red Hat platforms version 5.7 (and later) and version 6.1 (and later).

一、挂载本地光盘到系统:把rhel7.2安装光盘放入光驱,在终端命令行下操作 
mkdir /run/media/rhel #新建挂载目录 
mount /dev/cdrom /run/media/rhel #挂载光盘到/run/media/rhel目录下 
cd /run/media/rhel #进入挂载目录 
ls #查看挂载目录,光盘挂载成功 

注册这块确实有变化,以前6的早期版本一般使用rhn_register之类的命令管理注册,6后期的版本包括7使用subscription-manager注册

redhat.repo是注册之后才会用到的,平时一般咱们都是私有本地repo,一般用不到的

而且redhat.repo不需要手动改,一般也是通过subscription-manager修改

那个文件确实跟注册有关,你注册后enable的channel都会在那个文件里自动生成


二、配置本地yum源 
cd/etc/yum.repos.d/ #进入yum配置目录 
touch rhel-media.repo #建立yum配置文件 
vi rhel-media.repo #编辑配置文件,添加以下内容 
[rhel-media] 
name=Red Hat Enterprise Linux 7.2 
baseurl=file:///run/media/rhel 
enabled=1 
gpgcheck=1 
gpgkey=file:///run/media/rhel/RPM-GPG-KEY-redhat-release 
三、清除yum缓存,使用yum install自动安装软件 
yum clean all #清除yum缓存 
yum install php #安装php

感谢你能够认真阅读完这篇文章,希望小编分享的“rhel7.2中yum如何使用CentOS的更新包”这篇文章对大家有帮助,同时也希望大家多多支持亿速云,关注亿速云行业资讯频道,更多相关知识等着你来学习!

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI