Oracle-Linux-8.9-2024.01.26-0
oracleから受信した仮想マシンであるchromiumを起動しようとすると、次のエラーが発生します。
root/.cache/puppeteer/chrome/linux-121.0.6167.85/chrome-linux64/chrome: error while loading shared libraries: libdrm.so.2: cannot open shared object file: No such file or directory
実際にChromeまたはGoogle Chrome自体をインストールしようとするとエラーが発生します。
[root@ilk testcases]# dnf install google-chrome-stable
Last metadata expiration check: 2:51:07 ago on Wed Feb 21 11:34:51 2024.
No match for argument: google-chrome-stable
Error: Unable to find a match: google-chrome-stable
[root@ilk testcases]# yum install google-chrome-stable
Last metadata expiration check: 2:51:22 ago on Wed Feb 21 11:34:51 2024.
No match for argument: google-chrome-stable
Error: Unable to find a match: google-chrome-stable
[root@ilk testcases]# yum install chromium
Last metadata expiration check: 2:51:32 ago on Wed Feb 21 11:34:51 2024.
No match for argument: chromium
Error: Unable to find a match: chromium
注:このタスクを実行する前に、次のyum update -y
いずれかを実行しました。yum update
したがって、Oracle VMでは何も機能しません! ! ! !