is the ubuntu sourceforge repository safe?

Ali via Digitalmars-d digitalmars-d at puremagic.com
Fri Jul 21 17:21:45 PDT 2017


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]


More information about the Digitalmars-d mailing list