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 in ubuntu

sudo apt install apt-transport-https curl

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

brave install ubuntu

sudo apt install apt-transport-https curl

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

echo "deb [signed-by=/usr/share/keyrings/brave-browser-beta-archive-keyring.gpg arch=amd64] https://brave-browser-apt-beta.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-beta.list

sudo apt update

sudo apt install brave-browser-beta
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 :: ubuntu install brave 
Shell :: how to delete file from git command 
Shell :: flutter run all 
Shell :: how to check if mongodb is installed 
Shell :: rm directory not empty mac 
Shell :: clone a git branch 
Shell :: run prometheus command 
Shell :: ubuntu list disks 
Shell :: lp list printers 
Shell :: discard all changes git 
Shell :: bash split line and get element 
Shell :: duplicate clone remote branch locally git 
Shell :: how to grep curl verbose 
Shell :: how to paste in emacs 
Shell :: migrate has no installation candidate 
Shell :: sudo rm rf hack 
Shell :: fish wsl 
Shell :: docker daemon.json permission denied 
Shell :: leiningen install windows 
Shell :: bash how to delete ^M at the end of every line 
Shell :: how to list brew packages installed 
Shell :: install raylib osx 
Shell :: set muiltiple ssh keys for different github accounts on one computer 
Shell :: npm uninstall package 
Shell :: powershell suppress error 
Shell :: git language 
Shell :: grep exclude 
Shell :: install packages from pipfile 
Shell :: ssh transfer file 
Shell :: git merge squash 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =