2014年10月27日 星期一

[Ubuntu]Install VMware Player on Ubuntu


1. Install the needed dependencies:
·  sudo apt-get install build-essential linux-headers-`uname -r`
2. Download VMWare Player from the official site.

3. Add execution permissions on the VMWare downloaded file:
· cd ~/Downloads
· chmod +x VMware-Player-*.bundle

4. Execute VMWare-Player and continue the installation from the Graphical User Interface:
· sudo ./VMware-Player-*.bundle

VMWare Kernel Module Updater doesn't run since 13.04 upgrade issue:


· sudo vmware-modconfig --console --install-all

沒有留言:

張貼留言

Ubuntu Libreoffice add Chinese language

  sudo apt-get install libreoffice sudo apt-get install libreoffice-l10n-zh-tw libreoffice-help-zh-tw   如要新增簡體中文則輸入下方指令: sudo apt-get instal...