Debian installation Vmwaretools

Source: Internet
Author: User

After installing the Debian 7.8 x64 system with a VMware virtual machine, several minor problems are encountered in installing Vmware-tools


First open the terminal interface and switch to the root account via Su


1. Resolve installation Vmware-tools The path "is not valid path to the GCC binary issue

Run

Apt-get Install Build-essential


The build-essential contains a number of libraries and compilers such as G++,gcc,make. GCC and make are said to be necessary to install VMware tools.


2. Resolve installation Vmware-tools The path "is not a valid path to the 3.2.0-4-AMD64 kernel headers problem


This means that you cannot find the path to the kernel headers header file and need to enter it manually.

The solution to this problem is to install kernel headers


You can install kernel headers by entering the following instructions in the terminal separately.

Apt-get Update//This step can also be omitted.
Apt-get Install linux-headers-$ (uname-r)

Download the kernel header file that corresponds to the current Linux kernel version,

where $ (uname-r) is the writing of the Linux script, $ denotes the value within the application (), and Uname-r gets the version of the current Linux kernel.

After installing the above content, reinstall Vmware-tools can be completed normally.


Debian installation Vmwaretools

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.