Como Instalar Google Chrome No Linux Gutta New !link! May 2026

To install Google Chrome on Linux systems like Ubuntu, Mint, or Debian, the process is straightforward and typically involves downloading a package file directly from Google. Quick Guide: How to Install Google Chrome Download the Package:

Open your current browser (like Firefox) and go to the Google Chrome download page.

Click Download Chrome and select the 64-bit .deb (for Debian/Ubuntu) or .rpm (for Fedora/openSUSE). Install via Terminal (Recommended): Open your terminal (Ctrl+Alt+T). Navigate to your Downloads folder: cd ~/Downloads.

Run the installation command:sudo apt install ./google-chrome-stable_current_amd64.deb.

Note: Using apt instead of dpkg automatically handles any missing software dependencies. Alternative (Graphical Method): Locate the downloaded file in your file manager.

Right-click the file and select Open with Software Install or GDEbi Package Installer. Click Install and enter your system password when prompted. Key Considerations How to Install Google Chrome on Linux Mint 22.3

Para instalar o Google Chrome no Linux, os passos podem variar ligeiramente dependendo da distribuição Linux que você está usando. No entanto, vou fornecer um guia geral que deve funcionar para muitas distribuições, incluindo Ubuntu, Debian, Fedora, e outras. Este guia é para a versão mais recente, mas lembre-se de que os detalhes podem variar um pouco. como instalar google chrome no linux gutta new

Como abrir o Chrome

Após a instalação, você pode encontrá-lo no menu de aplicativos do seu sistema na categoria Internet (ou buscando por "Chrome").

Dica Extra: Ao executar o Chrome pela primeira vez, o sistema pode perguntar se você deseja defini-lo como navegador padrão. Se isso for o que você deseja, basta aceitar.

Installing Google Chrome on Linux: A Step-by-Step Guide

Google Chrome is a popular web browser that offers a wide range of features, including speed, security, and compatibility with various operating systems, including Linux. In this guide, we'll show you how to install Google Chrome on Linux, specifically on a new installation.

Prerequisites

Method 1: Installing Google Chrome using the Official Repository To install Google Chrome on Linux systems like

The recommended way to install Google Chrome on Linux is by using the official repository. This method ensures that you get the latest updates and security patches.

  1. Update the package list: Open a terminal and run the following command: sudo apt update (for Debian-based distributions) or sudo dnf update (for RPM-based distributions).
  2. Install the Google Chrome repository: Run the following command: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - (for Debian-based distributions) or sudo rpm --import https://dl-ssl.google.com/linux/linux_signing_key.pub (for RPM-based distributions).
  3. Add the Google Chrome repository to your package manager: Run the following command: sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list' (for Debian-based distributions) or sudo dnf config-manager --add-repo https://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome.repo (for RPM-based distributions).
  4. Install Google Chrome: Run the following command: sudo apt install google-chrome-stable (for Debian-based distributions) or sudo dnf install google-chrome-stable (for RPM-based distributions).

Method 2: Installing Google Chrome using a .deb or .rpm Package

If you prefer to install Google Chrome using a .deb or .rpm package, you can download the package from the official Google Chrome website.

  1. Download the Google Chrome package: Go to the Google Chrome website (https://www.google.com/chrome/) and click on the "Download Chrome" button. Select the correct package for your Linux distribution (e.g., .deb for Debian-based distributions or .rpm for RPM-based distributions).
  2. Install the package: Run the following command: sudo dpkg -i google-chrome-stable_current_amd64.deb (for Debian-based distributions) or sudo rpm -ivh google-chrome-stable_current_x86_64.rpm (for RPM-based distributions).

Launching Google Chrome

Once you've installed Google Chrome, you can launch it from the terminal or from the application menu.

Troubleshooting

If you encounter any issues during installation or while running Google Chrome, you can try the following:

Conclusion

In this guide, we've shown you how to install Google Chrome on Linux, specifically on a new installation. We've covered two methods: using the official repository and installing from a .deb or .rpm package. With these steps, you should be able to install and run Google Chrome on your Linux system. If you encounter any issues, refer to the troubleshooting section or seek help from the Google Chrome support website.

Método 3: Via Flatpak (Distribuições universais)

Se o Linux Gutta suporta Flatpak, você pode instalar sem usar o terminal avançado:

flatpak install flathub com.google.Chrome

Método 2: Via Interface Gráfica (Para iniciantes)

Se você prefere usar o mouse e janelas em vez de digitar comandos:

  1. Abra o Firefox (que já vem instalado).
  2. Acesse o site: google.com/chrome.
  3. Clique em "Fazer o download do Chrome".
  4. Selecione a opção "64 bits .deb (Para Debian/Ubuntu)" e clique em "Aceitar e instalar".
  5. Quando o download terminar, vá até a sua pasta de Downloads.
  6. Clique com o botão direito no arquivo baixado e escolha "Abrir com Instalação de Software" (ou similar, dependendo da sua interface).
  7. Clique no botão Instalar e digite sua senha quando solicitado.

Passo 1: Baixe e adicione a chave GPG do Google

wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -