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 |
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 -sc
main” >> /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?