Set up Chromium browser in Fedora 29 utilizing dnf command
I am a brand new Fedora Linux consumer. I want to put in and arrange Chromium for testing objective. How do I set up Chromium browser in my Fedora Linux workstation?
Introduction – Chromium is a free and open supply software program created by Google. Chromium act because the upstream undertaking for Google Chrome browser. The Chromium browser is straight obtainable from official Fedora Linux repositories. Chromium internet browser helps Vorbis, Theora, WebM and HTML5 audio and video requirements, however doesn’t embrace the non-free AAC, H.264, MP3 or Adobe Flash code that’s present in Chrome. So it’s a good option to run it on Fedora Linux. This web page exhibits set up Chromium browser in Fedora 29 utilizing the dnf command.
Set up Chromium browser in Fedora Linux 29
The process to put in Chromium browser is as follows:
Open the Terminal software or window.Seek for Chromium package deal in Fedora, run: sudo dnf search chromiumTo put in Chromium Net browser on Fedora Linux, run: sudo dnf set up chromiumImprove Chromium browser in Fedora Linux, run: sudo dnf improve chromium
Allow us to see all instructions and instance in particulars.
1. Putting in Chromium browser on Fedora Linux 29 utilizing dnf
Allow us to seek for chromium package deal utilizing the dnf command and grep command, run:
dnf search browser | grep -i chromium
OR
dnf search chromium
One can get detailed details about the package deal by operating the next dnf command:
$ yum data chromium
Pattern outputs:
Out there Packages
Title : chromium
Model : 71.zero.3578.98
Launch : 1.fc29
Arch : x86_64
Dimension : 31 M
Supply : chromium-71.zero.3578.98-1.fc29.src.rpm
Repo : updates
Abstract : A WebKit (Blink) powered internet browser
URL : http://www.chromium.org/Residence
License : BSD and LGPLv2+ and ASL 2.zero and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
Description : Chromium is an open-source internet browser, powered by WebKit (Blink).
2. Methods to set up Chromium in Fedora
Merely run the next sudo command together with dnf command:
$ sudo dnf set up chromium
three. Methods to improve Chromium on Fedora Linux
Simply to improve Chromium model, run:
$ sudo dnf improve chromium
OR improve the whole lot together with Chromium, run:
$ sudo dnf replace -y
four. Take a look at it
Sort the command from terminal app or begin it from GUI:
chromium-browser
chromium-browser url
chromium-browser https://www.cyberciti.biz
Chromium browser operating on Fedora
About Chromium browser
Chromium browser settings on Fedora Linux
Conclusion
You realized set up and improve Chromium browser in Fedora Linux 29 utilizing the dnf command line possibility. For extra data see the official Chromium undertaking dwelling web page right here.