NoCache

Table of Contents

Install Brave Browser on Arch Linux/Manjaro in One Line of Command

Cyrus Kao
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.

Brave
Brave web browser

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

Comments

Sign in to leave a comment.