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 :: git origin command 
Shell :: find the size of file in linux 
Shell :: git origin set branch 
Shell :: windows ssh tunnel 
Shell :: Installing the virtualenv for you app 
Shell :: check network card name linux 
Shell :: install elasticsearch 
Shell :: git checkout head 
Shell :: teamviewer raspberry pi command line 
Shell :: or in matlab 
Shell :: reset repo 
Shell :: bash input 
Shell :: how to update code in github 
Shell :: git remove submodules 
Shell :: windows terminal open as admin 
Shell :: vim remove line by pattern from all files 
Shell :: adb screen record 
Shell :: undo a git merge 
Shell :: ubuntu terminal autocomplete not working 
Shell :: kill python 
Shell :: bash how to quotes work 
Shell :: install vue router 
Shell :: delete tag beautifulsoup 
Shell :: how to git pull origin master 
Shell :: git create branch from master 
Shell :: laravel sail install php extensions 
Shell :: how many repositories can be created in github 
Shell :: linux create executable 
Shell :: macos make file executable 
Shell :: ubuntu open task manager 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =