Install Chrome on Ubuntu 16.04
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i --force-depends google-chrome-stable_current_amd64.deb
Install Chrome on Ubuntu 14.04
$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
$ sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
$ sudo apt-get update
$ sudo apt-get install google-chrome-stable
https://gist.github.com/yancyn/114903abed7f1051bca97d3e64991cf2#install-chrome-on-ubuntu-1404
실행
터미널에서 google-chrome 또는 google-chrome-stable
이 때 아래와 같이 sandbox 에러가 발생한다면 google-chrome --no-sandbox 로 실행
에러메시지
root@a:~#
google-chrome
[6434:6434:0219/114409.601088:ERROR:zygote_host_impl_linux.cc(89)]
Running as root without --no-sandbox is not supported. See
https://crbug.com/638180.
root@a:~#
google-chrome-stable
[6443:6443:0219/114416.540843:ERROR:zygote_host_impl_linux.cc(89)]
Running as root without --no-sandbox is not supported. See
https://crbug.com/638180.
우분투 크롬 설치(14.04, 16.04 버전)
Reviewed by kukanuc
on
2월 18, 2019
Rating:
댓글 없음: