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
실제로 크롬이나 Google 크롬 자체를 설치하려고 하면 오류가 발생합니다.
[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에서는 아무것도 작동하지 않습니다! ! ! !