Linux Ubuntu

[Ubuntu] 크롬(Chrome) 설치하기

kjun.kr 2023. 1. 25. 00:10
728x90

$ sudo apt update

$ sudo apt install wget -y

$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

$ sudo dpkg -i ./google-chrome-stable_current_amd64.deb

 

728x90
저작자표시 비영리 변경금지 (새창열림)