<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic VMWare Tools download &amp; install fails on Linux host in VMware Workstation Pro Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/VMWare-Tools-download-install-fails-on-Linux-host/m-p/986934#M55288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from the vmware-installer log:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_1471464162187674 jive_text_macro" jivemacro_uid="_1471464162187674"&gt;
&lt;P&gt;[2016-08-17 15:34:04,801] Installer running.&lt;/P&gt;
&lt;P&gt;[2016-08-17 15:34:04,801] Command Line Arguments:&lt;/P&gt;
&lt;P&gt;[2016-08-17 15:34:04,801] ['/usr/lib/vmware-installer/2.1.0/vmware-installer.py', '-t', '--console']&lt;/P&gt;
&lt;P&gt;[2016-08-17 15:34:04,802] UI Initialization failed.&lt;/P&gt;
&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;
&lt;P&gt;&amp;nbsp; File "/usr/lib/vmware-installer/2.1.0/vmware-installer.py", line 288, in main&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ui.Initialize(options.ui)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; File "/usr/lib/vmware-installer/2.1.0/vmis/ui/__init__.py", line 83, in Initialize&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; exec 'from vmis.ui.null import *' in globals()&lt;/P&gt;
&lt;P&gt;&amp;nbsp; File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; File "/usr/lib/vmware-installer/2.1.0/vmis/ui/null.py", line 13, in &amp;lt;module&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from vmis.ui import console&lt;/P&gt;
&lt;P&gt;&amp;nbsp; File "/usr/lib/vmware-installer/2.1.0/vmis/ui/console.py", line 9, in &amp;lt;module&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; import curses&lt;/P&gt;
&lt;P&gt;&amp;nbsp; File "/usr/lib/vmware-installer/2.1.0/python/lib/curses/__init__.py", line 15, in &amp;lt;module&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from _curses import *&lt;/P&gt;
&lt;P&gt;ImportError: libncursesw.so.5: cannot open shared object file: No such file or directory&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two python versions installed, 3.5.2 and 2.7.12 and both can import curses, so I assume this is with the VMWare provided python which is linked to ncurses 5 (my system has only ncurses 6 installed).&lt;/P&gt;&lt;P&gt;I am also not sure why it is trying to run the console version at all, as this is being triggered from the GUI after it downloaded the vmware tools update. Shouldn't it be launching the --gtk version (which does appear to work if I run it manually from the command line)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Aug 2016 20:06:40 GMT</pubDate>
    <dc:creator>tom___</dc:creator>
    <dc:date>2016-08-17T20:06:40Z</dc:date>
    <item>
      <title>VMWare Tools download &amp; install fails on Linux host</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/VMWare-Tools-download-install-fails-on-Linux-host/m-p/986934#M55288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from the vmware-installer log:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_1471464162187674 jive_text_macro" jivemacro_uid="_1471464162187674"&gt;
&lt;P&gt;[2016-08-17 15:34:04,801] Installer running.&lt;/P&gt;
&lt;P&gt;[2016-08-17 15:34:04,801] Command Line Arguments:&lt;/P&gt;
&lt;P&gt;[2016-08-17 15:34:04,801] ['/usr/lib/vmware-installer/2.1.0/vmware-installer.py', '-t', '--console']&lt;/P&gt;
&lt;P&gt;[2016-08-17 15:34:04,802] UI Initialization failed.&lt;/P&gt;
&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;
&lt;P&gt;&amp;nbsp; File "/usr/lib/vmware-installer/2.1.0/vmware-installer.py", line 288, in main&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ui.Initialize(options.ui)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; File "/usr/lib/vmware-installer/2.1.0/vmis/ui/__init__.py", line 83, in Initialize&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; exec 'from vmis.ui.null import *' in globals()&lt;/P&gt;
&lt;P&gt;&amp;nbsp; File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; File "/usr/lib/vmware-installer/2.1.0/vmis/ui/null.py", line 13, in &amp;lt;module&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from vmis.ui import console&lt;/P&gt;
&lt;P&gt;&amp;nbsp; File "/usr/lib/vmware-installer/2.1.0/vmis/ui/console.py", line 9, in &amp;lt;module&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; import curses&lt;/P&gt;
&lt;P&gt;&amp;nbsp; File "/usr/lib/vmware-installer/2.1.0/python/lib/curses/__init__.py", line 15, in &amp;lt;module&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from _curses import *&lt;/P&gt;
&lt;P&gt;ImportError: libncursesw.so.5: cannot open shared object file: No such file or directory&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two python versions installed, 3.5.2 and 2.7.12 and both can import curses, so I assume this is with the VMWare provided python which is linked to ncurses 5 (my system has only ncurses 6 installed).&lt;/P&gt;&lt;P&gt;I am also not sure why it is trying to run the console version at all, as this is being triggered from the GUI after it downloaded the vmware tools update. Shouldn't it be launching the --gtk version (which does appear to work if I run it manually from the command line)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 20:06:40 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Pro/VMWare-Tools-download-install-fails-on-Linux-host/m-p/986934#M55288</guid>
      <dc:creator>tom___</dc:creator>
      <dc:date>2016-08-17T20:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: VMWare Tools download &amp; install fails on Linux host</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/VMWare-Tools-download-install-fails-on-Linux-host/m-p/986935#M55289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are correct about the version of ncurses. When trying to install tools via GUI, it will trigger 'vmware-installer -t --console' to obtain the installed component but failed due to libncursesw version mismatch. You have several workarounds for this:&lt;/P&gt;&lt;P&gt;1) Manual install the library ncurses-compat-libs&lt;/P&gt;&lt;P&gt;2) Create soft link: sudo ln -s /usr/lib64/libncursesw.so.6 /usr/lib64/libncursesw.so.5&lt;/P&gt;&lt;P&gt;3) Manually specify the tools iso images (/usr/lib/vmware/isoimages) in VM Settings-&amp;gt;CD/DVD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 01:49:31 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Pro/VMWare-Tools-download-install-fails-on-Linux-host/m-p/986935#M55289</guid>
      <dc:creator>bonnie201110141</dc:creator>
      <dc:date>2016-08-19T01:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: VMWare Tools download &amp; install fails on Linux host</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/VMWare-Tools-download-install-fails-on-Linux-host/m-p/986936#M55290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome!, I installed the cursed ncurses package and (after paging to what seems like hundreds of agreement pages), the software installed without any other hiccups.&amp;nbsp; Thank you so very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2020 22:59:42 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Pro/VMWare-Tools-download-install-fails-on-Linux-host/m-p/986936#M55290</guid>
      <dc:creator>xunil1</dc:creator>
      <dc:date>2020-01-02T22:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: VMWare Tools download &amp; install fails on Linux host</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/VMWare-Tools-download-install-fails-on-Linux-host/m-p/2829343#M168781</link>
      <description>&lt;P&gt;Following option worked on Ubuntu&amp;nbsp;Ubuntu 20.04.2 LTS&amp;nbsp; while installing OVF Tool&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2) Create soft link: sudo ln -s /usr/lib64/libncursesw.so.6 /usr/lib64/libncursesw.so.5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is the command i ran&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sudo ln -s /lib/x86_64-linux-gnu/libncursesw.so.6 /lib/x86_64-linux-gnu/libncursesw.so.5&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 03:36:08 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Pro/VMWare-Tools-download-install-fails-on-Linux-host/m-p/2829343#M168781</guid>
      <dc:creator>NetArcher</dc:creator>
      <dc:date>2021-02-12T03:36:08Z</dc:date>
    </item>
  </channel>
</rss>

