Installation

Most direct ways to install Vicinae on your system. If your system is not listed here you can either install from script or build from source.

Arch Linux (AUR)

Vicinae is available on the Arch User Repository (AUR) in three variants:

  • Source build

    • vicinae – stable release, compiled from source
    • vicinae-git – latest development version, compiled from source
  • Prebuilt binary

You can install Vicinae using your preferred AUR helper.

yay -S vicinae-bin

Gentoo

jaredallard's overlay

Thanks to jaredallard for providing an ebuild!

eselect repository add jaredallard-overlay git https://github.com/jaredallard/overlay.git
emerge --sync jaredallard-overlay
emerge gui-apps/vicinae

Fedora and Derivatives

COPR

Vicinae is packaged on COPR.

dnf copr enable quadratech188/vicinae
dnf install vicinae

Terra

Vicinae is also availible from Terra.

Start with installing Terra:

sudo dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release

Then install Vicinae:

sudo dnf install vicinae

On Fedora Atomic:

curl -fsSL https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo | pkexec tee /etc/yum.repos.d/terra.repo
sudo rpm-ostree install terra-release vicinae

Bazzite users don't need to install Terra. Just set enabled to 1 in /etc/yum.repos.d/terra.repo then use rpm-ostree:

sudo rpm-ostree install vicinae

Was this page helpful?