// 파일 내려받기

curl -LO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

 

// 내려받은 파일 설치

apt-get install -y ./google-chrome-stable_current_amd64.deb

 

// 설치 후 삭제

rm google-chrome-stable_current_amd64.deb 

'Operating System > Linux' 카테고리의 다른 글

ubuntu 16.04 xRDP 스크립트 설치  (0) 2022.05.16
ubuntu iptables 명령 예제  (0) 2022.04.24
ubuntu 리눅스 swap file 메모리 설정  (0) 2021.11.12
ubuntu 마우스 커서 크기 변경  (0) 2021.11.12
ubuntu 환경에 xRDP 설치  (0) 2021.11.02
ubuntu runlevel 변경방법  (1) 2012.12.18
ubuntu 자주 사용하는 커맨드  (0) 2012.08.26
vim 설정파일  (0) 2010.09.08
ubuntu 8.04 설치후 할 일들  (0) 2008.05.20
.bashrc에 path걸기  (0) 2008.05.19

+ Recent posts