<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Set Up AnyDesk Remote Desktop on Ubuntu	</title>
	<atom:link href="https://www.tecmint.com/install-anydesk-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-anydesk-on-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 08 Nov 2024 04:01:53 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-anydesk-on-ubuntu/comment-page-1/#comment-2239027</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 08 Nov 2024 04:01:53 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=58598#comment-2239027</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-anydesk-on-ubuntu/comment-page-1/#comment-2238735&quot;&gt;Jean&lt;/a&gt;.

@Jean,

I&#039;ve updated the command as suggested. Thanks for the tip!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-anydesk-on-ubuntu/comment-page-1/#comment-2238735">Jean</a>.</p>
<p>@Jean,</p>
<p>I&#8217;ve updated the command as suggested. Thanks for the tip!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jean		</title>
		<link>https://www.tecmint.com/install-anydesk-on-ubuntu/comment-page-1/#comment-2238735</link>

		<dc:creator><![CDATA[Jean]]></dc:creator>
		<pubDate>Thu, 07 Nov 2024 08:42:47 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=58598#comment-2238735</guid>

					<description><![CDATA[Warning: &lt;code&gt;apt-key&lt;/code&gt; is deprecated. Instead, manage keyring files in &lt;code&gt;trusted.gpg.d&lt;/code&gt; (see &lt;code&gt;apt-key(8)&lt;/code&gt;).

Instead of using the deprecated &lt;code&gt;apt-key&lt;/code&gt; command to add keys, use the updated method. 

Replace:
&lt;pre&gt;
wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY &#124; sudo apt-key add -
&lt;/pre&gt;
with:
&lt;pre&gt;
wget -qO- https://keys.anydesk.com/repos/DEB-GPG-KEY &#124; gpg --dearmor &#124; sudo tee /etc/apt/trusted.gpg.d/anydesk.gpg &#062; /dev/null
&lt;/pre&gt;
This way, if you delete the repository, you can also easily remove the key file.
]]></description>
			<content:encoded><![CDATA[<p>Warning: <code>apt-key</code> is deprecated. Instead, manage keyring files in <code>trusted.gpg.d</code> (see <code>apt-key(8)</code>).</p>
<p>Instead of using the deprecated <code>apt-key</code> command to add keys, use the updated method. </p>
<p>Replace:</p>
<pre>
wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | sudo apt-key add -
</pre>
<p>with:</p>
<pre>
wget -qO- https://keys.anydesk.com/repos/DEB-GPG-KEY | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/anydesk.gpg &gt; /dev/null
</pre>
<p>This way, if you delete the repository, you can also easily remove the key file.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
