Results 1 to 8 of 8

Thread: How to install Open-Vm-tools correctly

  1. #1
    Join Date
    2013-Mar
    Location
    In AnonWorld
    Posts
    38

    How to install Open-Vm-tools correctly

    1 : Open Terminal Write this " code leafpad /etc/apt/sources.list " without quotes
    add these codes in the sources.list

    deb http://http.kali.org/kali kali main non-free contrib
    deb-src http://http.kali.org/kali kali main non-free contrib
    2.now save it and open a new terminal now type " apt-get update && apt-get install -y linux-headers-$(uname -r) " without quotes
    when it update and completed then if u want to install it manually you have to "download this open-vm-tools : DL HERE
    http://sourceforge.net/projects/open-vm-tools/
    now when u downloaded it extract it on ur Desktop then open a terminal "type : sudo sh ./configure
    if u get error then try this one it should work " sudo sh ./configure -without-pam --without-x --without-procps --without-dnet --without-icu
    " without quotes
    if u want to install it online then u have to install linux headers by typing in in terminal "" apt-get update && apt-get install -y linux-headers-$(uname -r) " without quotes "
    then
    pt-get install open-vm-tools
    Installing VMware Tools in Kali

    If open-vm-tools does not work for you, or if you preffer using native VMWare tools, begin by installing some packages that are required by the VMware Tools installer:

    echo cups enabled >> /usr/sbin/update-rc.d
    echo vmware-tools enabled >> /usr/sbin/update-rc.d

    apt-get install gcc make linux-headers-$(uname -r)
    ln -s /usr/src/linux-headers-$(uname -r)/include/generated/uapi/linux/version.h /usr/src/linux-headers-$(uname -r)/include/linux/
    Next, mount the Vmware tools ISO by clicking “Install VMware Tools” from the appropriate menu. Once the VMware Tools ISO has been attached to the virtual machine, we mount the drive and copy the VMware Tools installer to /tmp/.

    mkdir /mnt/vmware
    mount /dev/cdrom /mnt/vmware/
    cp -rf /mnt/vmware/VMwareTools* /tmp/
    Finally, change directory to /tmp/, extract the tarball and start the installer:

    cd /tmp/
    tar zxpf VMwareTools-<tools version>.tar.gz
    cd vmware-tools-distrib/
    ./vmware-tools-install
    HOPE I HELPED U
    THANKS ))

  2. #2

    worked <3

    worked thank u very very much sorry for my bad english

  3. #3
    Join Date
    2013-Mar
    Posts
    4
    apt-get install open-vm-tools
    This works fine.
    Is there any disadvantage of doing what I did??

  4. #4
    Join Date
    2013-Mar
    Posts
    11
    I'm using VMware Fusion 5.0,
    used the command apt-get install open-vm-tools and worked just fine,
    the only disadvantage i encountered is the mouse is not autoreleased when you switch from vm and regular desktop but every time i need to press ctrl+alt.
    Using the native vmtools, for example, the mouse is autoreleased you just need to move it outside the vm and it works.

    This is my personal experience, both is working fine !! i'd say is up to you )

  5. #5
    How is this different from http://docs.kali.org/general-use/ins...ols-kali-guest ? By following the instructions in the first post, you will be breaking any future updates of vm-tools. The above advice is BAD. As of now, the vm-tools package in our repositories is the latest available. Please make an effort to read the documentation. If you find an error in the documentation - notify us, rather than suggesting bad solutions.

  6. #6
    Join Date
    2013-Mar
    Location
    In AnonWorld
    Posts
    38

    good

    but im explaining and tutorial is going about how to install it manually i had same problem "D-link Dwa 160" not supported then i had to install it manually from my usb no internet lol

  7. #7
    Join Date
    2013-Mar
    Location
    In AnonWorld
    Posts
    38
    Quote Originally Posted by muts View Post
    How is this different from http://docs.kali.org/general-use/ins...ols-kali-guest ? By following the instructions in the first post, you will be breaking any future updates of vm-tools. The above advice is BAD. As of now, the vm-tools package in our repositories is the latest available. Please make an effort to read the documentation. If you find an error in the documentation - notify us, rather than suggesting bad solutions.
    its for those who havent internet " http://docs.kali.org/general-use/ins...ols-kali-guest <-- this one u need internet on kali lol" Mr pRo

  8. #8
    Join Date
    2013-May
    Posts
    1
    Quote Originally Posted by Shashwat View Post
    This works fine.
    Is there any disadvantage of doing what I did??

    i also used this...

Similar Threads

  1. Kali 2022.2 open-vm-tools not working any more
    By Scorpionking38 in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2022-06-11, 20:03
  2. Open-vm-tools drag/drop and copy/paste not working any more!!
    By Scorpionking38 in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2022-06-11, 20:01
  3. Openvpn Usage on Kali as Open port tools.
    By Sopykt in forum General Archive
    Replies: 0
    Last Post: 2016-05-06, 19:01
  4. Can't install NVIDIA driver correctly, tried all possible solutions.
    By ryan652 in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2015-06-25, 17:27

Posting Permissions

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