Install Vmare Workstation in ubuntu, install mac patch, and ubuntuvmare
Recently I want to learn about ios development, but I have installed two systems on my computer: win7 and ubuntu. Both systems are mounted on physical hard disks and do not want to use disk space. Therefore, you can install a virtual machine to play with them. We decided to use Vmare Workstation to install the mac system.
The following describes how to install the latest version of Vmare Workstation and how to install patches.
Step 1: Open the terminal and enter root
Open the terminal, click the blank area on the desktop, and press Ctrl + Alt + t.
Enter sudo-I in the terminal and press Enter.
Enter the password and press Enter.
Step 2: update the system
Enter sudo apt-get update in the terminal, and press Enter. Enter the password, y, n, and so on as prompted.
Enter sudo apt-get upgrade in the terminal, press enter, and enter the password or y or n as prompted.
Step 3: download and install the latest Vmare Workstation version
Find the latest Vmare Workstation version address: https://download3.vmware.com/software/wkst/file/VMware-Workstation-Full-11.1.2-2780323.x86_64.bundle (linux July 6, 2015 Latest Version)
Enter wget secret in the terminal.
After the download is complete, enter: chmod a + x VMware-Workstation-Full-11.1.2-2780323.x86_64.bundle in the terminal, press Enter.
Enter sudo./VMware-Workstation-Full-11.1.2-2780323.x86_64.bundle in the terminal, press enter to start installation.
Then there is a graphical installation interface. Next, click Next.
Step 4: Install VMware_Unlocker
Download the latest VMware_Unlocker (I downloaded version 2.0.4, you can use Baidu) and decompress it.
Open the folder after vmware_unlockerunblocks and upload the readme.txt file. You can see the following:
"Plugin" is "D: \ Python27 \ python.exe vmxsmc. py". Note that "D: \ Python27 \ python.exe" is my installation path and must be changed to the path on your PC.
Article 3 describes how to install the tool in linux.
First open the lnx-install.sh file with the editor, python2. /vmxsmc. change py to python. /vmxsmc. py. py file ).
Then open the path of VMware_Unlocker through the terminal and enter cd/home/sun/download/VMware_Unlocker/in the terminal (note: /home/sun/download/VMware_Unlocker/is my own file storage path. Please enter your own file path) and press Enter.
Enter/home/sun/download/VMware_Unlocker/in the terminal and press Enter.
Then enter:./lnx-install.sh, press ENTER
At this time, install VMware_Unlocker. After installation, for example:
Close the terminal, open the virtual machine, and create a new virtual machine. Then the dog can see the option Apple OS X.
Patches are coming to an end in ubuntu. The mac system will be installed later. Ps. I haven't started to install it yet. It is expected that there will be various problems: Virtual bios settings, insufficient disk space, etc. Try later.