Debian VMWare-Tools Cannot Install linux-headers

This is a Detailed Troubleshooting Useful when you Just Cannot Get Installed the Linux Debian Kernel Headers.

  1. Search the list of Disposables Debian Kernels:
    apt-cache search linux-image
  2. Search the list of Disposables Debian Kernels Headers:
    apt-cache search linux-headers
  3. Install a Kernel that Have Also the Correspondent Headers:
    apt-get install linux-image-
  4. Reboot your System:
    reboot
  5. Now Install the Kernel Headers:
    apt-get install linux-headers-