Skip to content

Package Repositories

Vincent Chernin edited this page Jan 5, 2022 · 45 revisions

Package Repositories

This page contains information about community and distribution maintained packages and repositories. Here you will find more detailed instructions on how to install a distribution package.

Please note that anyone can create a repository and add the necessary information to this wiki page. The EasyEffects developer(s) cannot guarantee the security of these repositories, or that they are still maintained.

If you are having any issues that you suspect are specific to your installation method, please contact the respective package maintainer, as listed on this page.

Arch Linux

To install easyeffects on Arch, run:

sudo pacman -S easyeffects

Fedora

EasyEffects is part of the distribution in Fedora 35+, install it with:

sudo dnf install -y easyeffects

For earlier Fedora releases EasyEffects has been made available through Copr, to install run:

sudo dnf copr enable -y godsic/EasyEffects 
sudo dnf install -y easyeffects

Flatpak

Provided by Flathub and maintained by vchernin.

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub com.github.wwmm.easyeffects

The Flatpak manifest can be found here: https://github.com/flathub/com.github.wwmm.easyeffects

Nightly Flatpak

A Nightly Flatpak repository is available and stored in the flathub-beta branch. It is intended for testing and debugging and tracks master, so it might be unreliable and have bugs. If you want the stable Flatpak experience, install the normal Flatpak build.

flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak install org.freedesktop.LinuxAudio.Plugins.LSP//20.08 org.freedesktop.LinuxAudio.Plugins.ZamPlugins//20.08
flatpak install com.github.wwmm.easyeffects//beta
flatpak run com.github.wwmm.easyeffects//beta

It automatically updates every ~24 hours in the beta branch of the Flathub repository. Please contact vchernin if something is wrong, e.g. the build is failing and there is no info about it in the repo after a few days.

Gentoo

Packages provided by prometheanfire. Todo is this still correct?

emerge media-sound/easyeffects
Clone this wiki locally