Skip to main content
added 21 characters in body
Source Link
Gareth
  • 18.9k
  • 15
  • 58
  • 69

hi how are you my friend? in kali linuxIn Kali Linux 2016 you have to install open-vm-toolsopen-vm-tools instead of vmware-guest-tools for working correctly in example : drag&drup copy&patevmware-guest-tools.

To have drag and drop, copy and paste and screen resolution 1-first of all working correctly you have to add kali 2016 repositoriesneed to /etc/apt/sources.list

deb http://http.kali.org/kali kali-rolling main non-free contrib

2-the run this commandfollow these steps:

sudo apt-get update sudo apt-get install open-vm-tools-desktop fuse reboot

  1. Add the Kali 2016 repositories to /etc/apt/sources.list:

    deb http://http.kali.org/kali kali-rolling main non-free contrib
    
  2. Run these commands:

    sudo apt-get update
    sudo apt-get install open-vm-tools-desktop fuse
    reboot
    

hi how are you my friend? in kali linux 2016 you have to install open-vm-tools instead of vmware-guest-tools for working correctly in example : drag&drup copy&pate and screen resolution 1-first of all you have to add kali 2016 repositories to /etc/apt/sources.list

deb http://http.kali.org/kali kali-rolling main non-free contrib

2-the run this command

sudo apt-get update sudo apt-get install open-vm-tools-desktop fuse reboot

In Kali Linux 2016 you have to install open-vm-tools instead of vmware-guest-tools.

To have drag and drop, copy and paste and screen resolution working correctly you need to follow these steps:

  1. Add the Kali 2016 repositories to /etc/apt/sources.list:

    deb http://http.kali.org/kali kali-rolling main non-free contrib
    
  2. Run these commands:

    sudo apt-get update
    sudo apt-get install open-vm-tools-desktop fuse
    reboot
    
Source Link

hi how are you my friend? in kali linux 2016 you have to install open-vm-tools instead of vmware-guest-tools for working correctly in example : drag&drup copy&pate and screen resolution 1-first of all you have to add kali 2016 repositories to /etc/apt/sources.list

deb http://http.kali.org/kali kali-rolling main non-free contrib

2-the run this command

sudo apt-get update sudo apt-get install open-vm-tools-desktop fuse reboot