Logic in Code,
Freedom in Travel.

인생 뭐 있나 사람 사는거 다 똑같지

Computer Science/클라우드

[Homestead] : VBoxManage 조회 종료 삭제

귀찮은 개발자2024. 2. 21. 01:58
목차 (Table of Contents)
$ 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