tech_your_future: Get your basics right. Downloading individual packages is
not the way to install software on ubuntu / debian. Use apt.
Ultimate Z Fighter:
Code:
sudo aptitude install build-essential
That is the command to install all the required libraries, compilers, etc required to compile other programs.