• 0 Posts
  • 13 Comments
Joined 2 months ago
cake
Cake day: June 25th, 2025

help-circle

  • It didn’t get enough attention or make enough money, so Canonical dropped it. Its still on life support and slowly having some features added by the the open source community under the name ubports, but its slow going (they just updated the entire codebase from Ubuntu 16.04->18.04 and most recently 20.04) and not the best approach in my opinion, as i think every app has to be specifically developed for ubports, unlike postmarketOS where you can install anything in the repo. It also uses halium which is a translation layer for the android kernel that allows rhe Linux side to interact with hardware, since a lot of the drivers to make these phones work, aren’t mainlined.

    Also like any project like this, device support is severely lacking (especially in the US).

    Though admittedly, I didn’t realize you could get fairphone in the US now, and that it might work on us bands. So ubports on fairphone 5 might be good, dunno.

    http://ubports.com/








  • I mean, i feel obvious for saying this, but maybe others dont know: If we’re just talking about apps, this is also a 1-liner in most package managers that you can even automate in a shell script

    sudo apt-get install firefox vlc thunderbird etc…

    if we’re talking more complex environments like a dev environment, mix of python packages, libraries, docker containers, etc obviously thats a lot of attention to manually save all of those details for later and something else should probably be used