this post was submitted on 21 Aug 2026
383 points (93.4% liked)

memes

22414 readers
2129 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 3 years ago
MODERATORS
 

Arch is different...

you are viewing a single comment's thread
view the rest of the comments
[–] black0ut@pawb.social 12 points 1 day ago (3 children)

Who uses virtualbox on Linux having KVM, QEMU and virsh/virt-manager?

It's gonna be slower, proprietary, and it's not even as easy to install

[–] lemmyvore@feddit.nl 11 points 1 day ago

It's not slower.

proprietary

Only the extension pack, the app itself is GPL.

not even as easy to install

How do you mean? You simply install virtualbox (and virtual-guest-iso if you want). All the relevant packages are available from official repos, at least on Manjaro, including a linux-virtualbox-host-modules-meta package that maintains the required linux*-virtualbox-host-modules as needed automatically.

Also, I prefer virtualbox because it makes a lot of stuff easy to do.

File sharing with the host for example, it's a matter of simply pointing at a dir in settings, as opposed to having to set up Samba on the host (which I don't have and don't want) and deal with wierd networking issues, or deal with virtiofs.

Don't even get me started on selecting locations for the vm files. Whatever you think it should work like, virt-manager's way ain't it.

[–] bhamlin@lemmy.world 10 points 1 day ago

So, I use it on my workstation because I have to also use windows and virtualbox's cross system integration is far more mature. I really only use it as necessary and it isn't running all the time.

I would prefer to use qemu, but I'm not doing anything serious with it. I'm just sometimes running a windows instance that I need to be able to easily share files with, and copy/paste across. Once virt-viewer gets there, I'll switch.

Though, to be honest, it actually uses kvm as its backend so it really isn't any less performant than qemu for this.

[–] SlurpingPus@lemmy.world 2 points 1 day ago

Nice bait there, I nearly started writing an actual answer.