#

  • Spectacle8011@lemmy.comfysnug.space
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 years ago

    Thank you for sharing this! It was just the thing I needed to get a project setup. Toolbox couldn’t pull the version of Fedora I needed to use for whatever reason, but Distrobox works great and has a much wider selection of distributions.

    • MaliciousKebab@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      2 years ago

      It’s essentially running a linux container on top of your own system. Which means you can use the toolkit of those distros ( for example the package manager of that system) to install apps from their repos, even gui apps. But those containers also has access to your original filesystem so be careful how you use them. Might want to watch Brodie’s video on it.

  • Neopolitan@lemmy.comfysnug.space
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 years ago

    i couldn’t figure out where the binaries for their systems are kept and that’s really the one thing keeping me from having a great time with distrobox

  • Noodlez@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 years ago

    I use Distrobox with my NixOS machine for when I need AppImage support (or some random binary that isn’t equipped for Nix’s weird ass directory layout) and it’s amazing! Pretty much native speed, and when I’m done with it I can just wipe it out. Perfect!

      • Noodlez@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        2 years ago

        I’m aware, but the appimage I run (Slippi Launcher) will run other appimages, and appimage-run can’t handle that, since it extracts the appimage, then runs the contents, but it won’t automatically do that for other appimages that are run.

        Which is why I used a Distrobox and it was awesome, worked like a charm. I used Arch previously, and I just made an Arch distrobox and it worked perfectly.