Linux guide for emulators: Difference between revisions
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
[https://flathub.org/ Flathub], probably the biggest Flatpak repository, has several emulators. | [https://flathub.org/ Flathub], probably the biggest Flatpak repository, has several emulators. | ||
'''Adding Flathub repository to the system''' | |||
To install emulators from Flathub, add the location of Flathub repository to your system: | To install emulators from Flathub, add the location of Flathub repository to your system: | ||
<code>$ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</code> | <code>$ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</code> | ||
'''Using Flatpak (all versions)''' | |||
List of available application package names can be obtained by the following command: | List of available application package names can be obtained by the following command: | ||
| Line 21: | Line 25: | ||
<code>$ flatpak install flathub ''Package Name''</code> | <code>$ flatpak install flathub ''Package Name''</code> | ||
'''Using Flatpak (new versions)''' | |||
Some time ago Flatpak's syntax has been simplified and now it's way easier to use. To search for an application, type: | |||
<code>$ flatpak search ''Package Name''</code> | |||
To install it: | |||
<code>$ flatpak install ''Package Name''</code> | |||
If there's more than one package with that name, Flatpak will suggest available packages and ask you which do you want to install. | |||
'''Available emulators''' | |||
Emulators are actively added to Flathub, so the list shown below may not be exhaustive. | |||
{| class="wikitable" width="100%" | {| class="wikitable" width="100%" | ||
|- | |- | ||
| Line 83: | Line 102: | ||
|[[bsnes]] | |[[bsnes]] | ||
|[https://flathub.org/apps/details/dev.bsnes.bsnes dev.bsnes.bsnes] | |[https://flathub.org/apps/details/dev.bsnes.bsnes dev.bsnes.bsnes] | ||
|- | |||
|[[BlastEm]] | |||
|[https://flathub.org/apps/details/com.retrodev.blastem com.retrodev.blastem] | |||
|- | |||
|[[Flycast]] | |||
|[https://flathub.org/apps/details/org.flycast.Flycast org.flycast.Flycast] | |||
|- | |||
|[[RMG]] | |||
|[https://flathub.org/apps/details/com.github.Rosalie241.RMG com.github.Rosalie241.RMG] | |||
|- | |||
|[[SameBoy]] | |||
|[https://flathub.org/apps/details/io.github.sameboy.SameBoy io.github.sameboy.SameBoy] | |||
|- | |||
|[[Mednafen|Mednaffe (Mednafen)]] | |||
|[https://flathub.org/apps/details/com.github.AmatCoder.mednaffe com.github.AmatCoder.mednaffe] | |||
|} | |} | ||
<references group=N /> | <references group=N /> | ||