The desktop CD of Ubuntu contains the package build-essential. While having the CD in the CD drive, open a terminal and sudo apt-get install build-essential This will install GCC for many languages (C, C++, ...) and other essential tools (make, ...) to build programs. Florent