前提・実現したいこと
Google chromをインストールしたいです。
使用しているOSバージョンは、
**CentOS Linux 7バージョン 3.14.2 **
です。
以下の様にyumコマンドでインストールしようとすると、エラーがはきだされます。いろいろなサイトをみて、解決しようとトライしてみたのですが、なかなか解決できません。
どなたかアドバイスお願いします。
sudo yum install google-chrome-stable
発生している問題・エラーメッセージ
$ sudo yum install google-chrome-stable 読み込んだプラグイン:fastestmirror, langpacks, product-id, search-disabled-repos, : subscription-manager This system is not registered with Subscription Management. You can use subscription-manager to register. Loading mirror speeds from cached hostfile * epel: ftp.iij.ad.jp * nux-dextop: mirror.li.nux.ro 依存性の解決をしています --> トランザクションの確認を実行しています。 ---> パッケージ google-chrome-stable.x86_64 0:84.0.4147.125-1 を インストール --> 依存性の処理をしています: liberation-fonts のパッケージ: google-chrome-stable-84.0.4147.125-1.x86_64 --> 依存性の処理をしています: libvulkan.so.1()(64bit) のパッケージ: google-chrome-stable-84.0.4147.125-1.x86_64 --> 依存性解決を終了しました。 エラー: パッケージ: google-chrome-stable-84.0.4147.125-1.x86_64 (google-chrome) 要求: libvulkan.so.1()(64bit) エラー: パッケージ: google-chrome-stable-84.0.4147.125-1.x86_64 (google-chrome) 要求: liberation-fonts 問題を回避するために --skip-broken を用いることができます。 これらを試行できます: rpm -Va --nofiles --nodigest
「You can use subscription-manager to register.」と出ています。
CentOS ではなく、RHEL ではない?
RHELかどうか確認するために以下のコマンドで確認しました。
$cat /etc/redhat-release
CentOS Linux release 7.3.1611 (Core)
恐らくCentOSだと思います。
RHEL かと思いましたが CentOS で間違いなさそうですね。失礼しました。
じゃあ、"yum --noplugins install" でプラグインを無効にするとどうでしょうか。
試してみたのですが、同じエラーがでてしまいます。
"yum repolist" で base が出てこないようですが、/etc/yum.repos.d/CentOS-Base.repo ファイルを削除/変更していませんか?
ご連絡ありがとうございます。
自分が知らぬ間になにか変更を加えているかもしれません。いちおう/etc/yum.repos.d/CentOS-Base.repoの中身を提示します。
# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client. You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
#
[base]
name=CentOS-$releasever - Base
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
baseurl=http://vault.centos.org/centos/7.3.1611/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
#released updates
[updates]
name=CentOS-$releasever - Updates
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
baseurl=http://vault.centos.org/centos/7.3.1611/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
baseurl=http://vault.centos.org/centos/7.3.1611/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
baseurl=http://vault.centos.org/centos/7.3.1611/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7