Vmware Horizon Client 4.7 failed to install on Ubuntu 18.04

Fix: 

sudo apt install libsigc++-2.0-0v5
sudo ln -s /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0.1400.0 /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0
sudo ln -s /usr/lib/x86_64-linux-gnu/libgstapp-1.0.so.0 /usr/lib/x86_64-linux-gnu/libgstapp-0.10.so.0
sudo ln -s /usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0.1400.0 /usr/lib/x86_64-linux-gnu/libgstbase-0.10.so.0



Courtesy:  https://www.werts.nl/vmware-view-horizon-client-for-linux-on-ubuntu-18-04-failed/

How to uninstall python

 Done. The new package has been installed and saved to

 /Python-2.7.13/python_2.7.13-1_amd64.deb

 You can remove it from your system anytime using:

      dpkg -r python

Install different version of java

https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-get-on-ubuntu-16-04
Uninstall View client

root@siva-OptiPlex-780:~# vmware-installer  --uninstall-product vmware-view
vmware-view is not an installed product.
Available products are:

  vmware-horizon-client

root@siva-OptiPlex-780:~# vmware-installer  --uninstall-product vmware-horizon-client
All installation information is about to be removed. Do you wish to
keep your installation configuration file? [yes]: n

Uninstalling VMware Installer
    Deconfiguring...
[######################################################################] 100%
Uninstallation was successful.

Installing JDK

sudo apt-get update
sudo apt-get install default-jdk
for jre, 
sudo apt-get install default-jre
https://askubuntu.com/questions/921345/installing-a-java-dev-kit

More options and more info
https://www3.ntu.edu.sg/home/ehchua/programming/howto/JDK_Howto.html
Installing python

https://askubuntu.com/questions/101591/how-do-i-install-the-latest-python-2-7-x-or-3-x-on-ubuntu
bundle file is not installing

change permissions (give execute rights)
chmod a+x

root login is not working in Ubuntu

By default root login is disabled and you can log in with your user account created at the time of installing the OS. To get to the # prompt, just type sudo -i in terminal window. It will ask the user credentials and put you to the # prompt.