I saw a video about the Brave Browser ( https://brave.com/ ) and its operating philosophy. I was curious to see if it would operate in Puppylinux. The Debian install is a bit of a mystery from a Puppylnux user view: Can any one translate if this process is feasible? Thanks.
Debian 9+, Ubuntu 14.04+ and Mint 17+
If you get gnutls_handshake() errors after adding the Brave repository on Debian 9, you may need to uninstall old conflicting packages.
sudo apt install apt-transport-https curl
curl -s https://brave-browser-apt-release.s3.br ... e-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.list
sudo apt update
sudo apt install brave-browser