CentOS 7
Sponsored Link

VMware Player インストール2015/01/10

 
VMware Player による仮想化です。 仮想マシン作成等の操作はGUI上で行うため、デスクトップ環境を導入していることが前提です。
[1] 必要なものを事前にインストールしておきます。
[root@dlp ~]#
yum -y install gcc kernel-headers kernel-devel
[2] 前もって Vmwareのダウンロードサイトより 最新版を確認し、VMware Player をダウンロードしてください。
[root@dlp ~]#
sh ./VMware-Player-12.1.1-3770994.x86_64.bundle

Extracting VMware Installer...done.
You must accept the VMware Player End User License Agreement to
continue. Press Enter to proceed.  
# Enter

...
...
...
Do you agree? [yes/no]:
yes
 
# ライセンスの同意
You must accept the VMware OVF Tool component for Linux End User
License Agreement to continue. Press Enter to proceed.  
# Enter

...
...
...
Do you agree? [yes/no]:
yes
 
# ライセンスの同意
Would you like to check for product updates on startup? [yes]:  
# Enter
Would you like to help make VMware software better by sending
anonymous system data and usage statistics to VMware? [yes]:  
# 匿名で利用状況を送信するか否か
Enter license key. (optional) You can enter this information later.:  
# 空 Enter で OK
The product is ready to be installed. Press Enter to begin
installation or Ctrl-C to cancel.  
# Enter
Installing VMware Player 12.1.1
    Configuring...
[#####################################################] 100%
Installation was successful.
関連コンテンツ