Ubuntu에 Chrome 웹 브라우저를 설치하는 과정을 다루고 있습니다.
.
2022. 6. 12 최초작성
2025. 4. 20 Ubuntu 22.04에서 동작확인
2026. 3. 23 Ubuntu 24.04
2026. 8. 21 Ubuntu 26.04
.
.
.
1. Chrome 패키지를 다운로드합니다.
| $ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb |
.
2. Chrome 패키지를 설치합니다.
| $ sudo apt install ./google-chrome-stable_current_amd64.deb |
.
3. 프로그램 표시 아이콘을 클릭한 후,


.
검색창에 chrome을 입력하여 크롬 웹브라우저를 실행시킬 수 있습니다.

.

.
4. 크롬을 디폴트 브라우저로 설정합니다.
.
xdg-settings set default-web-browser google-chrome.desktop
.
참고
https://techviewleo.com/install-google-chrome-on-ubuntu-linux
https://linuxize.com/post/how-to-install-google-chrome-web-browser-on-ubuntu-24-04