[Error] Mac(M1, M2)에서 VirtualBox 설치하기
😱 Error 요즘 homebrew로 간편하게 설치할 수 있는 것에 빠져있는 도중에 error를 만났다. brew install --cask virtualbox Error: Cask virtualbox depends on hardware architecture being one of [{:type=>:intel, :bits=>64}], but you are running {:type=>:arm, :bits=>64}. 🔍 이유 VirtualBox는 Mac의 경우 인텔 CPU(x86_64)에서만 작동한다. 애플 실리콘(M1, M2,...)은 사용 불가능하다. 그래서 나는 다운로드할 수가 없다. ㅠㅠ #20192 (Virtual Machine does not start on M1 Mac) – Oracle VM..