OS/CentOS

CentOS 7.9 (2009) Chrome Install

강서버 2020. 11. 24. 19:46
반응형

1. Chrome Download

https://www.google.com/chrome/

 

Chrome 웹브라우저

Google의 스마트 기능으로 더욱 간편하고 안전하고 빨라졌습니다.

www.google.com

 

 

2. Navigate to the downloaded directory

$ cd /download_directory

 

 

3. Chrome installation

- Dependency error occurred

$ sudo rpm -ivh google-chrome-stable_current_x86_64.rpm
경고: google-chrome-stable_current_x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 7fac5991: NOKEY
오류: Failed dependencies:
liberation-fonts is needed by google-chrome-stable-87.0.4280.66-1.x86_64
libvulkan.so.1()(64bit) is needed by google-chrome-stable-87.0.4280.66-1.x86_64

 

 

4. Library(vulcan, liberation-fonts) installation

$ sudo yum install vulkan liberation-fonts

 

 

5. Chrome installation

$ sudo rpm -ivh google-chrome-stable_current_x86_64.rpm

 

 

728x90
반응형