Install Brave browser on Ubuntu and Debian
Install Brave browser on Ubuntu and Debian
Brave is a free and open-source web browser based on the Chromium web browser. Brave is a privacy-focused browser that automatically blocks online advertisements and website trackers in its default settings. The extensions of the Chrome browser also work with Brave. Bookmarks and extensions from Chrome import after the installation of Brave browser. Brave browser has its own search engine for web search.
Following are the commands to install, and apply the commands one by one.
sudo apt install apt-transport-https curl
sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list
sudo apt update
sudo apt install brave-browser
Comments
Post a Comment