[Ubuntu 12.04] VMware Player 설치하기

Linux/Ubuntu 2014. 1. 14. 21:53

1.    VMware Player 다운로드

다운로드 : https://my.vmware.com/web/vmware/downloads 


2. 커널 컴파일에 필요한 꾸러미 설치

$ sudo apt-get install build-essential linux-headers-`uname -r`


3. VMware Player 설치하기

3-1. 32bit 일 경우

$ chmod +x VMware-Player-6.0.1-1379776.i386.bundle

$ sudo ./VMware-Player-6.0.1-1379776.i386.bundle

3-2. 64bit 일 경우

$ chmod +x VMware-Player-6.0.1-1379776.x86_64.bundle

$ sudo ./VMware-Player-6.0.1-1379776.x86_64.bundle


'Linux > Ubuntu' 카테고리의 다른 글

[Ubuntu 12.04] 기본 터미널 설정하는 방법  (0) 2014.01.14
: