Comment on [News] Steam Deck officially hits over 12,000 games Playable and Verified
Endorkend@kbin.social 1 year agoBiggest issue I have with Linux is the inability to sanely use multiple hard drives
What do you mean with that?
Comment on [News] Steam Deck officially hits over 12,000 games Playable and Verified
Endorkend@kbin.social 1 year agoBiggest issue I have with Linux is the inability to sanely use multiple hard drives
What do you mean with that?
MJBrune@beehaw.org 1 year ago
if I want to install an application installed by the official repos to another hard drive not the one mounted at /. How do I do that?
telemachuszero@kbin.social 11 months ago
The package managers and official repos for most distros would be better thought of as lego blocks to build an OS from - there's no concept of OS and applications separation, and I don't think explicitly splitting installation of an OS across multiple physical drives makes much sense.
Application focused distribution methods with a clear separation from the OS like Flatpak or AppImage do support this.
AppImage - drag the .appimage wherever you want it.
Flatpak - supports system and per user installs (under home directory) by default. More can be added, but I'm not sure if any GUIs expose this so it likely fails your refusal of the command line for advanced features.
MJBrune@beehaw.org 11 months ago
The packages for Blender, steam, etc, and typical Userland apps are in these repos. The package managers are not the “Lego blocks” only. They are the utilities, user apps, and libraries you need. They are everything in one place. That’s a large point of Linux. Everything you need is in the repo.
Also, repos are distro related. You can’t use Fedora repos on Ubuntu. Originally you couldn’t use any distro’s repos on any other distro’s repos. With Ubuntu and its offshoots and arch and its offshoots, we’ve started to see repos grow to multi-distro but to say that they have no concept of OS is wrong. The whole reason there are distros is so that specific distros can configure things to their liking. This is why things like Debian and Ubuntu exist. It’s why OpenBSD exists. Again, a large selling point for Linux users is that all your packages are configured to be used with your distro.
Flatpak and Appimage are very specifically not what I am talking about. They aren’t typically supported by distros and don’t include distro-specific fixes/configurations for a lot of things.
telemachuszero@kbin.social 11 months ago
Yeah, userland packages for things like Blender and Steam do exist in most distro repositories. But they make no distinction between packages that provide software like that and packages that provide core OS services + userland (systemd, pipewire, coreutils, cups, a desktop environment, and so on).
See distros like SteamOS, Fedora Silverblue/Kinoite + universal-blue, openSUSE MicroOS, and Ubuntu core as examples of modern distros that make use of traditional packages as the building blocks for the base OS, combined with modern application distribution methods like Flatpak and Snap to provide desktop software. Use of the package manager for software like Blender is explicitly discouraged by all of these.
Distro specific fixes and configurations shouldn't be necessary as long as the OS provides what the application platform needs (desktop portals, pipewire, display server, dbus, print server, and so on). Flatpak doesn't even prevent distro specific repositories if it's really necessary either; Fedora ships with their own Flatpak repository in addition to Flathub.
So what you say you want (better control of or isolated and relocatable end-user software installation) already exists, it's just not being done at the traditional package manager level - and I haven't heard about any development effort going towards changing that.