NoCache

Table of Contents

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

Cyrus Kao
Last modified on .

Vivaldi is another Chromium based browser, but not fully open-source. And to my surprise, Manjaro Cinnamon actually ditched Firefox for Vivaldi as their default web browser. In case you're an Arch Linux user or didn't install the Cinnamon edition of Manjaro, this tutorial will cover how to install Vivaldi in single line of command.

Vivaldi's official download page only provides .deb and .rpm packages for Linux installation:

Download page
Official download page of Vivaldi

Installation

Install the preferred version of Vivaldi Browser from AUR.

Vivaldi

  • Using pacman

    $ sudo pacman -S vivaldi
    
  • Using yay

    $ yay -S vivaldi
    

Media Playback Support (Optional)

To enable additional support for proprietary codecs (e.g. H.264, AAC):

  • Using pacman

    $ sudo pacman -S vivaldi-ffmpeg-codecs
    
  • Using yay

    $ yay -S vivaldi-ffmpeg-codecs
    

Vivaldi Snapshot

  • Using pacman

    $ sudo pacman -S --needed git && git clone https://aur.archlinux.org/vivaldi-snapshot.git && cd vivaldi-snapshot && makepkg -si
    
  • Using yay

    $ yay -S vivaldi-snapshot
    

Media Playback Support (Optional)

To enable additional support for proprietary codecs (e.g. H.264, AAC):

  • Using pacman

    $ git clone https://aur.archlinux.org/vivaldi-snapshot-ffmpeg-codecs.git && cd vivaldi-snapshot-ffmpeg-codecs && makepkg -si
    
  • Using yay

    $ yay -S vivaldi-snapshot-ffmpeg-codecs
    

See Also

Comments

Sign in to leave a comment.