Wednesday, August 12, 2009

Updating Ubuntu

Previous: Toshiba Satellite Ubuntu-Vista dual-boot configuration.

With the basic install of Ubuntu done, it was time to bring the instance up to date. To do that, I ran the following commands:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential
The first two commands download and install various software updates for the OS.

The build-essential package consists of C header files, libraries, compilers and so forth necessary for building software.

Next: Installing support for Ruby development

No comments:

Post a Comment