You need to add the Brave repository to Ubuntu and then you can install the browser by running some commands.
Run the following commands in the given sequence to add the Brave repository and install the browser.
sudo apt install apt-transport-https curlcurl -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.listsudo apt updatesudo apt install brave-browser
Once installed, you can open the browser by running the following command.
brave-browser