본문 바로가기
IT/Linux

[ubuntu 20.04] ubuntu에 VirtualBox 설치

by 초록술 2022. 6. 11.
반응형

Ubuntu 20.04 에 Oracle VirtualBox 설치 하기

 

1. 패키지 업데이트

sudo apt update && sudo apt upgrade

 

 

2. key 다운로드 및 추가

wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -

 

 

3. VirtualBox list 추가

echo "deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian focal contrib" | sudo tee /etc/apt/sources.list.d/virtualbox.list

 

sudo apt update

 

 

4. VirtualBox 설치

sudo apt install virtualbox-6.1

 

5. 상태 확인

systemctl status vboxdrv

 

 

6. VirtualBox 실행

 

 

 

참고 사이트.

https://www.virtualbox.org/wiki/Linux_Downloads

 

Linux_Downloads – Oracle VM VirtualBox

Download VirtualBox for Linux Hosts Note: The package architecture has to match the Linux kernel architecture, that is, if you are running a 64-bit kernel, install the appropriate AMD64 package (it does not matter if you have an Intel or an AMD CPU). Mixed

www.virtualbox.org

 

반응형

댓글