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?

  • IrritableOcelot@beehaw.org
    link
    fedilink
    arrow-up
    1
    ·
    13 hours ago

    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.

    • corsicanguppy@lemmy.ca
      link
      fedilink
      English
      arrow-up
      1
      ·
      9 hours ago

      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:

      yum* install dnf-plugins-core
      yum config-manager --add-repo=https://pkgs.dyn.su/el9/base/x86_64/
      yum install python3.10
      

      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.