반응형
1) apt-key 등록
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
2) source.list 추가
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) Chrome 설치
sudo apt-get install google-chrome-stable반응형
'Tech > Linux' 카테고리의 다른 글
| ubuntu 20.04 한영변환 (0) | 2022.03.08 |
|---|---|
| ubuntu 20.04 ip address setting (0) | 2022.03.07 |
| Ubuntu network 이름 수정 (0) | 2021.03.11 |
| Linux Filesystem resize (0) | 2021.03.02 |