In this tutorial, we will show you how to install Brave Browser on Debian 10. For those of you who didn’t know, Brave is adapted from the Chromium project and runs smoothly on Linux Distributions. Brave browser is a free and open-source browser. it’s Fast, speed, secure, and privacy by blocking trackers and still based on chromium so you have all the extensions and features you might be looking for.
This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo
‘ to the commands to get root privileges. I will show you the step-by-step installation of the Brave browser on a Debian 10 (Buster).
Prerequisites
- A server running one of the following operating systems: Debian 10 (Buster).
- It’s recommended that you use a fresh OS install to prevent any potential issues.
- SSH access to the server (or just open Terminal if you’re on a desktop).
- A
non-root sudo user
or access to theroot user
. We recommend acting as anon-root sudo user
, however, as you can harm your system if you’re not careful when acting as the root.
Install Brave Browser on Debian 10 Buster
Step 1. Before running the tutorial below, it’s important to make sure your system is up to date by running the following apt
commands in the terminal:
sudo apt update sudo apt install curl software-properties-common apt-transport-https
Step 2. Installing Brave Browser on Debian 10.
- Install Brave Browser via the official repository.
Now we add the Brave repository to your system:
curl -s https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key --keyring /etc/apt/trusted.gpg.d/brave-browser-release.gpg add - echo "deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main" | sudo tee /etc/apt/sources.list.d/brave-browser-release.list
At this point, you can install Brave on your Debian system. You can do this by running these next two commands:
sudo apt update sudo apt install brave-browser
- Install Brave Browser via Snap
Now we install Snap packages using the following commands:
sudo apt install snapd sudo snap install core
To install Brave, simply use the following command:
sudo snap install brave
Step 3. Accessing Brave Web Browser on Debian.
Once the Brave browser installation is complete, search for the Brave in your system menu and open it.
Congratulations! You have successfully installed Brave. Thanks for using this tutorial for installing the latest version of Brave Brave browser on the Debian system. For additional help or useful information, we recommend you check the official Brave website.