Flatpak: Difference between revisions
added link to manual |
Emulate Flatpaks different architecture |
||
Line 62: | Line 62: | ||
Note that the <code>gnome-nightly</code> repository and its dependencies are especially required for this specific project and might be different for other Flatpak projects. | Note that the <code>gnome-nightly</code> repository and its dependencies are especially required for this specific project and might be different for other Flatpak projects. | ||
== Tips and tricks == | |||
=== Emulate Flatpaks of different architecture === | |||
It is possible to install and run Flatpaks which were compiled for a different platform. In this example we start the application ''Metronome'' as aarch64 Flatpak on a x86_64 host:<syntaxhighlight lang="bash"> | |||
flatpak install --user --arch=aarch64 flathub com.adrienplazas.Metronome | |||
flatpak run --user com.adrienplazas.Metronome | |||
</syntaxhighlight>To support emulation with Qemu, [[QEMU#Run binaries of different architecture|following Binfmt configuration]] is required. | |||
== Troubleshooting == | == Troubleshooting == |