Skip to content

Repository files navigation

copr

A collection of Fedora COPR repositories for apps that aren't in the official Fedora repos, are out of date there, or just work better built fresh. Feel free to use any of them!

Warning

These repos are maintained primarily for personal use, so don't expect a strict release schedule. That said, if something breaks for you, feel free to open an issue!

Packages

Package Description Install
android-studio Google's official IDE for Android development dnf copr enable myriad-sun/android-studio
easyeffects Audio effects and equalizer for PipeWire dnf copr enable myriad-sun/easyeffects
eden Nintendo Switch emulator dnf copr enable myriad-sun/eden
ghostty Fast, feature-rich terminal emulator dnf copr enable myriad-sun/ghostty
lutris-git Latest git builds of the Lutris game manager dnf copr enable myriad-sun/lutris-git
zed High-performance, multiplayer code editor dnf copr enable myriad-sun/zed
zen-browser Firefox-based browser focused on privacy and UX dnf copr enable myriad-sun/zen-browser

Usage

Enabling a repo and installing a package is two commands:

sudo dnf copr enable myriad-sun/<repo-name>
sudo dnf install <package-name>

For example, to install Ghostty:

sudo dnf copr enable myriad-sun/ghostty
sudo dnf install ghostty

To disable a repo you no longer want:

sudo dnf copr disable myriad-sun/<repo-name>

Supported Releases

Each repo targets recent Fedora releases. Check the individual repo pages on COPR for the exact list of supported versions.

Issues

Something broken or out of date? Open an issue and I'll take a look when I can. Bug reports are always welcome!