Instalando los navegadores Chromium o Google Chrome browsers
Esta página analiza fuentes de software de terceros que no están afiliadas ni respaldadas oficialmente por el Proyecto Fedora. Úselas a su propia discreción. Fedora recomienda el uso de software libre y de código abierto, y evitar el software protegido por patentes. |
Exploradores web Chromium y Google Chrome
Fedora Workstation, en su salida de la caja de configuración, solo incluye software de fuente abierta y libre. Mozilla Firefox es el explorador incluido en Fedora Workstation por defecto. Sin embargo, es fácil instalar o bien Google Chrome o Chromium, si lo prefiere.
Chromium
Chromium es el proyecto original de Google Chrome. Chromium está incluido en los Repositorios de Fedora. El paquete Chromium de Fedora solo contiene software libre y de código abierto, por lo que no incluye varias funciones de Google Chrome que dependen de software propietario.
Google Chrome
Google Chrome is a popular web browser developed by Google. Chrome is built on top of the open-source browser project, Chromium. Chrome includes additional features such as support for proprietary media files (such as H.264 or AAC) and playback of rights-protected media (Netflix, etc.) Chrome also includes support for other Google services such as browser sync and location services, which are not supported by Chromium.
Google Chrome is available in Fedora Workstation via a curated third-party repository. Once this repository is enabled, Chrome can be installed via Software or the command line.
Instalar los exploradores
Pueden ser instalados ambos Chromium y Google Chrome en Fedora.
Instalar Chromium
Chromium puede ser instalado utilizando la aplicación Software y por medio de línea de instrucción.
Installing Chrome
Chrome can be installed using Software or a terminal, once the repository is enabled.
Installing Chrome using Software (GUI)
-
Open the Software application.
-
Click on the menu at the top right and select Software Repositories.
-
Make sure Third Party Repositories is enabled. If the button label is Install, then click that button to install the third party repositiories. If the button reads Remove All then the third party repositories are already installed.
-
Scroll down to find the repository called google-chrome. Click on it and choose Enable.
You can now search for Google Chrome in Software, and install it.
Installing Chrome using Terminal
The additional repositories can also be managed using a terminal and DNF.
-
Install Third Party Repositories
$ sudo dnf install fedora-workstation-repositories
-
Enable the Google Chrome repo:
$ sudo dnf config-manager setopt google-chrome.enabled=1
For Fedora 40 and older:
$ sudo dnf config-manager --set-enabled google-chrome
+ . Finally, install Chrome:
+
$ sudo dnf install google-chrome-stable
If you want to install the Chrome Dev Channel version, use the following command: $ sudo dnf install google-chrome-unstable If you want to install Chrome Beta use the following: $ sudo dnf install google-chrome-beta |
Want to help? Learn how to contribute to Fedora Docs ›