switch to Antora part
This commit is contained in:
parent
bc7bb84562
commit
cf5acc8f3a
317 changed files with 432 additions and 1453 deletions
|
@ -0,0 +1,70 @@
|
|||
[id='installing']
|
||||
= Installing the browsers
|
||||
|
||||
Both Chromium and Google Chrome can be installed on Fedora.
|
||||
|
||||
|
||||
[id='installing-chromium']
|
||||
== Installing Chromium
|
||||
|
||||
Chromium can be installed using GUI and terminal.
|
||||
|
||||
.Installing Chromium using GUI
|
||||
|
||||
. Click on Software tool in Fedora.
|
||||
|
||||
. Search for Chromium Web Browser.
|
||||
|
||||
. Click on Install.
|
||||
|
||||
.Installing Chromium using terminal
|
||||
|
||||
. To install Chromium Web Browser, use the command:
|
||||
+
|
||||
----
|
||||
# dnf install chromium
|
||||
----
|
||||
+
|
||||
. To upgrade Chromium, use the command:
|
||||
+
|
||||
----
|
||||
# dnf upgrade chromium
|
||||
----
|
||||
|
||||
|
||||
[id='installing-chrome']
|
||||
== Installing Chrome
|
||||
|
||||
*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:
|
||||
+
|
||||
----
|
||||
# dnf install google-chrome
|
||||
----
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
If you want to install unstable Google Chrome version, use the following command:
|
||||
|
||||
----
|
||||
# dnf install google-chrome-unstable
|
||||
----
|
||||
|
||||
If you want to install stable Google Chrome version using the following command:
|
||||
|
||||
----
|
||||
# dnf install google-chrome-beta`
|
||||
----
|
||||
====
|
||||
|
||||
|
||||
[discrete]
|
||||
== Additional resources
|
||||
|
||||
* https://copr.fedorainfracloud.org/[COPR repository]
|
||||
* https://www.google.com/chrome/browser/desktop/index.html[Google Chrome rpm]
|
Loading…
Add table
Add a link
Reference in a new issue