Debian Linux 환경에서 가상 OS를 구동 시킬 수 있는 툴인 Virtualbox를 설치 해 보자.


Step 1.  Repository Settings.

Virtualbox를 다운 받기 위한 apt 저장소를 설정 한다. 

/etc/apt/sources.list 파일에 아래 항목을 추가 한다.



deb http://download.virtualbox.org/virtualbox/debian precise contrib

deb http://download.virtualbox.org/virtualbox/debian oneiric contrib

deb http://download.virtualbox.org/virtualbox/debian natty contrib

deb http://download.virtualbox.org/virtualbox/debian maverick contrib non-free

deb http://download.virtualbox.org/virtualbox/debian lucid contrib non-free

deb http://download.virtualbox.org/virtualbox/debian karmic contrib non-free

deb http://download.virtualbox.org/virtualbox/debian hardy contrib non-free

deb http://download.virtualbox.org/virtualbox/debian wheezy contrib

deb http://download.virtualbox.org/virtualbox/debian squeeze contrib non-free

deb http://download.virtualbox.org/virtualbox/debian lenny contrib non-free


# deb http://archive.getdeb.net/ubuntu precise-getdeb apps

# deb http://archive.getdeb.net/ubuntu precise-getdeb games



Step 2.  Secure Key 등록 하기

wget으로 Key를 다운 받은 후 apt에 등록 하자.



wget http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc

sudo apt-key add oracle_vbox.asc



Step 3.  Virtualbox 4.2 설치 하기

아래의 명령어를 실행 하자.



sudo apt-get update
sudo apt-get install virtualbox-4.2

sudo apt-get install dkms



설치가 완료 되었다면 Virtualbox를 실행 하자. 아래와 같은 화면이 나왔다면 성공 이다.



※ 공식 사이트 : https://www.virtualbox.org/wiki/Linux_Downloads


+ Recent posts