1. 설치
2. 삭제
Chrome 설치
1. Chrome 다운로드
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
[ 실행 로그 ]
[gangserver@localhost down]$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
--2025-09-24 15:13:27--  https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
Resolving dl.google.com (dl.google.com)... 142.251.222.46, 2404:6800:4004:818::200e
Connecting to dl.google.com (dl.google.com)|142.251.222.46|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 123126417 (117M) [application/x-rpm]
Saving to: `google-chrome-stable_current_x86_64.rpm'
google-chrome-stabl 100%[===================>] 117.42M  13.6MB/s    in 11s     
2025-09-24 15:13:39 (10.2 MB/s) - `google-chrome-stable_current_x86_64.rpm' saved [123126417/123126417]
- 다운로드 파일 확인
[gangserver@localhost down]$ ls -al
합계 120248
drwxr-xr-x.  2 gangserver gangserver        53  9월 24 15:13 .
drwx------. 20 gangserver gangserver      4096  9월 24 14:55 ..
-rw-r--r--.  1 gangserver gangserver 123126417  9월 24 04:00 google-chrome-stable_current_x86_64.rpm
2. Chrome 설치
$ sudo dnf localinstall google-chrome-stable_current_x86_64.rpm
[ 실행 로그 ]
[gangserver@localhost down]$ sudo dnf localinstall google-chrome-stable_current_x86_64.rpm
마지막 메타자료 만료확인(0:12:17 이전): 2025년 09월 24일 (수) 오후 03시 05분 03초.
종속성이 해결되었습니다.
================================================================================
 꾸러미                  구조      버전                   저장소           크기
================================================================================
설치 중:
 google-chrome-stable    x86_64    140.0.7339.207-1       @commandline    117 M
연결 요약
================================================================================
설치  1 꾸러미
전체 크기: 117 M
설치된 크기 : 377 M
진행할까요? [y/N]: y
꾸러미 내려받기 중:
연결 확인 실행 중
연결 확인에 성공했습니다.
연결 시험 실행 중
연결 시험에 성공했습니다.
연결 실행 중
  준비 중     :                                                             1/1 
  구현 중     : google-chrome-stable-140.0.7339.207-1.x86_64                1/1 
  설치 중     : google-chrome-stable-140.0.7339.207-1.x86_64                1/1 
  구현 중     : google-chrome-stable-140.0.7339.207-1.x86_64                1/1 
  확인 중     : google-chrome-stable-140.0.7339.207-1.x86_64                1/1 
설치되었습니다:
  google-chrome-stable-140.0.7339.207-1.x86_64                                  
완료되었습니다!
Chrome 삭제
$ sudo dnf remove google-chrome-stable
[ 실행 로그 ]
[gangserver@localhost down]$ sudo dnf remove google-chrome-stable
[sudo] gangserver의 암호: 
종속성이 해결되었습니다.
================================================================================
 꾸러미                  구조      버전                 저장소             크기
================================================================================
삭제 중:
 google-chrome-stable    x86_64    140.0.7339.207-1     @google-chrome    377 M
연결 요약
================================================================================
삭제  1 꾸러미
사용 가능한 공간 : 377 M
진행할까요? [y/N]: y
연결 확인 실행 중
연결 확인에 성공했습니다.
연결 시험 실행 중
연결 시험에 성공했습니다.
연결 실행 중
  준비 중     :                                                             1/1 
  구현 중     : google-chrome-stable-140.0.7339.207-1.x86_64                1/1 
  삭제 중     : google-chrome-stable-140.0.7339.207-1.x86_64                1/1 
  구현 중     : google-chrome-stable-140.0.7339.207-1.x86_64                1/1 
  확인 중     : google-chrome-stable-140.0.7339.207-1.x86_64                1/1 
제거되었습니다:
  google-chrome-stable-140.0.7339.207-1.x86_64                                  
완료되었습니다!
'OS > CentOS' 카테고리의 다른 글
| CentOS Stream 9 libaspell.so.15 error (0) | 2025.09.24 | 
|---|---|
| CentOS Stream 9 마이크로소프트 엣지(Microsoft Edge) 설치 / 삭제 (0) | 2025.09.24 | 
| CentOS Stream 9 Microsoft Edge Install / Uninstall (0) | 2025.09.24 | 
| CentOS Stream 9 Google Chrome Install / Uninstall (0) | 2025.09.24 | 
| CentOS Stream 9 Ark install (0) | 2025.09.22 |