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

install brave browser download

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

PREVIOUS NEXT
Code Example
Shell :: brave install in linux 
Shell :: helm install 
Shell :: forward port with ssh 
Shell :: install latest angular cli 
Shell :: ssh transfer folder 
Shell :: install pip linux 
Shell :: what service is listen on what port linux 
Shell :: copy files out of docker 
Shell :: ubuntu check tomcat version 
Shell :: git push heroku master everything up-to-date 
Shell :: bash split 
Shell :: how to change permissions for only the root 
Shell :: curl output to stdout 
Shell :: linux change user in terminal 
Shell :: Nextcloud Fedora 36 
Shell :: linux check if using wayland or x11 
Shell :: github push an existing repository from the command line 
Shell :: What is the difference between git push origin and git push origin master 
Shell :: Error: Cannot tap homebrew/cask: invalid syntax in tap! 
Shell :: stop docker image 
Shell :: ufw deny from ip 
Shell :: 10250: connect: no route to host kubernetes 
Shell :: ubuntu drag and drop to desktop 
Shell :: uninstall dependency npm 
Shell :: windows execute powershell script define user 
Shell :: github command 
Shell :: ubuntu change username 
Shell :: git push functions code 
Shell :: adobe acrobat reader for linux download 
Shell :: git squash 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =