2018年1月25日木曜日

Oracle Linux 7 の Public Yum の様子。(2018年01月ごろ)

2018年1月ごろの Oracle Linux 7.x むけの Public Yum の様子です。

まず、最新の .repo ファイルをダウンロードします。
[root@client01 ~]# curl http://yum.oracle.com/public-yum-ol7.repo -o /etc/yum.repos.d/public-yum-ol7.repo

リポジトリをすべて有効にして、yum repolist を見てみます。
ol7_developer_~ に EPEL だけでなく PHP や Node.js なども追加されていました。
さりげなく、OpenStack R4 も追加されています。
[root@client01 ~]# yum repolist --enablerepo=*
読み込んだプラグイン:ulninfo
リポジトリー ID                 リポジトリー名                            状態
ol7_MODRHCK/x86_64              Latest RHCK with fixes from Oracle for Or    195
ol7_MySQL55/x86_64              MySQL 5.5 for Oracle Linux 7 (x86_64)        352
ol7_MySQL56/x86_64              MySQL 5.6 for Oracle Linux 7 (x86_64)        352
ol7_MySQL57/x86_64              MySQL 5.7 for Oracle Linux 7 (x86_64)        247
ol7_UEKR3/x86_64                Latest Unbreakable Enterprise Kernel Rele    696
ol7_UEKR3_OFED20/x86_64         OFED supporting tool packages for Unbreak     64
ol7_UEKR4/x86_64                Latest Unbreakable Enterprise Kernel Rele    560
ol7_UEKR4_OFED/x86_64           OFED supporting tool packages for Unbreak    113
ol7_addons/x86_64               Oracle Linux 7Server Add ons (x86_64)        251
ol7_ceph/x86_64                 Ceph Storage for Oracle Linux Release 2.0     86
ol7_ceph10/x86_64               Ceph Storage for Oracle Linux Release 1.0     34
ol7_developer/x86_64            Oracle Linux 7Server Development Packages    146
ol7_developer_EPEL/x86_64       Oracle Linux 7Server Development Packages 14,801
ol7_developer_gluster310/x86_64 Oracle Linux 7Server Gluster 3.10 Package     23
ol7_developer_nodejs4/x86_64    Oracle Linux 7Server Node.js 4 Packages f      8
ol7_developer_nodejs6/x86_64    Oracle Linux 7Server Node.js 6 Packages f     12
ol7_developer_nodejs8/x86_64    Oracle Linux 7Server Node.js 8 Packages f     12
ol7_developer_php70/x86_64      Oracle Linux 7Server PHP 7.0 Packages for     79
ol7_developer_php71/x86_64      Oracle Linux 7Server PHP 7.1 Packages for     79
ol7_latest/x86_64               Oracle Linux 7Server Latest (x86_64)      23,697
ol7_openstack20                 OpenStack 2.0 packages for Oracle Linux 7     83
ol7_openstack21                 OpenStack 2.1 packages for Oracle Linux 7     87
ol7_openstack30                 OpenStack 3.0 packages for Oracle Linux 7     84
ol7_openstack40                 OpenStack 4.0 packages for Oracle Linux 7    129
ol7_openstack40_extras          OpenStack 4.0 Extra packages for Oracle L     26
ol7_openstack_extras            OpenStack 3.0 Extra packages for Oracle L     86
ol7_optional_latest/x86_64      Oracle Linux 7Server Optional Latest (x86 16,700
ol7_preview/x86_64              Oracle Linux 7Server Preview (x86_64)         40
ol7_software_collections        Software Collection Library release 2.4 p 10,105
ol7_spacewalk24_client/x86_64   Spacewalk Client 2.4 for Oracle Linux 7 (     50
ol7_spacewalk24_server/x86_64   Spacewalk Server 2.4 for Oracle Linux 7 (    438
ol7_spacewalk26_client/x86_64   Spacewalk Client 2.6 for Oracle Linux 7 (     56
ol7_spacewalk26_server/x86_64   Spacewalk Server 2.6 for Oracle Linux 7 (    409
ol7_u0_base/x86_64              Oracle Linux 7Server GA installation medi  6,171
ol7_u1_base/x86_64              Oracle Linux 7Server Update 1 installatio  6,272
ol7_u2_base/x86_64              Oracle Linux 7Server Update 2 installatio  6,592
ol7_u3_base/x86_64              Oracle Linux 7Server Update 3 installatio  6,773
ol7_u4_base/x86_64              Oracle Linux 7Server Update 4 installatio  7,105
repolist: 103,013
[root@client01 ~]#

たまに Yum のチャネルが追加されるので、
定期的に .repo ファイルをダウンロードして確認しておくとよいと思いました。
http://yum.oracle.com/public-yum-ol7.repo

以上、OL7 の最近の Yum の様子でした。

0 件のコメント:

コメントを投稿