quick-docs/en-US/modules/proc_installing-chromium-web-browser.adoc

71 lines
1.3 KiB
Text
Raw Normal View History

2018-01-01 18:05:24 +00:00
[id='installing']
= Installing the browsers
2018-01-01 18:05:24 +00:00
Both Chromium and Google Chrome can be installed on Fedora.
2018-01-01 18:05:24 +00:00
[id='installing-chromium']
== Installing Chromium
Chromium can be installed using GUI and terminal.
.Installing Chromium using GUI
. Click on Software tool in Fedora.
2018-01-01 18:05:24 +00:00
. Search for Chromium Web Browser.
. Click on Install.
2018-01-01 18:05:24 +00:00
.Installing Chromium using terminal
. To install Chromium Web Browser, use the command:
2018-01-01 18:05:24 +00:00
+
----
# dnf install chromium
----
+
. To upgrade Chromium, use the command:
+
----
# dnf upgrade chromium
----
2018-01-01 18:05:24 +00:00
[id='installing-chrome']
== Installing Chrome
2018-01-01 18:05:24 +00:00
*Google Chrome* can be installed by downloading rpm.
. Click the following link: https://www.google.com/chrome/browser/desktop/index.html .
. Click on *Download Chrome* and select *Fedora 64* or *32 bits* download and install the repo.
. Login as root and use the command to install Google Chrome:
+
----
2018-01-01 18:05:24 +00:00
# dnf install google-chrome
----
[NOTE]
====
If you want to install unstable Google Chrome version, use the following command:
2018-01-01 18:05:24 +00:00
----
# dnf install google-chrome-unstable
----
If you want to install stable Google Chrome version using the following command:
2018-01-01 18:05:24 +00:00
----
# dnf install google-chrome-beta`
----
====
2018-01-01 18:05:24 +00:00
[discrete]
== Additional resources
2018-01-01 18:05:24 +00:00
* https://copr.fedorainfracloud.org/[COPR repository]
* https://www.google.com/chrome/browser/desktop/index.html[Google Chrome rpm]