<?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 MongoDB in Ubuntu 22.04/20.04	</title>
	<atom:link href="https://www.ubuntumint.com/install-mongodb-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ubuntumint.com/install-mongodb-ubuntu/</link>
	<description>UbuntuMint - Everything About Ubuntu Linux</description>
	<lastBuildDate>Mon, 24 Jul 2023 08:44:49 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.ubuntumint.com/install-mongodb-ubuntu/#comment-11303</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 31 May 2022 06:17:41 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=3749#comment-11303</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ubuntumint.com/install-mongodb-ubuntu/#comment-11293&quot;&gt;Veni Georgiev&lt;/a&gt;.

@Veni,

Thanks for the tip...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ubuntumint.com/install-mongodb-ubuntu/#comment-11293">Veni Georgiev</a>.</p>
<p>@Veni,</p>
<p>Thanks for the tip&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Veni Georgiev		</title>
		<link>https://www.ubuntumint.com/install-mongodb-ubuntu/#comment-11293</link>

		<dc:creator><![CDATA[Veni Georgiev]]></dc:creator>
		<pubDate>Mon, 30 May 2022 07:50:01 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=3749#comment-11293</guid>

					<description><![CDATA[A little clarification:

After &lt;code&gt;&quot;sudo systemctl enable mongod&quot;&lt;/code&gt; you have to run &lt;code&gt;&quot;sudo systemctl start mongod&quot;&lt;/code&gt; or &lt;strong&gt;reboot&lt;/strong&gt; the system.]]></description>
			<content:encoded><![CDATA[<p>A little clarification:</p>
<p>After <code>"sudo systemctl enable mongod"</code> you have to run <code>"sudo systemctl start mongod"</code> or <strong>reboot</strong> the system.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Prasad A		</title>
		<link>https://www.ubuntumint.com/install-mongodb-ubuntu/#comment-10693</link>

		<dc:creator><![CDATA[Prasad A]]></dc:creator>
		<pubDate>Tue, 10 May 2022 10:53:53 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=3749#comment-10693</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ubuntumint.com/install-mongodb-ubuntu/#comment-9929&quot;&gt;Amr Abdallah&lt;/a&gt;.

This worked like a charm, Thank you bro...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ubuntumint.com/install-mongodb-ubuntu/#comment-9929">Amr Abdallah</a>.</p>
<p>This worked like a charm, Thank you bro&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: gurudev		</title>
		<link>https://www.ubuntumint.com/install-mongodb-ubuntu/#comment-10675</link>

		<dc:creator><![CDATA[gurudev]]></dc:creator>
		<pubDate>Mon, 09 May 2022 15:45:28 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=3749#comment-10675</guid>

					<description><![CDATA[I am unsure of the consequences of installing libssl1.1 alongside libssl3. As a workaround, I am using &lt;strong&gt;mongodb&lt;/strong&gt; from a docker container instead. I hope that the official support for 22.04 is not so far away though.]]></description>
			<content:encoded><![CDATA[<p>I am unsure of the consequences of installing libssl1.1 alongside libssl3. As a workaround, I am using <strong>mongodb</strong> from a docker container instead. I hope that the official support for 22.04 is not so far away though.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.ubuntumint.com/install-mongodb-ubuntu/#comment-10656</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 09 May 2022 05:00:37 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=3749#comment-10656</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ubuntumint.com/install-mongodb-ubuntu/#comment-10592&quot;&gt;Yoandry&lt;/a&gt;.

@Yoandry,

Just install libssl1.1 using the following commands to fix the issue...
&lt;pre&gt;
$ echo &quot;deb http://security.ubuntu.com/ubuntu impish-security main&quot; &#124; sudo tee /etc/apt/sources.list.d/impish-security.list
$ sudo apt-get update
$ sudo apt-get install libssl1.1
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ubuntumint.com/install-mongodb-ubuntu/#comment-10592">Yoandry</a>.</p>
<p>@Yoandry,</p>
<p>Just install libssl1.1 using the following commands to fix the issue&#8230;</p>
<pre>
$ echo "deb http://security.ubuntu.com/ubuntu impish-security main" | sudo tee /etc/apt/sources.list.d/impish-security.list
$ sudo apt-get update
$ sudo apt-get install libssl1.1
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yoandry		</title>
		<link>https://www.ubuntumint.com/install-mongodb-ubuntu/#comment-10592</link>

		<dc:creator><![CDATA[Yoandry]]></dc:creator>
		<pubDate>Sat, 07 May 2022 17:37:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=3749#comment-10592</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ubuntumint.com/install-mongodb-ubuntu/#comment-9117&quot;&gt;gurudev&lt;/a&gt;.

MongoDB still does not have support for 22.04, as you can see the official response on this forum,
https://www.mongodb.com/community/forums/t/installing-mongodb-over-ubuntu-22-04/159931/1]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ubuntumint.com/install-mongodb-ubuntu/#comment-9117">gurudev</a>.</p>
<p>MongoDB still does not have support for 22.04, as you can see the official response on this forum,<br />
<a href="https://www.mongodb.com/community/forums/t/installing-mongodb-over-ubuntu-22-04/159931/1" rel="nofollow ugc">https://www.mongodb.com/community/forums/t/installing-mongodb-over-ubuntu-22-04/159931/1</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sidar		</title>
		<link>https://www.ubuntumint.com/install-mongodb-ubuntu/#comment-10539</link>

		<dc:creator><![CDATA[sidar]]></dc:creator>
		<pubDate>Fri, 06 May 2022 18:47:25 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=3749#comment-10539</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ubuntumint.com/install-mongodb-ubuntu/#comment-9117&quot;&gt;gurudev&lt;/a&gt;.

&lt;pre&gt;
$ echo &quot;deb http://security.ubuntu.com/ubuntu impish-security main&quot; &#124; sudo tee /etc/apt/sources.list.d/impish-security.list
$ sudo apt-get update
$ sudo apt-get install libssl1.1
&lt;/pre&gt;
That worked for me...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ubuntumint.com/install-mongodb-ubuntu/#comment-9117">gurudev</a>.</p>
<pre>
$ echo "deb http://security.ubuntu.com/ubuntu impish-security main" | sudo tee /etc/apt/sources.list.d/impish-security.list
$ sudo apt-get update
$ sudo apt-get install libssl1.1
</pre>
<p>That worked for me&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: halman		</title>
		<link>https://www.ubuntumint.com/install-mongodb-ubuntu/#comment-10537</link>

		<dc:creator><![CDATA[halman]]></dc:creator>
		<pubDate>Fri, 06 May 2022 18:23:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=3749#comment-10537</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ubuntumint.com/install-mongodb-ubuntu/#comment-9117&quot;&gt;gurudev&lt;/a&gt;.

I got also same error:/]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ubuntumint.com/install-mongodb-ubuntu/#comment-9117">gurudev</a>.</p>
<p>I got also same error:/</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Amr Abdallah		</title>
		<link>https://www.ubuntumint.com/install-mongodb-ubuntu/#comment-9929</link>

		<dc:creator><![CDATA[Amr Abdallah]]></dc:creator>
		<pubDate>Fri, 29 Apr 2022 09:22:34 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=3749#comment-9929</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ubuntumint.com/install-mongodb-ubuntu/#comment-9117&quot;&gt;gurudev&lt;/a&gt;.

&lt;pre&gt;
$ echo &quot;deb http://security.ubuntu.com/ubuntu impish-security main&quot; &#124; sudo tee /etc/apt/sources.list.d/impish-security.list
$ sudo apt-get update
$ sudo apt-get install libssl1.1
&lt;/pre&gt;
Just run the above commands to fix the error...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ubuntumint.com/install-mongodb-ubuntu/#comment-9117">gurudev</a>.</p>
<pre>
$ echo "deb http://security.ubuntu.com/ubuntu impish-security main" | sudo tee /etc/apt/sources.list.d/impish-security.list
$ sudo apt-get update
$ sudo apt-get install libssl1.1
</pre>
<p>Just run the above commands to fix the error&#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
