成都创新互联网站制作重庆分公司

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

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

二七ssl适用于网站、小程序/APP、API接口等需要进行数据传输应用场景,ssl证书未来市场广阔!成为创新互联的ssl证书销售渠道,可以享受市场价格4-6折优惠!如果有意向欢迎电话联系或者加微信:18982081108(备注:SSL证书合作)期待与您的合作!

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的更新包”这篇文章对大家有帮助,同时也希望大家多多支持创新互联,关注创新互联行业资讯频道,更多相关知识等着你来学习!


网页名称:rhel7.2中yum如何使用CentOS的更新包
网站地址:http://cxhlcq.com/article/ggoces.html

其他资讯

在线咨询

微信咨询

电话咨询

028-86922220(工作日)

18980820575(7×24)

提交需求

返回顶部