Install Brave Browser on Arch Linux/Manjaro in One Line of Command
Last modified on .
Brave is an open source web browser based on Chromium. It has grown fast in the past couple of years, and probably has something to do with its cryptocurrency Basic Attention Token (BAT). BAT has been integrated into the Brave browser and allows users to earn it by browsing ads, or giving it to the content creator as tips.
Installation
Install the preferred version of Brave browser from AUR.
Brave
-
Using
pacman
$ sudo pacman -S --needed git && git clone https://aur.archlinux.org/brave-bin.git && cd brave-bin && makepkg -si
-
Using
yay
$ yay -S brave-bin
Brave Dev
-
Using
pacman
$ sudo pacman -S --needed git && git clone https://aur.archlinux.org/brave-dev-bin.git && cd brave-dev-bin && makepkg -si
-
Using
yay
$ yay -S brave-dev-bin
Brave Beta
-
Using
pacman
$ sudo pacman -S --needed git && git clone https://aur.archlinux.org/brave-beta-bin.git && cd brave-beta-bin && makepkg -si
-
Using
yay
$ yay -S brave-beta-bin
Brave Nightly
-
Using
pacman
$ sudo pacman -S --needed git && git clone https://aur.archlinux.org/brave-nightly-bin.git && cd brave-nightly-bin && makepkg -si
-
Using
yay
$ yay -S brave-nightly-bin
See Also
- Two Ways to Install Packages from AUR on Arch Linux/Manjaro
- Install Google Chrome on Arch Linux/Manjaro in One Line of Command
- Install Microsoft Edge on Arch Linux/Manjaro in One Line of Command
- How to Install Firefox on Arch Linux/Manjaro in One Line of Command
- Install Chromium on Arch Linux/Manjaro in One Line of Command
- Install Vivaldi Browser on Arch Linux/Manjaro in One Line of Command
- Install GNOME Web (Epiphany) on Arch Linux/Manjaro in One Line of Command