Here are the Steps to install Brave Browser on Ubuntu 18.04 LTS.
Brave Web Browser - Privacy Focused browser (Based on Chromium - an open source version of the Google Chrome browser)
➡ Ad blocker
➡ Import data's from Chrome and Firefox
➡ Brave Rewards 🎁
➡ Private Mode with TOR
➡ Sync between the Devices
➡ and More Privacy Focused Feature
Read the Full Features of Brave Web Browser - https://brave.com/features/
install Brave Browser on Ubuntu
- Before installing updating the packages
sudo apt-get update && sudo apt-get upgrade
- install required Packages
sudo apt install apt-transport-https curl
- Add Brave signing key
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 -
- Add brave release to the apt Source list
echo "deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/brave-browser-release.list
- install brave browser from the brave apt release
sudo apt update
sudo apt install brave-browser
- verify your installation
$ which brave-browser
/usr/bin/brave-browser
- That's all Successfully install the Brave web browser on ubuntu