Ubuntu16.04 install and uninstall VMware-Workstation 14

1. download#

Go to the official website to download VMware-Workstation-Full-14.1.0-7370693.x86_64.bundle

2. installation#

fc@ubuntu:~/download$ chmod +x VMware-Workstation-Full-14.1.0-7370693.x86_64.bundle
fc@ubuntu:~/download$ ./VMware-Workstation-Full-14.1.0-7370693.x86_64.bundle 

problem appear:

Extracting VMware Installer...done.
Gtk-Message: Failed to load module "atk-bridge":/usr/lib/x86_64-linux-gnu/libatspi.so.0: undefined symbol: g_type_class_adjust_private_offset
Gtk-Message: Failed to load module "unity-gtk-module": libunity-gtk-module.so:Cannot open shared object file:No such file or directory(vmware-installer.py:2501): Gtk-WARNING **:Unable to find the theme engine: "murrine" in the module path,

Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so:Cannot open shared object file:No such file or directory
Fontconfig error:"/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 72: non-double matrix element
Fontconfig error:"/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 72: non-double matrix element
Fontconfig warning:"/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 80: saw unknown, expected number

Enter /etc/ld.so.conf.d and create the following two files gtk-2.0.conf and gtk-3.0.conf respectively

$ cd /etc/ld.so.conf.d
$ sudo vim gtk-2.0.conf
$ sudo vim gtk-3.0.conf

Add the following contents to the two files gtk-2.0.conf and gtk-3.0.conf respectively

/usr/lib/x86_64-linux-gnu/gtk-2.0/modules
/usr/lib/x86_64-linux-gnu/gtk-3.0/modules

Reload it:

$ sudo ldconfig

Reinstall

$ sudo ./VMware-Workstation-Full-14.1.0-7370693.x86_64.bundle

3. Uninstall VMware

$ cd /usr/bin
$ sudo vmware-installer -u vmware-workstation

4. Problems

VMware Workstation needs to store user preferences and other information in the directory "~/.vmware".......

Picture.png

That's because the owner of the .vmware file is root

drwxr-xr-x 2 root root 40961/313:42.vmware/

Enter the following command

sudo chown -R username ~/.vmware  

Among them, username is the current username

Recommended Posts

Ubuntu16.04 install and uninstall VMware-Workstation 14
Install and uninstall CUDA and CUDNN on Ubuntu
Ubuntu 16.04 compile and install PHP 7.2
ubuntu18.04 compile and install python3.8
ubuntu install and configure GitLab
Ubuntu16.04 install SVN and configuration
Install and configure MySQL on Ubuntu
Install and configure Docker in Ubuntu
Install and deploy Gerrit under Ubuntu
Centos7 uninstall openJdk, and install JDK1.8
Compile and install QEMU under Ubuntu
Install Gnome and VNC on Ubuntu Server
ubuntu18.04 install python2
ubuntu18.04 install docker
ubuntu12.04 install python3
Ubuntu install guide
[Daily] Win10 open and install ubuntu subsystem
ubuntu install nodejs
ubuntu 16 install asp.net
Install fonts on Ubuntu and switch default fonts
Ubuntu 18.04 source code compile and install ffmpeg4.1
ubuntu install Jenkins
Ubuntu install PHP and PHP Nginx configuration method
ubuntu install elasticsearch
ubuntu16.0.1 install pagoda
ubuntu18.04 install python
Linux install Docker and run Ubuntu system
Ubuntu install ftp server and possible problems
How to install Ubuntu20.04 and install NVIDIA driver
ubuntu 18.04 install teamviewer
ubuntu install sendmail
How to install Pycharm and Ipython on Ubuntu 16.04/18.04
How to install and configure NATS on Ubuntu 16.04
Install JDK and configure environment variables on Ubuntu 16.04
How to install and configure Gogs on Ubuntu 18.04
How to install and configure Cyberpanel on Ubuntu 18.04
How to install and configure ownCloud on Ubuntu 16.04
How to install and configure ownCloud on Ubuntu 16.04
How to install and use Docker on Ubuntu 20.04
How to install and configure Ansible on Ubuntu 18.04
How to install and use Composer on Ubuntu 18.04
How to install and use Wine on Ubuntu 18.04
How to install and secure phpMyAdmin on Ubuntu 16.04
How to install and configure Elasticsearch on Ubuntu 16.04
How to install and configure PostGIS on Ubuntu 14.04
How to install and use Composer on Ubuntu 20.04
How to install and use BaasBox on Ubuntu 14.04
How to install and configure Sphinx on Ubuntu 16.04
CentOS7 uninstall OpenJDK, and then install Oracle JDK
How to install and use PostgreSQL on Ubuntu 16.04
How to install and configure AppScale on Ubuntu 12.04
How to install and uninstall tomcat on centos
How to install and use Docker on Ubuntu 16.04
How to install and configure PostGIS on Ubuntu 14.04
Install centos7 and connect
Install apache+PHP under Ubuntu
install vscode on ubuntu18
Install node.js under Ubuntu
Install mysql-pytho in Ubuntu
ubuntu install zsh terminal
Install Redis on Ubuntu