Table of Contents
This tip is about the how to get Brave Browser on Fedora, Red Hat and CentOS. So read this free guide, How to get Brave Browser on Fedora, Red Hat and CentOS step by step. If you have query related to same article you may contact us.
How to get Brave Browser on Fedora, Red Hat and CentOS – Guide
We are using Fedora 34 Linux to install the Brave browser through the terminal, although the methods are the same for previous versions such as Fedora 33, 32, 30, 29, 28 and so on.
The Brave browser is based on Google Chromium, but it has aesthetic and security improvements. It is an open source browser that, unlike Chrome, automatically blocks ad trackers and cookies. Because it leverages the Ethereum blockchain to encrypt user data, Brave is sometimes referred to as a “cryptographic browser”.
In Brave browser, HTTP requests are automatically forwarded to HTTPS. In addition, there is a “Brave Rewards” incentive for displaying line items. You can use Chrome Web Store extensions because the browser is built on Chromium.
How to install Brave Browser for Fedora Linux
The steps provided here can be used on Fedora 34, including other RPM-based Linux distros such as RHEL and CentOS 7 and 8.
1. Install dependencies
By default, most of the time Fedora will already have a config-manger tool to enable or disable repositories, however if you don’t, install it using the command given below:
sudo dnf install dnf-plugins-core
2. Add the Brave browser repository in Fedora
The packages we need to install the Brave browser are not available in the base repository of the Fedora system, so we need to add the official one manually using the DNF configuration manager.
sudo dnf config-manager –add-repo https://brave-browser-rpm-release.s3.brave.com/x86_64/
3. Import GPG Key
For security reasons, the Linux system needs to check packages we receive from any repository; to ensure they are from a genuine source, without any alteration whatsoever. And for that, we’ve added a GPG key signed by Brave developers to their browser packages.
sudo rpm –import https://brave-browser-rpm-release.s3.brave.com/brave-core.asc
4. Run system update
Rebuild the system repository cache to ensure Fedora can recognize available packages in the newly added Brave repo.
sudo dnf update
5. Command to download Brave browser in Fedora 34
Finally, we’ve done all the necessary things to install Bravo Browser on Fedora Linux systems. Now, just use the DNF package manager to set up the browser on your system.
sudo dnf install brave-browser
Final note
I hope you like the guide How to get Brave Browser on Fedora, Red Hat and CentOS. In case if you have any query regards this article you may ask us. Also, please share your love by sharing this article with your friends.