yes i did a os one but i am wondering what distros do you guys use and why,for me cachyos its fast,flexible,has aur(I loved how easy installing apps was) without tinkering.

  • WalnutLum@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    10 hours ago

    What do people use for command line utilities? The selection on flatpak is a bit sparse

    • Leaflet@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 hours ago
      1. Flatpak, create a shell script to call the flatpak command and pass arguments
      2. If the app doesn’t work well as a flatpak or isn’t packaged, I would use distrobox
      3. If the app doesn’t work well in distrobox, I’d rpm-ostree install it
      4. If I’m feeling fancy, I might look into installing homebrew. But you need to do some workarounds with PATH and homebrew otherwise it can break things; Universal Blue includes these workarounds out of the box
    • lancalot@discuss.online
      link
      fedilink
      English
      arrow-up
      2
      ·
      8 hours ago

      Options include:

      • Installing them through brew; this is setup, enabled and configured correctly by default on uBlue projects like Aurora, Bazzite and Bluefin.
      • Installing them within a container; be it though Toolbx or Distrobox. This is what Fedora Atomic initially intended (and probably still does).
      • Some users got a lot of mileage from utilizing nix to this effect.
      • If all else fails (or if you outright prefer it this way), you can always layer it through rpm-ostree.