“Instale o Google Chrome Linux” Respostas de código

Instale o Google Chrome Linux

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb
Crazy Chicken

Instale o Google Chrome Linux

sudo apt update
sudo apt upgrade
sudo apt install wget
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
sudo apt-get install -f
google-chrome
Hutch Polecat

Instale o Chrome no Ubuntu 16.04 usando o terminal

sudo dpkg -i --force-depends google-chrome-stable_current_amd64.deb
Strange Swiftlet

Baixe a linha de comando do Google Chrome Linux RPM

wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
sudo dnf localinstall ./google-chrome-stable_current_x86_64.rpm
TheRubberDucky

Respostas semelhantes a “Instale o Google Chrome Linux”

Perguntas semelhantes a “Instale o Google Chrome Linux”

Mais respostas relacionadas para “Instale o Google Chrome Linux” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código