spicevur.blogg.se

Install vmware client
Install vmware client













install vmware client install vmware client

The way I did it is crontab -eĮdit the file /etc/xdg/lxsession/Lubuntu/autostart Now you can make those scripts run, I preferred to make them run automatically. #this line cleanses the script after it run once, #this other line adds your view server FQDN to local hosts file you can repeat it if necessaryĮcho "192.168.1.1 viewservershortname viewserverFQDN.local" > /etc/hosts" VMware-Horizon-Client-*.x86.bundleĬreate vmware.sh echo "vmware-view -q -nonInteractive -fullscreen -nomenubar -lockServer -s your_view_server_FQDN.local" > /.vmware.shĬreate others.sh #this line will void checking for the view sever certificate if no needed don't use it.Įcho "echo "view.sslVerificationMode = \"3\"" > /etc/vmware/view-mandatory-config VMware-Horizon-Client-*.x86.bundle or sh. Then you can run it from the folder it's downloaded. On Lubuntu sudo apt install g++ libxml2-dev libboost-dev qt5-default qtbase5-dev-tools qtdeclarative5-dev libqt5svg5-dev libqt5websockets5-dev git cmake libportmidi0 libasound2 pythonĭownload VMware-Horizon-Client-*.x86.bundle from vmware page.

install vmware client install vmware client

I'm a beginner using or configuring linuxīut this works well for me even customizing an iso Or you should be able to install it from the software center by typing "vmware view client" in the search bar:Įnable "Canonical partners" as said in the section for ubuntu 14.04, update using sudo apt-get update and then you should be able to install it from the software center or from the terminal (you can skip the sudo dpkg -add-architecuture i386 part). Now, update your software package list by typing: sudo apt-get updateĪnd then install vmware-view-client from the same terminal by typing: sudo apt-get install vmware-view-client Now, add i386 architecture to dpkg by first opening a terminal (press Alt+ F2 and typing terminal or pressing together Ctrl+ Alt+ t) and then typing the following: sudo dpkg -add-architecture i386Īnd then enter your administrative password. On the "Other Software" tab, make sure that "Canonical partners" has a check mark besides it. Open software-sources by typing "software and updates" on the dash and open the application.















Install vmware client