반응형
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
반응형
'OS > CentOS' 카테고리의 다른 글
| CentOS7 Microsoft Edge install libatomic.so.1 error (0) | 2022.01.24 |
|---|---|
| CentOS 7 Clean yum cache (0) | 2020.11.24 |
| CentOS7 + MariaDB 10.4 Install (0) | 2020.11.16 |
| Check CentOS Running Services (0) | 2020.09.09 |
| Check CentOS version (0) | 2020.09.09 |