You know, immutable enterprise systems.
I installed HeliumOS (Almalinux bootc) on a corebooted Chromebook. Works really well, but audio needs to be configured.
The script needs a recent python which is not available there.
Go and rust can be installed for a user only. Is there something similar for python?
Not familiar with HeliumOS specifically, but for a generic atomic distro I would try layering Python temporarily, and then getting rid of it when you’re done.
I see from the github ticket you need 3.10 .
There’s an EPEL clone, apparently, that bundles a python3.10 package.
MAYBE this is your process:
Then use it like
/usr/bin/python3.10
. Remove it and the repo after.*I avoid using DidNotFinish(dnf) even though I know it’s an alias.
Loooool
I thought there was no rpm-ostree but there is.
Well, lets layer some stuff!