Installation

The easiest way to install Goodvibes is to use the package provided by your Linux distribution, if any. It’s 100% hassle free, however you might not get the latest version.

To get latest version, the easiest way is to install the Flatpak app. Another option is to use an unofficial repository for your Linux distro, if any.

At last, it’s always possible to grab the source code and build it.

Flathub

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub io.gitlab.Goodvibes

Debian

sudo apt install goodvibes
wget https://pkg.arnaudr.io/debian/arnaudr-archive-key.asc
sudo mv arnaudr-archive-key.asc /usr/share/keyrings/

codename=$(lsb_release -sc)
sudo tee << EOF /etc/apt/sources.list.d/goodvibes.list
deb [signed-by=/usr/share/keyrings/arnaudr-archive-key.asc] https://pkg.arnaudr.io/debian ${codename:?} goodvibes
EOF

sudo apt update
sudo apt install goodvibes

Ubuntu

sudo apt install goodvibes
sudo add-apt-repository ppa:elboulangero/goodvibes
sudo apt update
sudo apt install goodvibes

Fedora

sudo dnf install goodvibes

openSUSE

# For Tumbleweed (for other releases, adjust the url)
sudo zypper addrepo https://download.opensuse.org/repositories/multimedia:apps/openSUSE_Tumbleweed/multimedia:apps.repo
sudo zypper refresh
sudo zypper install goodvibes

You can find more install instructions on the Expert Download page.

Arch Linux

git clone https://aur.archlinux.org/goodvibes.git
cd goodvibes
makepkg -si
# Setup the repository first, then:
pacman -S goodvibes

Void Linux

xbps-install -S goodvibes

Release Tarballs

If there is no package for your distribution, and if you have some packaging skills, please get in touch, your contribution is welcome!

For build instructions, refer to https://gitlab.com/goodvibes/goodvibes.