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

沒有留言:

張貼留言

[python]pip install fcntl (Win10)

建立一個 fcntl.py文件, 並將其存放Python的安装路徑Lib目錄下, C:\Users\[name]\AppData\Local\Programs\Python\Python311\Lib fcntl.py =============================...