While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Oh dear - ARC Raiders was logging your private Discord chats [updated]
- California law to require operating systems to check your age
- Ubuntu and Fedora devs comment on California's new Digital Age Assurance Act
- Here's the most played Steam Deck games for February 2026
- SteamInputDB is a new site to help you find Steam Input configurations for your gamepads
- > See more over 30 days here
Recently Updated
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
The repository is housed on it's own hosting. I was going to host on COPR but they have some rules against emulators which require a BIOS to function. This clearly rules out most the emulators I enjoy.
If you want to enable the repository just issue the following command in a terminal. You'll also need to have the RPMFusion repository (http://rpmfusion.org) enabled as I use a couple of their packages to compile. These rpm packages are also GPG signed.
sudo dnf config-manager --add-repo http://emurpms.net/repo/repodata/emurpms.repoAfter the repository is added to dnf enter the normal dnf installation commands to install.
sudo dnf install <package name>I am currently packaging PCSX2 git builds (pcsx2), Dolphin-Emu git builds (dolphin-emu), Mednafen latest source release (mednafen), and the Mednafen front end Mednaffe (mednaffe). I might also take requests to package others emulators provided I can get them to compile under Fedora. If you think of one which might be enjoyable then please leave a reply here and I'll see what I can do. Be polite though.
Right now I am building Packages for Fedora 24. When Fedora 25 is released in November I will drop support for 24 and move on to 25. I hope this helps other Fedora users get to try and have fun with current builds of my favorite emulators.
I'm pretty new to packaging and repository hosting. If you run into a glaring problem please reply to this thread to let me know.
To remove pcsx2 use the following command in a terminal. dnf will ask you to provide your password.
sudo dnf remove pcsx2To reinstall pcsx2 use the following command in a terminal. Again dnf will ask you to provide your password.
sudo dnf install pcsx2Thanks and enjoy.
In an effort to try and get the repository to update instead of require an uninstall and reinstall you can maybe try this command to force a reread of the repository manifests.
sudo dnf clean allAfter you clean dnf's cache you can try upgrading dolphin-emu. This time it should (maybe) update to the newer build. Try this command to update.
sudo dnf update dolphin-emuIf not... well, I'm still working on figuring out this repository thing. You can always just remove and install dolphin-emu using dnf. I'm pretty sure you'll have to do the dnf clean all command anyway, though. Dnf doesn't seem to pick up on changes made to my repository. I am eading up on why right now, I'll have it ironed out soon.
Thanks :)