These Things Matter to Me
Friday, July 07, 2006
  Packages You Gotta Install When Running Ubuntu 6.06 Dapper Drake As A VMware Guest (a newbie How-To, and a Why-To)
When running any VMware guest, it goes without saying that you want to have VMware tools installed.
In the case of Ubuntu 6.06 Dapper Drake, here are some packages that will make VMware tools much happier:
You can install these packages via command-line:
# sudo apt-get install build-essential linux-headers-`uname -r`
(you will be asked for your password)
Can I break it down for you?

1. sudo: Tells Ubuntu Linux you temporarily want root powers. These are needed to install this software)
2. apt-get: This is a software management tool. It tells Ubuntu to go out and grab some software that's not already installed.
3. install: an argument to apt-get. I think you can guess what it does.
4. build-essential: This a package name. This package happens to include to make, gcc (a compiler), and some other stuff.
5. linux-headers: This is also a package name. This package contains kernel header files that can provide helpful information to other programs in the future. In this case, VMware will find them handy.
6. uname -r: Go ahead and run it alone like that. It prints the kernel release of the version of Linux you're using. By combining it with linux-headers above, we were just adding the kernel release to the name of linux-headers, which were needed to specify which of the many linux-headers packages out there.

TECHNORATI TAGS: vmware, vmware-tools, virtualization, ubuntu, dapperdrake, linux, sysadmin, tips, Dapper Drake, newbie
 
Comments: Post a Comment

Subscribe to Post Comments [Atom]





<< Home
probably a little too much

About
Linux sysadmin. I cry when make fails. And during the Oscars. Every year.
Contact
andy: andiacts [at] gmail.com
Archives
September 2005 / October 2005 / November 2005 / December 2005 / January 2006 / February 2006 / March 2006 / April 2006 / May 2006 / June 2006 / July 2006 / August 2006 / November 2006 / December 2006 / January 2007 / February 2007 / March 2007 / April 2007 / May 2007 / June 2007 / July 2007 / August 2007 / September 2007 / October 2007 / November 2007 / December 2007 / January 2008 / February 2008 / March 2008 / April 2008 / May 2008 / June 2008 / July 2008 / August 2008 / September 2008 / January 2009 / February 2009 /




Powered by Blogger

Subscribe to
Posts [Atom]