Dork's port

Ubuntu에서 apt-get을 통한 Chrome 설치 (CLI Chrome install) 본문

Linux

Ubuntu에서 apt-get을 통한 Chrome 설치 (CLI Chrome install)

Dork94 2020. 11. 11. 20:52

# wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -

# echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' |  tee /etc/apt/sources.list.d/google-chrome.list

# apt-get update

#  apt-get install google-chrome-stable

Comments