<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Debian &#8211; Zhijun Chen</title>
	<atom:link href="https://zhijunchen.com/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>https://zhijunchen.com</link>
	<description></description>
	<lastBuildDate>Fri, 07 Jun 2024 06:32:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.4</generator>

<image>
	<url>https://zhijunchen.com/wp-content/uploads/2021/03/cropped-my-site-icon-1-32x32.png</url>
	<title>Debian &#8211; Zhijun Chen</title>
	<link>https://zhijunchen.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Fix Signature Invalid Issue from packages.sury.org</title>
		<link>https://zhijunchen.com/fix-signature-invalid-issue-from-packages-sury-org/</link>
		
		<dc:creator><![CDATA[Zhijun Chen]]></dc:creator>
		<pubDate>Thu, 01 Apr 2021 09:23:01 +0000</pubDate>
				<category><![CDATA[Tech Issues]]></category>
		<category><![CDATA[Debian]]></category>
		<guid isPermaLink="false">https://zhijunchen.com/?p=71</guid>

					<description><![CDATA[I came across signature invalid error when trying to update Debian packages from packages.sury.org. It turned out to be a known expired key issue occurred recently. The following commands should fix it.]]></description>
										<content:encoded><![CDATA[
<p>I came across the following error when trying to update Debian packages.</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash">*********@*******:~$ sudo apt-get update
...
Err:11 https://packages.sury.org/php stretch InRelease
  The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key &lt;deb@sury.org&gt;
Get:15 https://packages.cloud.google.com/apt cloud-sdk/main amd64 Packages [154 kB]
Fetched 161 kB in 1s (134 kB/s)   
Reading package lists... Done
W: An error occurred during the signature verification. The repository is not updated and the previous index files 
will be used. GPG error: https://packages.sury.org/php stretch InRelease: The following signatures were invalid: EX
PKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key &lt;deb@sury.org&gt;
W: Failed to fetch https://packages.sury.org/php/dists/stretch/InRelease  The following signatures were invalid: EX
PKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key &lt;deb@sury.org&gt;
W: Some index files failed to download. They have been ignored, or old ones used instead.</code></pre>



<p>It turned out to be a <a rel="noreferrer noopener" href="https://github.com/oerdnj/deb.sury.org/issues/1575" target="_blank">known expired key issue</a> occurred recently. The following commands should fix it.</p>



<pre class="wp-block-code"><code lang="bash" class="language-bash">sudo apt-key del B188E2B695BD4743
sudo wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg</code></pre>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
