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/
This blog helps you solve many of your computer problems. If you do not see your PC problem discussed, please see the item "How to Post my PC problem in this blog?" Please vote or leave a comment if you have any questions on any blog item.
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.
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.
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.
Subscribe to:
Posts (Atom)