How can I install dmd in Ubuntu 17.10? [duplicate]

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
This question already has an answer here:
How do I fix the GPG error âNO_PUBKEYâ?
11 answers
According to https://dlang.org/download.html

$ sudo wget http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list
--2018-03-18 21:39:27-- http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list
Resolving master.dl.sourceforge.net (master.dl.sourceforge.net)... 216.105.38.12
Connecting to master.dl.sourceforge.net (master.dl.sourceforge.net)|216.105.38.12|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 85 [application/octet-stream]
Saving to: âÂÂ/etc/apt/sources.list.d/d-apt.listâÂÂ
/etc/apt/sources.list.d/ 100%[==================================>] 85 --.-KB/s in 0s
2018-03-18 21:39:28 (4.05 MB/s) - âÂÂ/etc/apt/sources.list.d/d-apt.listâ saved [85/85]
android@android:/$ sudo apt-get update && sudo apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring
Hit:1 http://np.archive.ubuntu.com/ubuntu artful InRelease
Hit:2 http://np.archive.ubuntu.com/ubuntu artful-updates InRelease
Hit:3 http://np.archive.ubuntu.com/ubuntu artful-backports InRelease
Ign:4 http://dl.google.com/linux/chrome/deb stable InRelease
Get:5 http://security.ubuntu.com/ubuntu artful-security InRelease [78.6 kB]
Hit:6 http://ppa.launchpad.net/christian-boxdoerfer/fsearch-daily/ubuntu artful InRelease
Ign:7 http://download.opensuse.org/repositories/home:/manuelschneid3r/xUbuntu_17.10 InRelease
Hit:8 http://dl.google.com/linux/chrome/deb stable Release
Get:9 http://download.opensuse.org/repositories/home:/manuelschneid3r/xUbuntu_17.10 Release [1,014 B]
Get:10 http://master.dl.sourceforge.net/project/d-apt d-apt InRelease [4,878 B]
Hit:11 http://ppa.launchpad.net/haraldhv/shotcut/ubuntu artful InRelease
Err:10 http://master.dl.sourceforge.net/project/d-apt d-apt InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EBCF975E5BA24D5E
Hit:14 http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu artful InRelease
Hit:15 http://ppa.launchpad.net/libreoffice/ppa/ubuntu artful InRelease
Hit:16 http://ppa.launchpad.net/system76/pop/ubuntu artful InRelease
Reading package lists... Done
W: GPG error: http://master.dl.sourceforge.net/project/d-apt d-apt InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EBCF975E5BA24D5E
E: The repository 'http://master.dl.sourceforge.net/project/d-apt d-apt InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
software-installation 17.10
marked as duplicate by karel, pomsky, Eric Carvalho, Fabby, Zanna Mar 21 at 16:10
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
up vote
0
down vote
favorite
This question already has an answer here:
How do I fix the GPG error âNO_PUBKEYâ?
11 answers
According to https://dlang.org/download.html

$ sudo wget http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list
--2018-03-18 21:39:27-- http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list
Resolving master.dl.sourceforge.net (master.dl.sourceforge.net)... 216.105.38.12
Connecting to master.dl.sourceforge.net (master.dl.sourceforge.net)|216.105.38.12|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 85 [application/octet-stream]
Saving to: âÂÂ/etc/apt/sources.list.d/d-apt.listâÂÂ
/etc/apt/sources.list.d/ 100%[==================================>] 85 --.-KB/s in 0s
2018-03-18 21:39:28 (4.05 MB/s) - âÂÂ/etc/apt/sources.list.d/d-apt.listâ saved [85/85]
android@android:/$ sudo apt-get update && sudo apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring
Hit:1 http://np.archive.ubuntu.com/ubuntu artful InRelease
Hit:2 http://np.archive.ubuntu.com/ubuntu artful-updates InRelease
Hit:3 http://np.archive.ubuntu.com/ubuntu artful-backports InRelease
Ign:4 http://dl.google.com/linux/chrome/deb stable InRelease
Get:5 http://security.ubuntu.com/ubuntu artful-security InRelease [78.6 kB]
Hit:6 http://ppa.launchpad.net/christian-boxdoerfer/fsearch-daily/ubuntu artful InRelease
Ign:7 http://download.opensuse.org/repositories/home:/manuelschneid3r/xUbuntu_17.10 InRelease
Hit:8 http://dl.google.com/linux/chrome/deb stable Release
Get:9 http://download.opensuse.org/repositories/home:/manuelschneid3r/xUbuntu_17.10 Release [1,014 B]
Get:10 http://master.dl.sourceforge.net/project/d-apt d-apt InRelease [4,878 B]
Hit:11 http://ppa.launchpad.net/haraldhv/shotcut/ubuntu artful InRelease
Err:10 http://master.dl.sourceforge.net/project/d-apt d-apt InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EBCF975E5BA24D5E
Hit:14 http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu artful InRelease
Hit:15 http://ppa.launchpad.net/libreoffice/ppa/ubuntu artful InRelease
Hit:16 http://ppa.launchpad.net/system76/pop/ubuntu artful InRelease
Reading package lists... Done
W: GPG error: http://master.dl.sourceforge.net/project/d-apt d-apt InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EBCF975E5BA24D5E
E: The repository 'http://master.dl.sourceforge.net/project/d-apt d-apt InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
software-installation 17.10
marked as duplicate by karel, pomsky, Eric Carvalho, Fabby, Zanna Mar 21 at 16:10
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
Did you runsudo apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring?
â N0rbert
Mar 18 at 16:04
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
This question already has an answer here:
How do I fix the GPG error âNO_PUBKEYâ?
11 answers
According to https://dlang.org/download.html

$ sudo wget http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list
--2018-03-18 21:39:27-- http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list
Resolving master.dl.sourceforge.net (master.dl.sourceforge.net)... 216.105.38.12
Connecting to master.dl.sourceforge.net (master.dl.sourceforge.net)|216.105.38.12|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 85 [application/octet-stream]
Saving to: âÂÂ/etc/apt/sources.list.d/d-apt.listâÂÂ
/etc/apt/sources.list.d/ 100%[==================================>] 85 --.-KB/s in 0s
2018-03-18 21:39:28 (4.05 MB/s) - âÂÂ/etc/apt/sources.list.d/d-apt.listâ saved [85/85]
android@android:/$ sudo apt-get update && sudo apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring
Hit:1 http://np.archive.ubuntu.com/ubuntu artful InRelease
Hit:2 http://np.archive.ubuntu.com/ubuntu artful-updates InRelease
Hit:3 http://np.archive.ubuntu.com/ubuntu artful-backports InRelease
Ign:4 http://dl.google.com/linux/chrome/deb stable InRelease
Get:5 http://security.ubuntu.com/ubuntu artful-security InRelease [78.6 kB]
Hit:6 http://ppa.launchpad.net/christian-boxdoerfer/fsearch-daily/ubuntu artful InRelease
Ign:7 http://download.opensuse.org/repositories/home:/manuelschneid3r/xUbuntu_17.10 InRelease
Hit:8 http://dl.google.com/linux/chrome/deb stable Release
Get:9 http://download.opensuse.org/repositories/home:/manuelschneid3r/xUbuntu_17.10 Release [1,014 B]
Get:10 http://master.dl.sourceforge.net/project/d-apt d-apt InRelease [4,878 B]
Hit:11 http://ppa.launchpad.net/haraldhv/shotcut/ubuntu artful InRelease
Err:10 http://master.dl.sourceforge.net/project/d-apt d-apt InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EBCF975E5BA24D5E
Hit:14 http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu artful InRelease
Hit:15 http://ppa.launchpad.net/libreoffice/ppa/ubuntu artful InRelease
Hit:16 http://ppa.launchpad.net/system76/pop/ubuntu artful InRelease
Reading package lists... Done
W: GPG error: http://master.dl.sourceforge.net/project/d-apt d-apt InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EBCF975E5BA24D5E
E: The repository 'http://master.dl.sourceforge.net/project/d-apt d-apt InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
software-installation 17.10
This question already has an answer here:
How do I fix the GPG error âNO_PUBKEYâ?
11 answers
According to https://dlang.org/download.html

$ sudo wget http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list
--2018-03-18 21:39:27-- http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list
Resolving master.dl.sourceforge.net (master.dl.sourceforge.net)... 216.105.38.12
Connecting to master.dl.sourceforge.net (master.dl.sourceforge.net)|216.105.38.12|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 85 [application/octet-stream]
Saving to: âÂÂ/etc/apt/sources.list.d/d-apt.listâÂÂ
/etc/apt/sources.list.d/ 100%[==================================>] 85 --.-KB/s in 0s
2018-03-18 21:39:28 (4.05 MB/s) - âÂÂ/etc/apt/sources.list.d/d-apt.listâ saved [85/85]
android@android:/$ sudo apt-get update && sudo apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring
Hit:1 http://np.archive.ubuntu.com/ubuntu artful InRelease
Hit:2 http://np.archive.ubuntu.com/ubuntu artful-updates InRelease
Hit:3 http://np.archive.ubuntu.com/ubuntu artful-backports InRelease
Ign:4 http://dl.google.com/linux/chrome/deb stable InRelease
Get:5 http://security.ubuntu.com/ubuntu artful-security InRelease [78.6 kB]
Hit:6 http://ppa.launchpad.net/christian-boxdoerfer/fsearch-daily/ubuntu artful InRelease
Ign:7 http://download.opensuse.org/repositories/home:/manuelschneid3r/xUbuntu_17.10 InRelease
Hit:8 http://dl.google.com/linux/chrome/deb stable Release
Get:9 http://download.opensuse.org/repositories/home:/manuelschneid3r/xUbuntu_17.10 Release [1,014 B]
Get:10 http://master.dl.sourceforge.net/project/d-apt d-apt InRelease [4,878 B]
Hit:11 http://ppa.launchpad.net/haraldhv/shotcut/ubuntu artful InRelease
Err:10 http://master.dl.sourceforge.net/project/d-apt d-apt InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EBCF975E5BA24D5E
Hit:14 http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu artful InRelease
Hit:15 http://ppa.launchpad.net/libreoffice/ppa/ubuntu artful InRelease
Hit:16 http://ppa.launchpad.net/system76/pop/ubuntu artful InRelease
Reading package lists... Done
W: GPG error: http://master.dl.sourceforge.net/project/d-apt d-apt InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EBCF975E5BA24D5E
E: The repository 'http://master.dl.sourceforge.net/project/d-apt d-apt InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
This question already has an answer here:
How do I fix the GPG error âNO_PUBKEYâ?
11 answers
software-installation 17.10
software-installation 17.10
edited Mar 21 at 16:10
Zanna
48.1k13120228
48.1k13120228
asked Mar 18 at 15:57
nazar2sfive
85152046
85152046
marked as duplicate by karel, pomsky, Eric Carvalho, Fabby, Zanna Mar 21 at 16:10
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by karel, pomsky, Eric Carvalho, Fabby, Zanna Mar 21 at 16:10
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
Did you runsudo apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring?
â N0rbert
Mar 18 at 16:04
add a comment |Â
Did you runsudo apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring?
â N0rbert
Mar 18 at 16:04
Did you run
sudo apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring?â N0rbert
Mar 18 at 16:04
Did you run
sudo apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring?â N0rbert
Mar 18 at 16:04
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
I just needed to run
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EBCF975E5BA24D5E
Please use the edit link on your question to add additional information. The Post Answer button should be used only for complete answers to the question. - From Review
â Martin Thornton
Mar 18 at 21:49
1
@MartinThornton This is a complete answer. To prove it, please read all the comments under the question.
â karel
Mar 18 at 23:52
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
I just needed to run
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EBCF975E5BA24D5E
Please use the edit link on your question to add additional information. The Post Answer button should be used only for complete answers to the question. - From Review
â Martin Thornton
Mar 18 at 21:49
1
@MartinThornton This is a complete answer. To prove it, please read all the comments under the question.
â karel
Mar 18 at 23:52
add a comment |Â
up vote
1
down vote
I just needed to run
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EBCF975E5BA24D5E
Please use the edit link on your question to add additional information. The Post Answer button should be used only for complete answers to the question. - From Review
â Martin Thornton
Mar 18 at 21:49
1
@MartinThornton This is a complete answer. To prove it, please read all the comments under the question.
â karel
Mar 18 at 23:52
add a comment |Â
up vote
1
down vote
up vote
1
down vote
I just needed to run
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EBCF975E5BA24D5E
I just needed to run
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EBCF975E5BA24D5E
edited Mar 21 at 16:10
Zanna
48.1k13120228
48.1k13120228
answered Mar 18 at 17:17
nazar2sfive
85152046
85152046
Please use the edit link on your question to add additional information. The Post Answer button should be used only for complete answers to the question. - From Review
â Martin Thornton
Mar 18 at 21:49
1
@MartinThornton This is a complete answer. To prove it, please read all the comments under the question.
â karel
Mar 18 at 23:52
add a comment |Â
Please use the edit link on your question to add additional information. The Post Answer button should be used only for complete answers to the question. - From Review
â Martin Thornton
Mar 18 at 21:49
1
@MartinThornton This is a complete answer. To prove it, please read all the comments under the question.
â karel
Mar 18 at 23:52
Please use the edit link on your question to add additional information. The Post Answer button should be used only for complete answers to the question. - From Review
â Martin Thornton
Mar 18 at 21:49
Please use the edit link on your question to add additional information. The Post Answer button should be used only for complete answers to the question. - From Review
â Martin Thornton
Mar 18 at 21:49
1
1
@MartinThornton This is a complete answer. To prove it, please read all the comments under the question.
â karel
Mar 18 at 23:52
@MartinThornton This is a complete answer. To prove it, please read all the comments under the question.
â karel
Mar 18 at 23:52
add a comment |Â
Did you run
sudo apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring?â N0rbert
Mar 18 at 16:04