I've installed VirtualBox and I would like to create a VM now. I prefer to use the GUI rather than the command line interface, and I know that VirtualBox comes with such a GUI. However, I can't seem to figure out what the name of this application is.
$ dpkg -L virtualbox | grep "/usr/bin/"
/usr/bin/VBoxSDL
/usr/bin/VBoxBalloonCtrl
/usr/bin/VBoxManage
/usr/bin/vboxheadless
/usr/bin/VBoxHeadless
/usr/bin/vboxmanage
/usr/bin/vboxballoonctrl
/usr/bin/vboxsdl
/usr/bin/vboxwebsrv
None of these applications actually start a GUI. How do I start the virtualbox GUI?
virtualbox-qt
, thenvirtualbox
showed up indmenu
(since I'm usingxmonad
). – Cory Klein Oct 21 '13 at 16:35