我试图在Oracle-Linux-8.9-2024.01.26-0
它上启动 chromium,这是我从 oracle 获得的虚拟机,但出现以下错误
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
事实上,如果我尝试安装 chromium 或 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 上什么都不起作用!!!!