1. 程式人生 > >Linux vmWare setup notes for Ubuntu

Linux vmWare setup notes for Ubuntu

Didirectional drag and drop, copy and paste

sudo apt-get install open-vm-tools
sudo apt-get install open-vm*

Get gcc and g++ compiler

sudo apt-get update
sudo apt-get install build-essential

sudo apt-get install openssh-server


  • error while loading shared libraries: libQtGui.so.4: cannot open
    shared object file: No such file or directory
    To install libqtgui4:

sudo apt-get install libqtgui4:amd64
Could not get lock /var/lib/dpkg/lock
- open (11: Resource temporarily unavailable) > sudo rm /var/lib/apt/lists/* -vf > sudo apt-get update