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

猜你喜欢

转载自blog.csdn.net/mihanglaoban/article/details/81582898
今日推荐