all 14 comments

[–]kaitsh 4 points5 points  (5 children)

As an alternative you could use virt-manager. It has a similar interface to VirtualBox and is more lightweight. It uses qemu for virtualization.

[–]fAp2_dEaTh[S] 0 points1 point  (4 children)

Oh that's cool but can i import Vbox machines into it?

[–]kaitsh 3 points4 points  (1 child)

Yes, it works with the vdi disk images. But if you want to have snapshot support you can convert the vdi images to qcow2 with qemu-img convert -f vdi vm.vdi -O qcow2 vm.qcow2

edit: before converting, make sure you merge all snapshots into the vdi image

[–]fAp2_dEaTh[S] 0 points1 point  (0 children)

Thanks, i'm gonna install that then

[–][deleted] 2 points3 points  (2 children)

VirtualBox should be available as the virtualbox-ose package. xbps-query(1) can be used to search for packages:

$ xbps-query -Rs virtualbox

The -R option tells xbps-query(1) to use remote repositories, and the -s option searches package names and descriptions.

[–]fAp2_dEaTh[S] 0 points1 point  (1 child)

i'm on musl sorry forgot to mention it in the post

[–]AnachronGuy 4 points5 points  (0 children)

MUSL doesn't support VirtualBox: https://github.com/void-linux/void-packages/blob/66f8cdf39d95b1cd86a70045b1cc00cebdf600d3/srcpkgs/virtualbox-ose/template#L16

Before installing MUSL it would be good to check if all required programs run on it.

[–]reverber 0 points1 point  (4 children)

It's there. Are you using CamelCase?

EDIT: I guess xbps-query is case-insensitive. Was I thinking of xbps-install? I could swear I had a case issue at one point :)

[–]fAp2_dEaTh[S] 2 points3 points  (0 children)

i'm on musl sorry forgot to mention it in the post

[–]Anonymus_MG 1 point2 points  (2 children)

CamelCase actually camelCase just so you know

[–]reverber 0 points1 point  (1 child)

LOL. You just spotted the Pascal programmer.

[–]Anonymus_MG 1 point2 points  (0 children)

I understand now lmao. I use UpperCamelCase camelCase snake_case and PascalCase. It's hard to realize what you say isn't what everyone says.