Skip to content
Snippets Groups Projects
Unverified Commit 4b2245fb authored by Oliver Smith's avatar Oliver Smith
Browse files

FAQ: update non-apk package manager questions (MR 357)

parent 043f3120
No related branches found
No related tags found
No related merge requests found
......@@ -24,13 +24,15 @@ Other dual boot solutions are not supported, but it should not be that hard to a
On many devices with the A/B partitioning scheme, it is possible to flash postmarketOS to the other/unused slot. The initramfs will find the installation, even if you're currently on the slot with Android.
### Do Flatpak packages, snaps, and AppImages work?
### Can apps be installed from Flatpak?
Flatpak packages — yes! That said, Flathub, the most prominent Flatpak repository, hosts a good deal of nonfree software, and as such Flatpak has similar issues as using Android apps on postmarketOS. In addition to this, many free software Flathub packages are only repackaged pre-compiled .deb files, and consequently it is more difficult to verify what code you're running.
Yes, see the [wiki page](https://wiki.postmarketos.org/wiki/Flatpak) for details.
Snaps may work on edge on non-OpenRC based setups as snapd depends on systemd, support for which was recently added to the edge branch. However, Snaps also have various other issues, including but not limited to the snapd daemon not being available for postmarketOS, Snaps requiring AppArmor(which postmarketOS does not use) and the freedom issues mentioned in regards to Flatpak/Flathub.
### What about Snaps and AppImages?
AppImages do not work as they are linked against the glibc libc implementation while Alpine Linux and postmarketOS use the musl libc implementation. That said, AppImageKit does have plans for some sort of musl support, so this may change in the future. See [issue 1015 in the AppImageKit issue tracker](https://github.com/AppImage/AppImageKit/issues/1015).
Our preferred non-apk app format is Flatpak, so we don't have much interest in supporting other formats.
Snap is not packaged. AppImages [may work](https://github.com/AppImage/AppImageKit/issues/1015).
### Why postmarketOS over ungoogled Android or Halium?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment