I know that sourceforge doesnt have the best security track record Is it safe thought to use the dmd ubuntu repository hosted there
[code]sudo wget http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list
wget -qO - https://dlang.org/d-keyring.gpg | sudo apt-key add - sudo apt-get update && sudo apt-get install dmd-bin [/code]
