Skip to content
Snippets Groups Projects

Updated faq.md to reflect the current state of postmarketOS.

Merged quick fixdemon requested to merge quickfixdemon/postmarketos.org:master into master
All threads resolved!
+ 7
5
@@ -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 don't work as snapd depends on systemd (which Alpine Linux and in turn postmarketOS does not use). Snaps also have various other issues, including but not limited to the ones 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?
@@ -63,7 +65,7 @@ some form of monetisation built-in.
### Is there any GUI front-end for package management?
Yes, GNOME Software supports apk (postmarketOS and Alpine's package manager, not the Android package format). Support for Plasma's Discover is in the works. See [pma#506](https://gitlab.com/postmarketOS/pmaports/-/issues/506).
Yes, GNOME Software and Plasma's Discover support apk (postmarketOS and Alpine's package manager, not the Android package format).
### What filesystem is used?
Loading