After doing what BodaciousDrake suggested, the VMWare View 5 client appears in the Ubuntu software center. However, I receive an error "Package dependencies cannot be resolved."
The following packages have unmet dependencies:
vmware-view-client:i386: Depends: libc6 (>= 2.4) but 2.17-0ubuntu5 is to be installed
Depends: libgcc1 (>= 1:4.1.1) but 1:4.7.3-1ubuntu1 is to be installed
Depends: libgdk-pixbuf2.0-0 (>= 2.22.0) but 2.28.0-0ubuntu1 is to be installed
Depends: libglib2.0-0 (>= 2.22.0) but 2.36.0-1ubuntu2 is to be installed
Depends: libgtk2.0-0 (>= 2.24.0) but 2.24.17-0ubuntu2 is to be installed
Depends: libstdc++6 (>= 4.1.1) but 4.7.3-1ubuntu1 is to be installed
Depends: libudev0 (>= 147) but it is not going to be installed
Depends: libuuid1 (>= 2.16) but 2.20.1-5.1ubuntu8 is to be installed
Depends: libxi6 (>= 2:1.1.2) but 2:1.6.99.1-0ubuntu3.1 is to be installed
Depends: libxml2 (>= 2.6.27) but 2.9.0+dfsg1-4ubuntu4.3 is to be installed
Depends: zlib1g (>= 1:1.1.4) but 1:1.2.7.dfsg-13ubuntu2 is to be installed
If I try installing any of those dependencies, I receive the following:
jeff@home:~$ sudo apt-get install libc6
Reading package lists... Done
Building dependency tree
Reading state information... Done
libc6 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.
jeff@home:~$ sudo apt-get install libgcc1
Reading package lists... Done
Building dependency tree
Reading state information... Done
libgcc1 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.