digitalmars.D - is the ubuntu sourceforge repository safe?
- Ali (9/9) Jul 21 2017 I know that sourceforge doesnt have the best security track record
- Michael (4/14) Jul 23 2017 I stopped using it. It kept causing error messages in my package
- Russel Winder via Digitalmars-d (14/30) Jul 24 2017 If we are talking about D-Apt here http://d-apt.sourceforge.net/ it
- Ali (3/12) Jul 26 2017 I think it would be better to have a PPA that is hosted on
- Russel Winder via Digitalmars-d (16/30) Jul 27 2017 Launchpad is not a place Debian and Mint folk think of going is it? Ubun...
- Michael (5/14) Aug 01 2017 I stopped using it a while ago as it was constantly causing me
- Jonathan M. Wilbur (20/35) May 09 2018 Just following up on this, because I had the same problem:
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]
Jul 21 2017
On Saturday, 22 July 2017 at 00:21:45 UTC, Ali wrote: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]I stopped using it. It kept causing error messages in my package manager and I couldn't update it properly so I've just stuck to downloading the updates on release.
Jul 23 2017
On Sun, 2017-07-23 at 18:23 +0000, Michael via Digitalmars-d wrote:On Saturday, 22 July 2017 at 00:21:45 UTC, Ali wrote:If we are talking about D-Apt here http://d-apt.sourceforge.net/ it seems to be working fine for me on Debian Sid. 2.075 just installed this morning. --=20 Russel. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder ekiga.n= et 41 Buckmaster Road m: +44 7770 465 077 xmpp: russel winder.org.uk London SW11 1EN, UK w: www.russel.org.uk skype: russel_winderI know that sourceforge doesnt have the best security track=C2=A0 record Is it safe thought to use the dmd ubuntu repository hosted there =20 [code] sudo wget=C2=A0 http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list=C2=A0 -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]=20 I stopped using it. It kept causing error messages in my package=C2=A0 manager and I couldn't update it properly so I've just stuck to=C2=A0 downloading the updates on release.
Jul 24 2017
On Monday, 24 July 2017 at 11:02:55 UTC, Russel Winder wrote:On Sun, 2017-07-23 at 18:23 +0000, Michael via Digitalmars-d wrote:I think it would be better to have a PPA that is hosted on launchpadI stopped using it. It kept causing error messages in my package manager and I couldn't update it properly so I've just stuck to downloading the updates on release.If we are talking about D-Apt here http://d-apt.sourceforge.net/ it seems to be working fine for me on Debian Sid. 2.075 just installed this morning.
Jul 26 2017
On Wed, 2017-07-26 at 19:16 +0000, Ali via Digitalmars-d wrote:On Monday, 24 July 2017 at 11:02:55 UTC, Russel Winder wrote:r=C2=A0On Sun, 2017-07-23 at 18:23 +0000, Michael via Digitalmars-d=C2=A0 wrote:=20 I stopped using it. It kept causing error messages in my=C2=A0 package manager and I couldn't update it properly so I've just=C2=A0 stuck to downloading the updates on release.=20 If we are talking about D-Apt here=C2=A0=C2=A0 http://d-apt.sourceforge.net/=C2=A0=C2=A0it seems to be working fine fo=Launchpad is not a place Debian and Mint folk think of going is it? Ubuntu yes, but not others. I think D-Apt should be hosted at dlang.org. Along with a Fedora repository. --=20 Russel. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder ekiga.n= et 41 Buckmaster Road m: +44 7770 465 077 xmpp: russel winder.org.uk London SW11 1EN, UK w: www.russel.org.uk skype: russel_winderme on Debian Sid.=C2=A0=C2=A02.075 just installed this morning.=20 I think it would be better to have a PPA that is hosted on=C2=A0 launchpad
Jul 27 2017
On Monday, 24 July 2017 at 11:02:55 UTC, Russel Winder wrote:On Sun, 2017-07-23 at 18:23 +0000, Michael via Digitalmars-d wrote:I stopped using it a while ago as it was constantly causing me problems with being unable to check for new package updates. It was right when sourceforge was issuing security warnings and I couldn't be bothered to try and deal with it.I stopped using it. It kept causing error messages in my package manager and I couldn't update it properly so I've just stuck to downloading the updates on release.If we are talking about D-Apt here http://d-apt.sourceforge.net/ it seems to be working fine for me on Debian Sid. 2.075 just installed this morning.
Aug 01 2017
On Tuesday, 1 August 2017 at 10:01:17 UTC, Michael wrote:On Monday, 24 July 2017 at 11:02:55 UTC, Russel Winder wrote:Just following up on this, because I had the same problem: 1. Use wget or curl to download the .deb right from the archive wget http://downloads.dlang.org/releases/2018/dmd_2.080.0-0_i386.deb 2. Try to install it with dpkg dpkg -i dmd_2.080.0-0_i386.deb skip them. 3. Update your cache sudo apt-get update 4. Download the dependencies, if you need to. In my case, I needed libc6-dev and gcc, which you *would normally* install like so: sudo apt-get install libc6-dev gcc But I had errors when trying to do that, which were resolved by running: sudo apt --fix-broken install 5. Finally, run `dmd --version` to test that it works!On Sun, 2017-07-23 at 18:23 +0000, Michael via Digitalmars-d wrote:I stopped using it a while ago as it was constantly causing me problems with being unable to check for new package updates. It was right when sourceforge was issuing security warnings and I couldn't be bothered to try and deal with it.I stopped using it. It kept causing error messages in my package manager and I couldn't update it properly so I've just stuck to downloading the updates on release.If we are talking about D-Apt here http://d-apt.sourceforge.net/ it seems to be working fine for me on Debian Sid. 2.075 just installed this morning.
May 09 2018