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 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 :: install wordpress ubuntu 20.04 
Shell :: docker splunk 
Shell :: flutter run all devices 
Shell :: docker delete container and image 
Shell :: git empty stash 
Shell :: pip problem linux 
Shell :: linux mount nfs share 
Shell :: pip 21.0.1 install windows 
Shell :: how to see the size of /var 
Shell :: rm -rf * 
Shell :: how to install sshpass on mac 
Shell :: tcpdump filter ip address 
Shell :: git find current head 
Shell :: start Gui on your Ubuntu 20.04 system from cli 
Shell :: install ag in mac 
Shell :: bash colour codes 
Shell :: pod upgrade 
Shell :: git how to update branch from master 
Shell :: conda install cython 
Shell :: how to delete directory 
Shell :: bash quotes 
Shell :: how to set default editor for git bash 
Shell :: how to undo a local commit 
Shell :: git add origin command 
Shell :: how to disable a wifi card raspberry pi 
Shell :: how to run bash scripts 
Shell :: git remove all pdf files 
Shell :: git push template 
Shell :: githum readme bold 
Shell :: how to push changes to branch in git 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =