我尝试在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
事实上,如果我尝试安装 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 上什么都不起作用!!!
答案1
如果您想安装 Chrome 浏览器,您可以使用两种可能的方式:
直接下载浏览器。只需执行此命令
yum localinstall https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
安装 google repo,然后安装浏览器。有关更详细的说明,您可以查看这一页