How to Install Brave Browser on Fedora, Red Hat & CentOS
======
[Brave][1] is an increasingly [popular web browser for Linux][2] and other operating system. The focus on blocking ads and tracking by default along with Chrome extension support has made Brave a popular choice among Linux users.
In this tutorial, you’ll learn to install Brave on Fedora Linux. You’ll also learn about updating it and removing it.
The tutorial has been tested on Fedora but it should also be valid for other distributions in the Red Hat domain such as CentOS, Alma Linux and Rocky Linux.
### Install Brave browser on Fedora Linux
You’ll have to go to the command line way for installing Brave here.
As a prerequisite, please ensure that dnf-plugin-core is installed.
```
sudo dnf install dnf-plugins-core
```
The next step is to add the Brave repository to your system:
![Adding Brave Browser repository in Fedora Linux][3]
You are all set to go now. Install Brave with this command:
```
sudo dnf install brave-browser
```
**Press Y when asked to confirm** your choice. It should take a few seconds or a couple of minutes based on your internet speed. If the DNF cache was not updated recently, it may even take longer.
![Installing Brave Browser in Fedora][4]
Once the installation finishes, look for Brave in the system menu and start from there.
![Start Brave browser in Fedora Linux][5]
### Updating Brave browser on Fedora Linux
You have added a repository for the browser and also imported its key. Your system trusts the packages coming from this repository.
So, when there is a new Brave browser release and it is made available to this repository, you’ll get it through the regular system upgrades.
In other words, you don’t have to do anything special. Just keep your Fedora system updated and if there is a new version from Brave, it should be automatically installed with system updates.
### Removing Brave browser from Fedora Linux
![Brave Browser in Fedora Linux][6]
If you do not like Brave for some reasons, you can remove it from your system. Just use the dnf remove command:
```
sudo dnf remove brave-browser
```
Press Y when asked:
![Removing Brave browser from Fedora Linux][7]
You may also choose to disable the brave-browser-rpm-release.s3.brave.com_x86_64_.repoor delete this file completely from the /etc/yum/repos.d. Though it’s not really mandatory.
I hope you find this quick tip helpful. If you have any questions or suggestions, please let me know.