MajinBlayze

joined 1 year ago
[–] MajinBlayze@hexbear.net 10 points 2 months ago* (last edited 2 months ago) (3 children)

A VPN is definitely an example of software you should use rpm-ostree to install.

To add some detail, anything you install in a distrobox (or other sandbox/container) can't add kernel modules, which I think is the error you're getting.

[–] MajinBlayze@hexbear.net 3 points 2 months ago

It's not quite that simple.

Each package can choose one from a handful of runtimes to use, each of which include common dependencies (like gnome or qt libraries), and if multiple flatpaks use the same runtime, that runtime is only downloaded once.

It is less space efficient than your typical package manager, but brings other benefits like sandboxing.

[–] MajinBlayze@hexbear.net 1 points 3 months ago

Yeah, I don't think there's any getting around that. Apt package modify the system, and by nature require elevated permissions.

[–] MajinBlayze@hexbear.net 1 points 3 months ago* (last edited 3 months ago) (2 children)

For flathub packages, you could switch to user installs instead of system. Settings, then click the up arrow next to flathub (user) (if it's configured, otherwise you'd have to add it)

It will prevent multiple users from being able to use the same installation of packages, but if you're the only user if the machine it doesn't really matter

[–] MajinBlayze@hexbear.net 4 points 3 months ago* (last edited 3 months ago) (1 children)

I'm not sure what the chances actually are, but that much rewriting and shuffling data, if it doesn't immediately result in data loss it is going to put a lot of wear on your drives. If your largest drive is 8 TB, I'd look for another 8+ TB drive so that you can copy the data and then reformat. Even a slow external drive is likely to be faster than what you're doing.

[–] MajinBlayze@hexbear.net 11 points 1 year ago

Thank you, I needed that today