VM install VMware Tools, install gcc compiler

A virtual machine to install VMware Tools

  1. VM = "Install VMware Tools

  2. Open the file, the downloaded compressed VMwareTools-10.3.10-12406962.tar.gz moved to the specified directory installation

  3. terminal using tar zxpf VMwareTools-10.3.10-12406962.tar.gz decompression command, enter vmware-tools-distrib folder open a terminal in the current path.

  4. Run sudo ./vmware-install.pl 

Second, install gcc compiler

  First, see if there is gcc, the command: gcc -v

  Installation command: sudo apt-get install gcc

PS: centos yum command can only be used, Ubuntu use apt-get instead. apt-get command details: https://baike.baidu.com/item/apt-get/2360755?fr=aladdin

Guess you like

Origin www.cnblogs.com/xian-yongchao/p/11019849.html