
After installing Ubuntu, update everything
sudo apt-get -y update
sudo apt-get -y upgrade
Install build tools
sudo apt-get -y install linux-headers-server build-essential
Mount VM Tools virtual CD.
Mount the virtual CD in Ubuntu
sudo mkdir -p /media/cdrom
sudo mount /dev/cdrom /media/cdrom
Change to the directory and copy the files
cd /media/cdrom
sudo cp VM*.tar.gz /tmp
unTar the archive
cd /tmp
sudo tar xzvf VM*.tar.gz
cd vmware-tools-distrib
Run the install script
sudo ./vmware-install.pl -d
Unmount CD and reboot
sudo umount /media/cdrom
sudo reboot

For over two decades, Dennis Bourn and the team at Bourn Technology have been helping engineering firms, law practices and many other businesses across New Orleans and the surrounding areas get the most from the technology they value so much. To find out more information about what the right MSP can bring to the table, or to learn more about aligning your IT with your long-term goals as a business, please don’t delay – contact Bourn Technology today.
1 Comment
Leave a Comment
Stay in the Know
Subscribe to our email newsletter today to receive updates on the latest news, cybersecurity tips and tricks and more. Enter your name and email address below to be the first to know.
Download Your FREE E-book Today

Not everything is black and white in business. Yet the importance of business efficiency is indisputable. To find out everything you need to know about the best choices for your business, download your copy of our free eBook - Efficient Businesses Run On Efficient I.T.
Kudos. Been trying to find a guide for vmtools installs on linux boxes. worked like a charm – thanks!