Brave is a cross-platform, free, and open-source web browser that was launched in 2019. It is a secure and fast web browser whose base code is very much similar to the Chromium browser. It maintains the privacy of the users while browsing by blocking all irrelevant and unnecessary ads.
Here at Ibmi Media, as part of our Server Management Services, we regularly help our Customers to perform related Open Source Software packages on any Linux Distribution.
In this context, we shall look into the procedure of installing this web browser on a Linux Mint 20 machine.
How to Install Brave Browser on Linux Mint 20 ?
To install Brave browser on your Linux system, follow the steps given below.
1. Perform a System Update
Before heading on to the installation of the Brave browser on your system, it should be updated with the command shown below:
$ sudo apt update
After performing this update, you can easily proceed with the next step.
2. Install the Snap Daemon
We will be installing the Brave browser on our Linux Mint 20 system with the help of the Snap package manager. For doing that, it is must to have the Snap daemon on our system which we will install with the following command:
$ sudo apt install snapd
Once you manage to perform this step successfully, you will be able to install the Brave browser on your Linux system.
3. Install the Brave Browser while using the Snap Package Manager
To install the Brave browser with the help of the Snap package manager, we will execute the command shown below:
$ sudo snap install brave
This process might take a few moments to be completed.
4. Check the Version of the Brave Browser Installed:
Once the Brave browser is installed on your Linux Mint 20 system, its version can be checked with the following command:
$ brave --version
This will display the current version on Brave browser installed on our Linux system.
5. Launch the Brave Browser on your System:
You can even launch the Brave browser from your Linux terminal with the command shown below:
$ brave
This command will display the welcome page of the Brave browser.
How to Uninstall Brave browser from your Linux Mint 20 system ?
To quickly remove the Brave browser from your Linux Mint 20 system, All you have to do is to execute the command shown below:
$ sudo snap remove brave
After executing this command, the Brave browser has been successfully removed from your Linux system.
This article covers how to install Brave browser on a Linux Mint 20 system. Brave is a free to use and open-source web browser developed by Brave Software, Inc. Its source code is based on the Chromium browser. Brave is designed to block ads and website trackers by default and guarantee privacy.
How to Launch Brave Web Browser on Linux Mint 20 ?
After installation you can use the terminal or Desktop Environment Launcher to start brave web browser on Linux Mint 20 Desktop machine:
$ brave-browser