Oracle Linux 7.8にgoogle-chromeをインストールする際の依存関係の問題

Oracle Linux 7.8にgoogle-chromeをインストールする際の依存関係の問題

google-chromeOracle Linux 7.8(7.1で更新)にインストールしようとしています。ただし、libvulkan.so.1()(64 bit)依存関係の要件により失敗します。この問題を解決するのに役立ちます。 pkgs.orgからcentos7バイナリをダウンロードしてインストールしてみました。ところが量が多すぎてチェーンも長すぎるようでした。 Vulkan SDKのインストールも試しましたが、別のパスに移動しました。また、epelおよびrpm(無料および非無料)リポジトリをダウンロードして有効にしてみました。コマンド出力では有効ですが、yum repolist試してもyum install google-chrome-stable解決しません。それを操作するための最良の方法は何ですか?よろしくお願いします。

インストール応答:

[root@olx71 Downloads]# yum install google-chrome

Loaded plugins: ulninfo Resolving Dependencies
--> Running transaction check
---> Package google-chrome-unstable.x86_64 0:83.0.4103.7-1 will be installed
--> Processing Dependency: libvulkan.so.1()(64bit) for package: google-chrome-unstable-83.0.4103.7-1.x86_64
--> Finished Dependency Resolution Error: Package: google-chrome-unstable-83.0.4103.7-1.x86_64 (google-chrome)
    Requires: libvulkan.so.1()(64bit) You could try using --skip-broken to work around the problem
    You could try running: rpm -Va --nofiles --nodigest

ベストアンサー1

オプションのリポジトリを有効にして、Oracle Linux 7.8 Slimにgoogle-chrome-stable 83.0.4103.61をインストールする問題を修正しました.

yum-config-manager --enable ol7_optional_latest

おすすめ記事