Earlier quoted context omitted.
The whole point of a distribution is that this job is done by the distributors, not the authors.
Hot take: package distributors are 'fake jobs' that don't need to exist, or exist only for the make-work of packaging. Tools like flatpak, snap, appimage, containerization, etc. have made the need for adapting software to different distributions unnecessary.
Ubuntu stops shipping Flatpak by default
391–400 of 624 posts
Re: Ubuntu stops shipping Flatpak by default
#392Earlier quoted context omitted.
Everyone's done with Ubuntu. It's just not good. Its got a stereotype at this point for being the easy noob distro but that's not even true. Its top to bottom awful and has been for many years.
I have meager needs so I haven't run into (m)any of the issues here, but what's a deb based alternative that isn't meant for absolute stability at the expense of anything modern? (I ask with actual curiosity; I'm ignorant to most distros.)
Re: Ubuntu stops shipping Flatpak by default
#393There we are.
Re: Ubuntu stops shipping Flatpak by default
#394Earlier quoted context omitted.
Everyone's done with Ubuntu. It's just not good. Its got a stereotype at this point for being the easy noob distro but that's not even true. Its top to bottom awful and has been for many years.
I have meager needs so I haven't run into (m)any of the issues here, but what's a deb based alternative that isn't meant for absolute stability at the expense of anything modern? (I ask with actual curiosity; I'm ignorant to most distros.)
Re: Ubuntu stops shipping Flatpak by default
#395So, for a developer, what's currently the best hassle-free desktop Linux Distribution?
Re: Ubuntu stops shipping Flatpak by default
#396Earlier quoted context omitted.
What's the base image for the containers? Do none of your Dockerfiles have apk or apt commands?
It's best practice not to have any shell tools in your app container, including package managers. It bloats the image and can be a security vulnerability if a zero day exploit hits the app. Ideally a container is something like distroless which just has the libc and dependencies you care about and nothing else, not even bash.
Re: Ubuntu stops shipping Flatpak by default
#397Earlier quoted context omitted.
What you are really saying is you want all software developers to publish Debian packages (no such thing as "apt" packages) compatible with your particular Debian distribution, even though they might be using a different Debian based distribution, a completely different altogether, maybe even a different architecture, even though that compatibility isn't their primary concern.
I take your point (it's the general point many use to argue for Snap/Flatpak/Nix/AppImage/0install/Homebrew/&c.) but if you want to ensure you're not replacing per-distro-package-manager-fragmentation with completely-arbitrary-chaotic-package-manager-fragmentation there needs to be some unity & consideration for what users want in order to ensure they'll willingly subscribe to your system of choice. While I wouldn't…
Care to expand on this? I'm not in Ubuntu-land but can't imagine how a service with an open protocol and multiple clients forces you onto Snap.
Re: Ubuntu stops shipping Flatpak by default
#398Earlier quoted context omitted.
Snaps are getting me off Desktop Ubuntu after 12 years of happily using it.
I switched to pop OS (after a brief stint with an arch distro) and have never been happier.
Re: Ubuntu stops shipping Flatpak by default
#399Earlier quoted context omitted.
What wifi chip are you using? Debian by default has no unfree wifi drivers included, so that can cause issues with them. If you have a good wifi adapter by a vendor that pushes drivers upstream like Mediatek, it should work just fine out of the box.
Would using debian non free address this?
Re: Ubuntu stops shipping Flatpak by default
#400Earlier quoted context omitted.
Everyone's done with Ubuntu. It's just not good. Its got a stereotype at this point for being the easy noob distro but that's not even true. Its top to bottom awful and has been for many years.
Call me a noob if you like, but I don't like hunting down drivers. Tried to go to debian on my last dev machine upgrade, but reverted straight back to ubuntu. I may be lazy, but I really don't want to hunt down drivers. I'll try debian again next cycle.