

In the tutorial, you learned how to import the APT binary package and GPG key to install the latest stable version of Brave Browser on Ubuntu 22.04 LTS Jammy Jellyfish, along with alternative beta and optional nightly installations. Overall, the Brave is an exciting newcomer to the web browser scene.īrave is growing in popularity for a reason. Alternatively, you can remove specific versions and make sure to specify “brave-browser-beta.list”. Note the above command will blanket remove all Brave Browser repositories. To remove the added repositories, use the following command. Remove the Brave Browser Beta Build: sudo apt autoremove brave-browser-beta -purge Remove the Brave Browser Nightly Build: sudo apt autoremove brave-browser-nightly -purge If you have installed the beta or unstable version.

Note that unused dependencies will also be removed. Remove the Brave Browser Stable Build: sudo apt autoremove brave-browser -purge Run one of the following commands corresponding to your Brave version and remove the repository to remove Brave. Import Nightly Repository: echo deb stable main | sudo tee /etc/apt//brave-browser-nightly.list Import Nightly GPG KEY: wget -O- | sudo gpg -dearmor | sudo tee /usr/share/keyrings/brave-browser-nightly-archive-keyring.gpg

Import Beta Repository: echo deb stable main | sudo tee /etc/apt//brave-browser-beta.list Option 3 – Import Brave Browser Nightly Import Beta GPG KEY: wget -O- | sudo gpg -dearmor | sudo tee /usr/share/keyrings/brave-browser-beta-archive-keyring.gpg Import Stable Repository: echo deb stable main | sudo tee /etc/apt//brave-browser-release.list Option 2 – Import Brave Browser Beta Import Stable GPG KEY: wget -O- | sudo gpg -dearmor | sudo tee /usr/share/keyrings/brave-browser-archive-keyring.gpg Option 1 – Import Brave Browser Stable (Recommended) However, for more advanced or curious users, you can install the beta and nightly build repositories that are separate installations.

The first and most recommended is to install the Brave Browser stable branch for most of your usage. Users have three choices to import for their Brave Browser installation. These are the most common software packages found on nearly all Linux distributions. If you are unsure, run the command it will not harm you. sudo apt install software-properties-common apt-transport-https wget ca-certificates gnupg2 ubuntu-keyring -y To complete the installation, you will need to install the following software packages by using the following command in your terminal.
