How to install the Brave browser on KDE Neon


Today we are going to look at how to install the Brave browser on KDE Neon.

Firstly, we install some packages which we need during the installation process, and for Brave in general.  Next, we download and add the Brave security key to our system, after that, we add the Brave repository to our system.  Lastly, we update the repositories of our system again and install Brave.  Enjoy!

Press enter, when you are ask to confirm the installation in the terminal, and type your login password, when it is required as well.

If you have any questions, please contact us via a YouTube comment and we would be happy to assist you!

Commands used:
1) sudo apt install apt-transport-https curl gnupg
2) 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 -
3) echo "deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main" | sudo tee /etc/apt/sources.list.d/brave-browser-release.list
4) sudo apt update
5) sudo apt install brave-browser

Commands are based on this:

Official Site:

We are on social media! For announcements, content release updates (across all our projects), and much more, please join our Reddit community!
https://www.reddit.com/r/linuxmadesimple/

For a video with Background Music:


Curios about Chromebooks have a look at our Chromebook Comparison Chart!

Want to buy me a cup of coffee, thank you!

Comments