Installing the browser on Ubuntu Brave 18.04
The following guide describes the installation Brave browser on Ubuntu 18.04 with just a few steps.
First, we install the necessary packages :
1 | sudo apt install apt-transport-https |
Grab the key repositories on computer:
1 | curl -s https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key add - |
Add it to the system:
1 | sudo sh -c 'echo "deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com `lsb_release -sc` main" >> /etc/apt/sources.list.d/brave.list' |
The last step is of course to install the browser itself:
1 | sudo apt update |
1 | sudo apt install brave-browser brave-keyring |
Related entries:
SuperTux or Mario for Linux installation in Ubuntu 20.04
gconf-service gconf-service-backend gconf2-common libappindicator1 libc++1 libc++1-9 libc++abi1-9 libdbusmenu-gtk4 libgail-common libgail18 libgconf-2-4 libgtk2.0-0 libgtk2.0-bin libgtk2.0-commonAll-in-one voice and text chat for gamers
All-in-one voice and text chat for gamers that's free 20.04
Import MySQL database via SSH
Installing Node.js in Ubuntu 20.04
Installing the Minecraft server on the Debian system 10






bug crashes – sh: 1: Syntax error: “&” unexpected
At which point you have such an error?
Ok, I found a typo in the key added by me.
In the entry corrected.
follow: sudo sh -c ‘echo “deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com
lsb_release -scmain” >> /etc/apt/sources.list.d/brave.list’sudo apt install brave-browser brave-keyring
Reading package lists… Ready
Building a dependency tree
Read status information… Ready
E: Could not find brave-browser package
E: Could not find brave-keyring package
????
Key added?
typing: sudo sh -c ‘echo “deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com lsb_release -sc main” >> /etc/apt/sources.list.d/brave.list’
and writes:“deb: ‘echo: command not found
What system?