Here another helpful solution for people who want to evaluate and compare different Linux distributions: GNOME Boxes, a software to easily create virtual machines (apps.gnome.org)
from HaraldvonBlauzahn@feddit.org to linux@lemmy.ml on 01 Aug 17:48
https://feddit.org/post/16671691

… virtual machines where you only have to select which accompanying image of Arch / Tumbleweed / Ubuntu / Fedora you want to try.

In addition, the combination of a very stable base system (say, Debian or SuSE Leap) with a fast-moving, bleeading edge virtualized system (say, SuSE Tumbleweed, Arch or Guix) on top can be surprisingly useful. And because small virtual machines, when not running, are nothing else than files on your computer, you can have many versions of them, alter things, try stuff out, then delete it and go back to the tidy original state.

#linux

threaded - newest

HaraldvonBlauzahn@feddit.org on 01 Aug 17:50 next collapse

BTW, Gnome Boxes is available on Guix, too. (And of course you can run Guix in a VM).

HaraldvonBlauzahn@feddit.org on 01 Aug 17:58 collapse

For example in Debian Bookworm:

packages.debian.org/bookworm/gnome-boxes

If you want a more complex way of creating and managing VMs, there is also virt-manager. But I feel that one is more suited for, say, professional use.

eldavi@lemmy.ml on 01 Aug 18:14 collapse

i suspect that virt-manager is a supplement since you can do everything via virsh.

HaraldvonBlauzahn@feddit.org on 01 Aug 18:21 collapse

That’s right, virt-manager is a GUI with many, many options. It is more tailored to run several VMs at once, give limited network access into or out of them, and so on.

Also very handy to run tiny, outdated Windows systems with an app you can’t get rid off isolated from the net because it runs your grandpa’s heart-lung machine or so.

eldavi@lemmy.ml on 01 Aug 18:30 next collapse

now that i think of it, it’s more than a supplement because it makes the software defined networking MUCH MORE intuitive if you’re using KVM/QEMU.

HaraldvonBlauzahn@feddit.org on 01 Aug 19:01 collapse

Yeah. Makes it also easy to share files between host and VM via NFS, which can be handy when running cooperating desktop systems.

eldavi@lemmy.ml on 01 Aug 20:07 collapse

that too; i guess it’s wrong to call it a supplement when it unifies all these systems that seem disperate if you don’t already know the kvm/qemu ecosystem.

LeFantome@programming.dev on 01 Aug 18:34 collapse

I am not sure I would run grandpa’s heart-lung machine in a QEMU VM. Other than that, spot on.

KarnaSubarna@lemmy.ml on 01 Aug 18:41 next collapse

But, if you are lazy like me then distrosea.com

data1701d@startrek.website on 01 Aug 20:55 next collapse

Someone else brought up Virt Manager here, which is my preferred; if you’ve ever used VirtualBox, you’ll probably be fine on Virt Manager. I like Virt Manager for using GTK3, as I’m in XFCE. I wouldn’t be surprised if both applications have similar settings, as they’re both LibVirt front ends, it seems.

Also, DistroBox, while a different sort of thing, is great for the sort of thing OP mentioned in that last paragraph. I usually just use command line, but there seems to be an unofficial GUI out there.

DonutsRMeh@lemmy.world on 01 Aug 22:37 next collapse

Gnome boxes even downloads the iso for you. We should recommend it for new users over the other ones.

warmaster@lemmy.world on 02 Aug 00:47 next collapse

I run Bazzite which is immutable and rock solid stable. I use Boxbuddy which is a frontend for Distrobox to install packages from any distro when I can’t find it on brew.

Peasley@lemmy.world on 02 Aug 02:15 next collapse

Boxes is very clean and functional. I even use it on Plasma. Great app

eneff@discuss.tchncs.de on 02 Aug 03:50 collapse

I really like Boxes, but since it can only run VMs in the unprivileged qemu:///session, it simply doesn’t support features like PCI passthrough, autostart or even slightly sophisticated networking setups. :/