Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: VMware - Can't find Kernel Headers

  1. #11
    Join Date
    Nov 2012
    Beans
    1

    Re: VMware - Can't find Kernel Headers

    I had the same problem installing vmware tools on ubuntu 12.10.

    This didn't work for me:
    $ sudo apt-get install gcc build-essential kernel-headers-$(uname -r) dkms

    Instead, this did the job:
    sudo apt-get install linux-headers-$(uname -r)

  2. #12
    Join Date
    Feb 2013
    Beans
    1

    Re: VMware - Can't find Kernel Headers

    Quote Originally Posted by Solvedthis View Post
    sudo apt-get install linux-headers-$(uname -r)
    This really works! Just solved it using that line! Thanks Solvedthis!
    Last edited by westside159; February 22nd, 2013 at 02:31 PM.

  3. #13
    Join Date
    May 2010
    Location
    uk
    Beans
    9,249
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: VMware - Can't find Kernel Headers

    Old thread. Closed.
    If you believe everything you read, you better not read. ~ Japanese Proverb

    If you don't read the newspaper, you're uninformed. If you read the newspaper, you're mis-informed. - Mark Twain

    Thinking about becoming an Ubuntu Member?

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •