<?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 Webmin on Ubuntu 20.04	</title>
	<atom:link href="https://www.tecmint.com/install-webmin-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-webmin-on-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 28 Dec 2022 15:00:26 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Soka Zimba		</title>
		<link>https://www.tecmint.com/install-webmin-on-ubuntu/comment-page-1/#comment-1938054</link>

		<dc:creator><![CDATA[Soka Zimba]]></dc:creator>
		<pubDate>Wed, 28 Dec 2022 15:00:26 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41342#comment-1938054</guid>

					<description><![CDATA[Very helpful tutorial on setting up &lt;strong&gt;Webmin&lt;/strong&gt; system administration management panel on Ubuntu Linux.]]></description>
			<content:encoded><![CDATA[<p>Very helpful tutorial on setting up <strong>Webmin</strong> system administration management panel on Ubuntu Linux.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-webmin-on-ubuntu/comment-page-1/#comment-1650539</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 16 Nov 2021 04:54:31 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41342#comment-1650539</guid>

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

@Orville,

Try the following instructions to install Webmin in Ubuntu.

Open the &lt;strong&gt;/etc/apt/sources.list&lt;/strong&gt; file on your system and add the line :
&lt;pre&gt;
deb https://download.webmin.com/download/repository sarge contrib
&lt;/pre&gt;
Next, install GPG key with which the repository is signed, with the commands :
&lt;pre&gt;
$ cd /root
$ wget https://download.webmin.com/jcameron-key.asc
$ sudo apt-key add jcameron-key.asc
&lt;/pre&gt;
You will now be able to install Webmin with the commands :
&lt;pre&gt;
$ sudo apt-get install apt-transport-https
$ sudo apt-get update
$ sudo apt-get install webmin
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-webmin-on-ubuntu/comment-page-1/#comment-1650433">Orville C</a>.</p>
<p>@Orville,</p>
<p>Try the following instructions to install Webmin in Ubuntu.</p>
<p>Open the <strong>/etc/apt/sources.list</strong> file on your system and add the line :</p>
<pre>
deb https://download.webmin.com/download/repository sarge contrib
</pre>
<p>Next, install GPG key with which the repository is signed, with the commands :</p>
<pre>
$ cd /root
$ wget https://download.webmin.com/jcameron-key.asc
$ sudo apt-key add jcameron-key.asc
</pre>
<p>You will now be able to install Webmin with the commands :</p>
<pre>
$ sudo apt-get install apt-transport-https
$ sudo apt-get update
$ sudo apt-get install webmin
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Orville C		</title>
		<link>https://www.tecmint.com/install-webmin-on-ubuntu/comment-page-1/#comment-1650433</link>

		<dc:creator><![CDATA[Orville C]]></dc:creator>
		<pubDate>Tue, 16 Nov 2021 02:04:50 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41342#comment-1650433</guid>

					<description><![CDATA[&lt;code&gt;$ sudo add-apt-repository &quot;deb [arch=amd64] http://download.webmin.com/download/repository sarge contrib&quot;&lt;/code&gt;
The above command line shows an error: The repository &#039;http://download.webmin.com/download/repository sarge Release&#039; does not have a release file. Updating from such a repository can&#039;t be done securely, and is therefore disabled by default. 

Any ideas?]]></description>
			<content:encoded><![CDATA[<p><code>$ sudo add-apt-repository "deb [arch=amd64] http://download.webmin.com/download/repository sarge contrib"</code><br />
The above command line shows an error: The repository &#8216;http://download.webmin.com/download/repository sarge Release&#8217; does not have a release file. Updating from such a repository can&#8217;t be done securely, and is therefore disabled by default. </p>
<p>Any ideas?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-webmin-on-ubuntu/comment-page-1/#comment-1581434</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 06 Sep 2021 08:45:57 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41342#comment-1581434</guid>

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

@Sokha,

You need to allow access to your LAN network in the Webmin configuration file...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-webmin-on-ubuntu/comment-page-1/#comment-1581418">sokha</a>.</p>
<p>@Sokha,</p>
<p>You need to allow access to your LAN network in the Webmin configuration file&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sokha		</title>
		<link>https://www.tecmint.com/install-webmin-on-ubuntu/comment-page-1/#comment-1581418</link>

		<dc:creator><![CDATA[sokha]]></dc:creator>
		<pubDate>Mon, 06 Sep 2021 07:45:13 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=41342#comment-1581418</guid>

					<description><![CDATA[I follow your tutorial I can run it on my ubuntu server in VMware ESXi but when I run it from another pc on my lan it doesn&#039;t work for me I don&#039;t know why I can&#039;t access all my applications from my ubuntu server with the same network]]></description>
			<content:encoded><![CDATA[<p>I follow your tutorial I can run it on my ubuntu server in VMware ESXi but when I run it from another pc on my lan it doesn&#8217;t work for me I don&#8217;t know why I can&#8217;t access all my applications from my ubuntu server with the same network</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
