[Homestead] : VBoxManage 조회 종료 삭제

$ vboxmanage list vms
$ VBoxManage list runningvms
$ VBoxManage controlvm <uuid> poweroff
$ VBoxManage unregistervm <uuid>

시간 아끼는건 재설치가 최고다.

sudo apt-get remove 'virtualbox*' --purge
sudo rm ~/"VirtualBox VMs" -Rf 
sudo rm ~/.config/VirtualBox/ -Rf 

sudo apt install virtualbox