- 3,708,580 Users
- 2,241,084 Discussions
- 7,840,459 Comments
Forum Stats
Discussions
Categories
- 22 Industry Applications
- 3.2K Intelligent Advisor
- 4 Insurance
- 739 On-Premises Infrastructure
- 249 Analytics Software
- 21 Application Development Software
- 1.7K Cloud Platform
- 700.4K Database Software
- 17.4K Enterprise Manager
- 4 Hardware
- 104 Infrastructure Software
- 69 Integration
- 45 Security Software
Dyn Updater for Linux Breaks Apt

Getting the Dep Package from the Dyn Website installs easily and works well, however,
After installing, apt and apt-get are broken because of the bad signature on the package. When trying to use them:
"W: GPG error: http://cdn.dyn.com/dynupdater/debian stable/ Release: The following signatures were invalid: CE739DA31CC6A6AF2DABB450C0943F422A34BCA6
E: The repository 'http://cdn.dyn.com/dynupdater/debian stable/ Release' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default."
How does one work around this, in addition to getting Dyn to update their signature?
Tagged:
1
Answers
OK - temporary workaround - you will still get an error, but updates, etc. will work:
Change the line in the file: /etc/apt/sources.list.d/dynupdater.list
From:
deb http://cdn.dyn.com/dynupdater/debian stable/
To:
deb [trusted=yes] http://cdn.dyn.com/dynupdater/debian stable/
Hi @7a389f90-9522-4e09-b6f9-c91eb888bab1, glad you were able to find a work around. And thank you for sharing this. I will pass it along to our updater team. Were there any other error codes/similar thrown at you when this is/was happening?
Mike
Oracle + Dyn
A potential workaround in the meantime may be to attempt the download using curl instead (as below).
curl http://cdn.dyn.com/dynupdater/dynupdater_<32/64file>.deb -o <output.file.name>
Please let me know if this works out.
@"@Michael.R.Taylor-Oracle"
I am getting an error too but it says:
I’m running Dyn Updater v5.5.0 on Debian 10.3 ((Buster). The work around, above, does help but please advise me on what I need to do to fix it. Thank you!