Hi folks! Yesterday, I joined the club and installed PostmarketOS+phosh on my “new” OnePlus6. Besides a usb-c (power only) cable that cost me an hour to troubleshoot, everything went smoothly.

Well, nearly everything. What I cant figure out at this point is how to install and get software. I’m on the latest stable release which might have been a mistake but I’m usually quite cautious at first.

So my problem is pmos came with 16 apps preinstalled and the software app only shows these when I open it. Can someone confirm or deny if this is normal? I asked around in 5 different places for stuff in the last 16 hrs (yes, I did sleep in between) and I know a lot of stuff now but this I could not figure out. :D

I know I can install flatpak, which I did but it never shows any results at all which I find unrealistic. I put in the repo like it is shown in the wiki and I have internet. Something else must be wrong.

I’m an admin by trade and I do some software development as a hobby so feel free to assume I know how to use the command line. I’m only a full time linux user for maybe half a year.

Anybody got ideas what might be wrong?

    • linmob@lemmy.ml
      link
      fedilink
      English
      arrow-up
      0
      ·
      5 months ago

      This is … a bit false. Flatpaks do show in GNOME Software on other distributions, and while not every app on Flathub supports aarch64, many do. I somehow managed to not have a with postmarketOS stable and Phosh here right now (I misplaced my PinePhone that runs that combination), so I can’t say if it would work for me. It definitely works on other distributions, though; but there’s always the added difficulty of imperfect app metadata making it a game of luck to recognise a mobile friendly app as such.

      That said, you can always install packages from the terminal, flatpak (flatpak install …) or apk (apk add …) or otherwise. To find apps to look at, maybe LinuxPhoneApps.org can be useful.

        • linmob@lemmy.ml
          link
          fedilink
          English
          arrow-up
          0
          ·
          5 months ago

          I was referring to “Flatpak […] is currently only working as expected on x86_64” is … if not false, then far too easy to misunderstand. Flatpak works just as well on aarch64 for (at least) hundreds of apps. The software that’s not available on, e.g., flathub for aarch64 (but is available for x86_64) in most cases is not available (in compiled form) for aarch64 at all — because it is proprietary with vendors not caring about aarch64, or … just is electron-based ;-}.

          It’s not Flatpak, it’s the entire aarch64 software ecosystem that’s lacking here. Stating “Linux on aarch64 has less available software than x86_64, which is especially so for proprietary software” would have been a far better statement.

          • ag10n@lemmy.world
            link
            fedilink
            English
            arrow-up
            0
            ·
            5 months ago

            Without any further configuration, might as well as add that to your edited paraphrased quote.

            The op said it wasn’t working, I’m only agreeing with him that it doesn’t work as expected.

            Your lengthy explanation of flatpak doesn’t seem to be postmarketos related.

            • linmob@lemmy.ml
              link
              fedilink
              English
              arrow-up
              0
              ·
              5 months ago

              Without any further configuration, might as well as add that to your edited paraphrased quote.

              Please correct me, but AFAIK, necessary configuration of flatpak (e.g., configuring remotes) depends more on the distribution than the architecture (as long as the architecture is supported at all, that is - so x86_64 or aarch64 AFAIK).

              Your lengthy explanation of flatpak doesn’t seem to be postmarketos related.

              Sure? https://gitlab.com/postmarketOS/pmaports/-/merge_requests/4820 And does it hurt to mention differences in software support between x86_64 and aarch64? I would see your point if I had talked at length about Snaps. ;-)

    • haui@lemmy.giftedmc.comOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      5 months ago

      So its essentially like this for two years now… all the apps hang in alpine testing and none make it to postmarketOS. Thats sad.

      I filed a bunch of issues today and started testing with phoc and phosh on my pc to help speed this up a little but without a real process its slow and draining.

      Its a great project but the wiki needs to be more detailed and honest. I requested an account to help with that.

      Thanks for mentioning it.

      • linmob@lemmy.ml
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        5 months ago

        Alpine edge testing apps are in postmarketOS edge. So yeah, not all of them make it to stable, but quite a few do:

        For software listed on https://linuxphoneapps.org/ the count is as follows: Alpine 3.19: 160 Alpine edge: 198

        (Source: https://linuxphoneapps.org/packaged-in/)

        The difference should be mostly the apps that have not made it beyond testing, yet.

        Please note that you can also try installing testing apps on stable by apk add PKGNAME --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing, or, maybe as more safe way of doing this, use distrobox, install alpine:latest in it, and changing /etc/apk/repositories/ to make it edge instead of 3.19.

        You can also try to build some software that’s not packaged by coming up with your own APKBUILDs, I did so a while ago on https://framagit.org/linmobapps/apkbuilds, maybe the notes I left there can be helpful to you.

        Regarding Wikis: They always get stale, so clarifications and additions are surely welcome!

        • PureTryOut@lemmy.kde.socialM
          link
          fedilink
          English
          arrow-up
          1
          ·
          5 months ago

          Please note that you can also try installing testing apps on stable by apk add PKGNAME --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing

          Please don’t ever suggest this. That approach is prone to breakage and shouldn’t be used. You’re installing an app built against edge on a stable release which has different versions of libraries and might even be missing dependencies entirely. If you want something from testing, just switch to edge and enable the entire testing repo.