From my understanding, the distro would not have a package manager apart from flatpak. To me, the question is: How would you install command line tools or things like programming language interpreters or compilers? From the blog post, the focus is not the developers, but maybe it still makes sense to offer an option here.
Silverblue, for example, goes the route of putting all these things in containers via podman, and a higher level abstraction toolbx. I think it would make sense to include podman and either toolbx or distrobox. That would free the project of thinking about package management, and still provide access to all packages for those that need it.
PS: I’m happy to help with the project I’m a professional web developer and tech book author. So I can help with both website tasks and documentation. But I’m also happy to help out in other areas.
Some time ago I tried and didn’t find out a way how to use tools like ping with flatpak. So “apart from flatpak” became “flatpak beside with a system package manager” in my use case. Probably there’s a way to utilize some linux-cap alternatives for ping now, but not sure.
Though that is not the end story, for how we want to distribute cross-distro tools, we do have some tools already in GNOME OS. Because we need developers to be able to use GNOME OS also for what they need to do outside of GNOME. So now we have:
podman, toolbox, distrobox (on the development layer)
libvirtd, qemu (on the development layer as well)
snapd (on its own layer, on which you can install things like lxd or multipass)
And of course there is systemd-nspawn.
I am surprised that people still need to use ping. If you have a good use case for that, and you use GNOME OS, we will add it. It is built. Just not shipped in the final image.
yes, I still use ping to ping hosts. It was a note linked to flatpak only, suppose there’s no need in it globally, on GnomeOS ping is buildable with its present devel tools and kept in user home directory in my use.
I’m wondering if David is referring to the fact that a lot of setups people turn off ICMP in their networking stack so you don’t use ping anymore but some kind of REST api to detect whether a service is working. Maybe the work of our new cloud native world?