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, depending on your distro.
If you want to make sure to install and run the latest version at all times, then the best is to install the Flatpak app.
Finally, for the adventurous, 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
Debian repository (since Debian 10 “Buster”)
sudo apt install goodvibes
Unofficial Debian repository (Debian 10 “Buster” and later)
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
Ubuntu repository (since Ubuntu 19.04 “Disco Dingo”)
sudo apt install goodvibes
Fedora
Fedora repository (since Fedora 30)
sudo dnf install goodvibes
openSUSE
openSUSE multimedia:apps repository (rolling release “Tumbleweed”, stable release 15.x “Leap”)
# For Tumbleweed (for other releases, adjust the url)
sudo zypper addrepo https://download.opensuse.org/repositories/openSUSE:Factory/standard/openSUSE:Factory.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
Étienne Deparis’ Unofficial Archlinux User Repository (for a prebuilt binary package)
# 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.