So you want to install the gdc compiler for D on ubuntu?
Try this:

sudo echo "deb http://packages.ubuntu.com/gutsy/virtual/gdc/ gutsy multiverse" >> /etc/apt/sources.list
sudo apt-get install gdc

Then follow the instructions on screen.