您好,登錄后才能下訂單哦!
這篇文章主要介紹了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的更新包”這篇文章對大家有幫助,同時也希望大家多多支持億速云,關注億速云行業資訊頻道,更多相關知識等著你來學習!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。