<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Running “apt-get update” returns an error “apt-secure(8)”]]></title><description><![CDATA[<pre><code>E: The repository 'http://asi-fs-n.contabo.net/ubuntu cosmic Release' no longer has a Release file.
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.
E: The repository 'http://asi-fs-n.contabo.net/ubuntu cosmic-updates Release' no longer has a Release file.
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.
E: The repository 'http://asi-fs-n.contabo.net/ubuntu cosmic-backports Release' no longer has a Release file.
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.
E: The repository 'http://security.ubuntu.com/ubuntu cosmic-security Release' no longer has a Release file.
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.
Error executing command, exiting

</code></pre>
]]></description><link>https://community.secnto.com//topic/1964/running-apt-get-update-returns-an-error-apt-secure-8</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 22:42:04 GMT</lastBuildDate><atom:link href="https://community.secnto.com//topic/1964.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 24 Jun 2020 14:42:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Running “apt-get update” returns an error “apt-secure(8)” on Wed, 24 Jun 2020 14:45:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zaasmi" aria-label="Profile: zaasmi">@<bdi>zaasmi</bdi></a> said in <a href="/post/5523">Running “apt-get update” returns an error “apt-secure(8)”</a>:</p>
<blockquote>
<p dir="auto">E: The repository ‘<a href="http://asi-fs-n.contabo.net/ubuntu" target="_blank" rel="noopener noreferrer nofollow ugc">http://asi-fs-n.contabo.net/ubuntu</a> cosmic Release’ no longer has a Release file.                                                                                                                                                                            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.                                                                                                                                                                            E: The repository ‘<a href="http://asi-fs-n.contabo.net/ubuntu" target="_blank" rel="noopener noreferrer nofollow ugc">http://asi-fs-n.contabo.net/ubuntu</a> cosmic-updates Release’ no longer has a Release file.                                                                                                                                                                            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.                                                                                                                                                                            E: The repository ‘<a href="http://asi-fs-n.contabo.net/ubuntu" target="_blank" rel="noopener noreferrer nofollow ugc">http://asi-fs-n.contabo.net/ubuntu</a> cosmic-backports Release’ no longer has a Release file.                                                                                                                                                                            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.                                                                                                                                                                            E: The repository ‘<a href="http://security.ubuntu.com/ubuntu" target="_blank" rel="noopener noreferrer nofollow ugc">http://security.ubuntu.com/ubuntu</a> cosmic-security Release’ no longer has a Release file.                                                                                                                                                                            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.                                                                                                                                                                            Error executing command, exiting</p>
</blockquote>
<p dir="auto">Disable in source list error list and runs</p>
<pre><code>sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
</code></pre>
<p dir="auto">For Nodejs Update following command will work!</p>
<pre><code>curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs
</code></pre>
]]></description><link>https://community.secnto.com//post/5524</link><guid isPermaLink="true">https://community.secnto.com//post/5524</guid><dc:creator><![CDATA[cyberian]]></dc:creator><pubDate>Wed, 24 Jun 2020 14:45:13 GMT</pubDate></item></channel></rss>