我正在使用linux ubuntu mint,我想安装VWware horizon client 5.4。下载包文件后,在包文件安装过程中出现错误:
Extracting VMware Installer...done.
Unable to load gtk: No module named gtk, falling back to console.
You must accept the VMware Horizon Client End User License Agreement
to continue. Press Enter to proceed.
你能帮帮我吗?
发布于 2020-10-07 01:24:28
你可以在控制台上安装它,看看这里:https://docs.vmware.com/en/VMware-Horizon-Client-for-Linux/2006/horizon-client-linux-installation/GUID-F563F1E1-D9BD-4C42-80DC-4A3EB015FD65.html
输入: sudo控制台-- ./VMware-Horizon-Client-2006-8.0.0-16522670.x64.bundle
始终使用enter键确认,直到12.11点,您必须使用yes键确认。如果您再次按enter键,则必须再次确认整个文本。可能有更好的解决方案:D
发布于 2021-03-27 00:26:29
对于像我今天遇到这个问题的人来说,这个包必须在sudo下运行:
sudo ./VMware-Horizon-Client-2006-8.0.0-16522670.x64.bundle
https://stackoverflow.com/questions/64185415
复制相似问题