Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install brave browser on linux

sudo apt install apt-transport-https curl gnupg

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 -

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
Comment

install brave on linux

sudo apt install apt-transport-https curl

sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg

echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg 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
Comment

PREVIOUS NEXT
Code Example
Shell :: sed: 1: "package.json": extra characters at the end of p command 
Shell :: vscode .ps1 is not digitally signed 
Shell :: SCCM install update via command line 
Shell :: Warning: Pub installs executables into $HOME/.pub-cache/ 
Shell :: pacman install openldap 
Shell :: drop-in 
Shell :: how to make gitlab patch 
Shell :: how to install multible package in linux one line of code 
Shell :: debian copy directory 
Shell :: yp-err-stack-error-access-permission-denied-mkdir-var-www-project-name-no 
Shell :: check latest secret version acess GCP 
Shell :: run antlr 
Shell :: grep end of line csh 
Shell :: docker error 2 matches found based on name network is ambiguous 
Shell :: Mirror Repository Ubuntu 19.10 
Shell :: step by step to insatll jenkins in docker from scratch 
Shell :: how to turn function lock of calibur v2 
Shell :: Stop ssh connection after execute a script 
Shell :: fix nvidia drivers 
Shell :: change webmail user password 
Shell :: install mongodb klai 
Shell :: bitnami wordpress maximum upload file size 40 mb 
Shell :: docker-containers-noroutetohostexception-host-is-unreachable 
Shell :: fenser öffnet sich nicht powreshell 
Shell :: git schannel 
Shell :: sharepoint list password column 
Shell :: install hnswlib 
Shell :: shell script loop while process running 
Shell :: install bc command mac 
Shell :: fslmaths edge outline 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =