Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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

PREVIOUS NEXT
Code Example
Shell :: git bash set global username and password 
Shell :: bash get time milliseconds 
Shell :: powershell create symlink 
Shell :: vim maximize window 
Shell :: installing pipewire 
Shell :: ubuntu mouse cursor disappears 
Shell :: git worktree remove 
Shell :: ssh operation timed out mac 
Shell :: How to install Apache 2 in Ubuntu? 
Shell :: how to find my apache server ip address 
Shell :: cargo add command not found 
Shell :: multiple git stashes 
Shell :: add root user kali linux 
Shell :: how to copy directory to a ssh server 
Shell :: error could not lock config file .git/config permission denied ubuntu 
Shell :: foreach powershell 
Shell :: how to debug wirelessly android 
Shell :: scp connection refused 
Shell :: remove all iptables rules 
Shell :: port already in use 8000 
Shell :: linux matrix effect 
Shell :: git reset one file 
Shell :: bash open program 
Shell :: how to install kvm on Ubuntu 22.04 
Shell :: how to install pygame windows 10 
Shell :: git cherry pick resolve conflict 
Shell :: How to install LAMP in CentOs 7? 
Shell :: install oh my zsh ubuntu 
Shell :: linux install sass 
Shell :: how to copy the content of the file to clipboard in bash 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =