<?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 Install Java JDK 21 on Debian 12	</title>
	<atom:link href="https://www.tecmint.com/install-java-on-debian-12/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-java-on-debian-12/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 15 Sep 2025 18:43:59 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Tillmann		</title>
		<link>https://www.tecmint.com/install-java-on-debian-12/comment-page-1/#comment-2342579</link>

		<dc:creator><![CDATA[Tillmann]]></dc:creator>
		<pubDate>Mon, 15 Sep 2025 18:43:59 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33844#comment-2342579</guid>

					<description><![CDATA[Thank you James, this was very helpful!]]></description>
			<content:encoded><![CDATA[<p>Thank you James, this was very helpful!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: james		</title>
		<link>https://www.tecmint.com/install-java-on-debian-12/comment-page-1/#comment-2248932</link>

		<dc:creator><![CDATA[james]]></dc:creator>
		<pubDate>Wed, 04 Dec 2024 21:22:38 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33844#comment-2248932</guid>

					<description><![CDATA[Nice one, it saved me some time]]></description>
			<content:encoded><![CDATA[<p>Nice one, it saved me some time</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-java-on-debian-12/comment-page-1/#comment-1331662</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 04 May 2020 05:59:36 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33844#comment-1331662</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-java-on-debian-12/comment-page-1/#comment-1331424&quot;&gt;Anton&lt;/a&gt;.

@Anton,

Corrected the command in the article, as pointed by you.

Yes, no need for &lt;code&gt;sudo&lt;/code&gt; in front of echo...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-java-on-debian-12/comment-page-1/#comment-1331424">Anton</a>.</p>
<p>@Anton,</p>
<p>Corrected the command in the article, as pointed by you.</p>
<p>Yes, no need for <code>sudo</code> in front of echo&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anton		</title>
		<link>https://www.tecmint.com/install-java-on-debian-12/comment-page-1/#comment-1331424</link>

		<dc:creator><![CDATA[Anton]]></dc:creator>
		<pubDate>Sat, 02 May 2020 19:55:59 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33844#comment-1331424</guid>

					<description><![CDATA[You forget a &lt;code&gt;/&lt;/code&gt; here, it must be &lt;code&gt;/etc&lt;/code&gt;.
$ echo &quot;deb http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic main&quot; &#124; sudo tee etc/apt/sources.list.d/linuxuprising-java.list
&lt;/pre&gt;
The correct command is:
&lt;pre&gt;
$ echo &quot;deb http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic main&quot; &#124; sudo tee /etc/apt/sources.list.d/linuxuprising-java.list
&lt;/pre&gt;
and it needs a sudo in front of the echo?

Do you try the commands before publishing?]]></description>
			<content:encoded><![CDATA[<p>You forget a <code>/</code> here, it must be <code>/etc</code>.<br />
$ echo &#8220;deb <a target="_blank" href="http://ppa.launchpad.net/linuxuprising/java/ubuntu" rel="nofollow ugc">http://ppa.launchpad.net/linuxuprising/java/ubuntu</a> bionic main&#8221; | sudo tee etc/apt/sources.list.d/linuxuprising-java.list</p>
<p>The correct command is:</p>
<pre>
$ echo "deb http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic main" | sudo tee /etc/apt/sources.list.d/linuxuprising-java.list
</pre>
<p>and it needs a sudo in front of the echo?</p>
<p>Do you try the commands before publishing?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
