This page will cover on how to install multiple emulators on multiple distros โ
1 - Arch based distros โ
- NOTE: I will be using yay mostly because pacman may not have all packages.
Retroarch
- Install these 3 packages using the command provided below:
yay -S retroarch-assets-xmb --noconfirmyay -S retroarch-assets-ozone --noconfirmsudo pacman -S retroarch --noconfirm
PCSX2
- Just install by running
yay -S pcsx2 --noconfirm
Dolphin
- Just install by running
yay -S dolphin-emu --noconfirm
Rpcs3
Just install by running
yay -S rpcs3-bin --noconfirmAlso install rpcs3-udev with
yay -S rpcs3-udev --noconfirmrpcs3-udev is need for the emulator to be able to utilize ps4 and ps3 controllers.
PPSSPP
- Just install by running
yay -S ppsspp --noconfirm
Duckstation
- Just install by running
yay -S duckstation-gpl --noconfirm
2 - Debian based distros โ
- NOTE: You will need to run
sudo apt install flatpakandflatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepobefore installing most of these.
Retroarch
- Just install by running
sudo apt install retroarch -y
PCSX2
Just install by running
flatpak install flathub net.pcsx2.PCSX2You can run it by using
flatpak run net.pcsx2.PCSX2
Dolphin
Just install by running
flatpak install flathub org.DolphinEmu.dolphin-emuYou can run it by using
flatpak run org.DolphinEmu.dolphin-emu
Rpcs3
Just install by running
flatpak install flathub net.rpcs3.RPCS3You can run it by using
flatpak run net.rpcs3.RPCS3
PPSSPP
Just install by running
flatpak install flathub org.ppsspp.PPSSPPYou can run it by using
flatpak run org.ppsspp.PPSSPP
Duckstation
Download the latest DuckStation-x64.AppImage from https://github.com/stenzek/duckstation/releases
Run
chmod +x DuckStation-x64.AppImagein the directory in which your DuckStation-x64.AppImage file is located inRun
./DuckStation-x64.AppImageto run DuckStation