터미널을 열고(Ctrl + Alt + T) 아래와 같이 명령어를 순서대로 입력해 실행한다.
1. 패키지 인증키 등록
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
2. 크롬 PPA를 sources.list.d에 추가
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
3. 패키지 리스트 업데이트
sudo apt-get update
4. 크롬 설치
sudo apt-get install google-chrome-stable
. 설치를 위해 생성했던 파일 정리
sudo rm -rf /etc/apt/sources.list.d/google.list