24년 11월 이전/ETC
Mac에서 Virtualbox 설치하기
Gurumee
2022. 1. 3. 19:30
반응형
개요
이 문서는 Mac
에서 virtualbox
를 설치하는 방법을 다룬다. 나의 개발 환경은 다음과 같다.
- desktop: macbook pro 13 2020
- cpu: Intel Core i7 4core
- memory: 32GB
Virtualbox 설치
만약 Homebrew
패키지 매니저를 설치했다면 다음 명령어로 손쉽게 설치할 수있다.
$ brew install --cask virtualbox
Running `brew update --preinstall`...
==> Auto-updated Homebrew!
...
installer: choices changes file '/private/tmp/choices20220103-2688-1i8famn.xml' applied
installer: Installing at base path /
installer: The install was successful.
==> Changing ownership of paths required by virtualbox; your password may be necessary.
🍺 virtualbox was successfully installed!
Homebrew
패키지 매니저가 설치되지 않았다면 다음 문서를 참고하라.
주니어 엔지니어의 개발 환경 구축하기 (1) 기본 소프트웨어
개요 이 문서는 필자의 맥북에 개발 환경, 특히 개발 시 필요한 소프트웨어 혹은 기본 소프트웨어를 대체하여 유틸리티를 높이는 소프트웨어들을 설치하는 방법에 대해 다룬다. 이 문서에서 다
gurumee92.tistory.com
설치 확인
먼저 다음 명령어로 설치된 virtualbox
의 버전을 확인할 수 있다.
$ virtualbox --help
Oracle VM VirtualBox VM Selector v6.1.30
(C) 2005-2021 Oracle Corporation
All rights reserved.
No special options.
If you are looking for --startvm and related options, you need to use VirtualBoxVM.
포스팅 작성일 기준 virtualbox
공식 문서에서 지원하는 최신 버전인 v6.1.30
이다. 이제 실행을 시켜보자. 터미널에 다음을 입력한다.
$ virtualbox
그럼 다음 창이 뜨면 성공이다.
또한 Alfred
혹은 Spotlight
로 검색도 가능하다.
728x90
반응형