Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ##Instalando o Google Chrome no Ubuntu via terminal
- ##Ubuntu 16.04.4 LTS, 17.10 e 18.04 LTS
- ~$ cd /tmp ; wget -c https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb ; sudo apt install ./google-chrome-stable_current_amd64.deb -y
- ##Ubuntu 14.04.5 LTS
- ~$ cd /tmp ; wget -c https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb ; sudo dpkg -i google-chrome-stable_current_amd64.deb ; sudo apt install -fy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement