• 1 Post
  • 51 Comments
Joined 1 year ago
cake
Cake day: July 18th, 2023

help-circle



















  • Rand0mA@lemmy.worldtoLinux@lemmy.mlDistro for POS
    link
    fedilink
    arrow-up
    3
    ·
    9 months ago

    Immutables are easy enough. Had a couple of months on the kde fedora spin. Fresh install and youll have no dnf (equiv of apt in debian) or other terminal tools. Might make you wonder what to do. The trick is toolboxes (or distrobox for a bit more umpfh).

    Commands like this

    toolbox create testzone

    toolbox enter testzone

    Install a load of shit that eventually fucks up your config somehow… And if it goes to shit

    toolbox rm testzone

    If it complains the toolbox is still running when you try to delete you can kill it using podman to find its process id, then you can kill it. I forget the commands though

    You can have a stack of toolboxes. Gives you dnf and all your terminal tools. Still a few things to work out with data storage since it locks most of the root directories. It wants you in best practice dirs like /home, /etc but thats also what stops it breaking.

    If a toolbox isnt enough, you can use distrobox, which can give you other flavours of *nix within it.

    Good luck!!