this post was submitted on 21 Aug 2026
383 points (93.4% liked)
memes
22414 readers
2129 users here now
Community rules
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to !politicalmemes@lemmy.world
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads/AI Slop
No 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
- !tenforward@lemmy.world : Star Trek memes, chat and shitposts
- !lemmyshitpost@lemmy.world : Lemmy Shitposts, anything and everything goes.
- !linuxmemes@lemmy.world : Linux themed memes
- !comicstrips@lemmy.world : for those who love comic stories.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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
It's not slower.
Only the extension pack, the app itself is GPL.
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.
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.
Nice bait there, I nearly started writing an actual answer.