Skip to content

Package Repositories

Vincent Chernin edited this page Jul 23, 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.

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

Flatpak bundles are produced for every push to master, and every push to PRs. You can find these in the actions tab on Github. If you want the stable Flatpak experience, install the normal Flatpak build.

Gentoo

Packages provided by prometheanfire. Todo is this still correct?

emerge media-sound/easyeffects
Clone this wiki locally