Installing VMware Player on Ubuntu Gutsy

Please note that these instructions are for Ubuntu 7.10. Newer versions of Ubuntu can just follow the normal installation instructions at http://www.vmware.com/download/player/.

So it turns out that the current release of Ubuntu (at least for another four days), “Gutsy Gibbon”, gave VMware Player the big cold shoulder and removed it as an installable package.

To top it off, the email-capture marketing application that VMware uses is broken, so you can’t download vmware-player through their website now. (How is this acceptable? Shame on both companies–eloqua for downtime with something as simple as a form capture, and vmware for not canceling their service).

Some sleuthing came up with the direct URL to the download for VMware Player 2.0.3.

While that downloads, go install the required packages:

sudo apt-get install \
  build-essential linux-headers-generic \
  linux-headers-$(uname -r)

Uncompress the archive:

sudo mkdir -p /opt/vmware-player
sudo chown $(whoami) /opt/vmware-player
cd /opt/vmware-player
tar xvzf ~/Desktop/VMware-player-2.0.3-80004.i386.tar.gz

Then start the install. I’d recommend not putting the binaries into /usr/bin (as this will be a non-.deb installation, and it will make the uninstalling easier):

sudo ./vmware-install.pl
...
In which directory do you want to install the binary files?
[/usr/bin] /opt/vmware-player/bin
...

From here on out, take the default values.

Related posts:

  1. Installing CrashPlan on Ubuntu 9.04 Server Edition
    Although rsnapshot is super for linux-to-linux backups, I’ve found CrashPlan to work very well as a backup solution for my family’s windows and mac boxes. The CrashPlan installation works pretty......
  2. How to fix the wifi on a HP Mini 110 Netbook running Ubuntu 9.10 (Karmic Koala)
    Installing Karmic Koala from a USB drive proved to be a bit less than effortless. First off the http and ftp servers for the netbook-reloaded ISO images were really slow,......
  3. Installing Ubuntu from a USB Drive
    I just bought a new green server (25-30 watts at full load!) and wanted a brand-new Jaunty experience. The MSI Wind Nettop doesn’t come with an optical disk drive, nor......
  4. Installing Trac on Ubuntu
    Here’s the condensed version, using the installation guide for help: Install the software sudo apt-get install python-setuptools python-subversion sudo easy_install Trac Initialize the Trac project We’re going to run the......

This entry was posted in Technical HOWTOs and tagged , , . Bookmark the permalink.

3 Responses to Installing VMware Player on Ubuntu Gutsy

  1. Carlos says:

    Wow you are great thanks for the manual

  2. Jaap says:

    Too bad… :-( Won´t run on Ubuntu 8.10 using the screenshots shown here.

  3. matthew says:

    Yeah, 8.10 is a different beast. Instead of these instructions, try the latest-and-greatest package from http://www.vmware.com/download/player/ with Intrepid rather than vmware player 2.0.3.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">

Additional comments powered by BackType