wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh - 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update
sudo apt-get install google-chrome-stable
설치를 위해 생성했던 파일은 다음처럼 지워줘야 함.
sudo rm -rf /etc/apt/sources.list.d/google.list
'Ubuntu' 카테고리의 다른 글
우분투에서 로지텍 MX Anywhere 2 마우스 사용하기 (0) | 2021.10.19 |
---|---|
Ubuntu에서 파일 비밀번호 걸어서 압축하기 (0) | 2021.09.21 |
우분투에 GNU Octave 설치하기 (0) | 2021.09.10 |
우분투에 Acrobat Reader 설치하기 (0) | 2021.09.10 |
Ubuntu에 NVIDIA 그래픽 드라이버 설치 (0) | 2021.09.04 |