Difference between revisions of "Distro-agnostic emulator packages for Linux"

From Emulation General Wiki
Jump to navigation Jump to search
(Flatpak)
m (Moved to Emulators on Linux)
(Tag: New redirect)
(32 intermediate revisions by 17 users not shown)
Line 1: Line 1:
'''Distro-agnostic packages''' are application portability solutions in Linux.
+
#REDIRECT[[Emulators on Linux]]
 
 
There are thousands of different distributions of Linux, and many of these use different package systems to manage application installation. Some popular ones are .deb format used by Debian, Ubuntu and its variants, and there is also RPM format used by [[Emulation on Fedora|Fedora]], RedHat, and many others.
 
Packages of game console and computer emulators exist for popular Linux distros, usually available from the official software repositories of the distribution, but they are usually very old compared to the upstream versions. In addition, these packages are typically made only for one single version of the distribution, and due to dependency problems these can not be used in other distros.
 
There are at least three new package formats that are aiming to bring application portability to the Linux ecosystem. Packages using these formats are quite huge in file size due to bundling all dependencies in it, but they can run in any popular Linux distros.
 
 
 
==Flatpak==
 
Flatpak (formerly xdg-app) is a distro-agnostic application framework. It is a decentralized system and has no central package repository. Instead, the user must manually add the repository's URL to the system before packages can be installed, like in [[Emulation on Ubuntu|Ubuntu's PPA]].
 
 
 
[https://flathub.org/ Flathub], probably the biggest Flatpak repository, has the following emulators:
 
*[[RetroArch]] ([https://www.libretro.com/index.php/retroarch-with-flatpak/ Official Announcement])
 
*[[Dolphin]]
 
*[[DOSBox]]
 
*[[mGBA]]
 
*[[Nestopia]]
 
*[[PPSSPP]]
 
*[[Snes9x]]
 
 
 
==Snappy==
 
Snappy, also called 'snaps' or just 'snap', is a distro-agnostic application framework made by Canonical, the Ubuntu devs. Unlike other formats, it is a centralized system and has [https://uappexplorer.com/snaps the official repository] to download the packages from.
 
 
 
Snappy has the following emulators:
 
*[https://uappexplorer.com/snap/ubuntu/retroarch RetroArch] ([https://www.libretro.com/index.php/retroarch-snap-packages-now-available/ Official Announcement])
 
*[[Hatari]] [https://uappexplorer.com/snap/ubuntu/hatari-emulator]
 
*[[DOSBox]] [https://uappexplorer.com/snap/ubuntu/dosbox-jz]
 
*[[FS-UAE]] [https://uappexplorer.com/snap/ubuntu/fsuae]
 
*[[Atari800]] [https://uappexplorer.com/snap/ubuntu/atari800-jz]
 
*[[VICE]] [https://uappexplorer.com/snap/ubuntu/vice-jz]
 
*[[ScummVM]] [https://uappexplorer.com/snap/ubuntu/scummvm]
 
*[[Virtual Jaguar]] [https://uappexplorer.com/snap/ubuntu/virtualjaguar-jz]
 
 
 
==AppImage==
 
AppImage is a package format that allows software distribution without a superuser permission. Unlike the other two, AppImage does not have a system to find, download, install and uninstall the packages. Instead, it works like Microsoft Windows exe files with no DLL requirements.
 
The user must give the 'execuable' permission to the AppImage package (chmod +x ./appname.AppImage) but this is the only requirement.
 
 
 
Unfortunately, emulator adaption is very poor compared to other two systems. [[RPCS3]] is the most notable emulator to officially adapt this format, but aside of [https://forums.libretro.com/t/linux-retroarch-runtime-for-every-modern-distro-with-appimage/4965 unofficial build of RetroArch] and [https://forums.dolphin-emu.org/Thread-dolphin-as-appimage-on-linux Dolphin] (both are outdated compared to upstream releases) no other emulators are known to available in this format.
 
 
 
List of AppImage packages can be found in [https://appimage.github.io/apps/ AppImageHub], but as of December 11, 2017, this site does not list RPCS3 or any other emulators in it.
 
 
 
[[Category:FAQs]]
 

Revision as of 14:36, 20 December 2021

Redirect to: