Ubuntu
Ubuntu 20.04에 Chrome 64bit 설치하기
convergence36572
2021. 8. 30. 10:49
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