• 0 Posts
  • 1 Comment
Joined 1 year ago
cake
Cake day: June 11th, 2024

help-circle
  • The problem with Gentoo is that you can’t install anything in a hurry.

    Run VMs on Arch:

    1. pacman -S virt-manager
    2. Done.

    Run VMs on Gentoo?

    1. Read the Wiki
    2. Find out which USE-Flags you will want
    3. Fnd out the dependencies it’s based on (QEMU), read that Wiki entry too
    4. See what USE-Flags you want
    5. See what Kernel options are needed. Recompile Kernel if changes were necessary.
    6. emerge -av app-emulation/virt-manager
    7. See if you have read the Wikis of all dependencies.
    8. Install.
    9. Read the dependencies wikis for how to set things up.
    10. Done

    Yes, this is an extreme example, but many large packages are a bit like this.
    That’s why you will tripple-check if you really need sonething before installing it on Gentoo, or you are like me and install Boxes in a Flatpak instead.

    Personally i like Gentoo more than Arch because of all the buttons and knobs, and once it’s set up it does not need more time than Arch, but installing stuff is sometimes hard.