How to Install Brave Browser on Ubuntu 22 04 LTS

2 years ago
32

Ubuntu is a very lightweight, customizable, and easy-to-use Linux distribution. You can install a lot of software in it from the software center or the terminal as well. Brave Browser is one such software that a lot of people like.

This video will show you how you can install the Brave Browser in Ubuntu 22.04 LTS.

Enjoy the video!

⏰Timestamps⏰

00:00 Intro
00:09 Install Packages
00:17 Install GPG Key
00:27 Import Stable Repository
00:32 Install Brave Browser
00:51 Open Brave Browser
01:05 Outro

Install Packeges
sudo apt install software-properties-common apt-transport-https curl -y

Import GPG Key
sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg

Import Stable Repository
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

Loading comments...