Computer Science/클라우드
[Homestead] : VBoxManage 조회 종료 삭제
귀찮은 개발자
2024. 2. 21. 01:58
$ 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