<?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 Local Repositories with apt-mirror in Ubuntu	</title>
	<atom:link href="https://www.tecmint.com/setup-local-repositories-in-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/setup-local-repositories-in-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 24 Jul 2025 04:44:34 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/setup-local-repositories-in-ubuntu/comment-page-1/#comment-2328525</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 24 Jul 2025 04:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=6930#comment-2328525</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/setup-local-repositories-in-ubuntu/comment-page-1/#comment-2328226&quot;&gt;MarcDuTonkin&lt;/a&gt;.

@MarcDuTonkin,

You&#039;re absolutely right: running &lt;code&gt;snap refresh&lt;/code&gt; on a machine without internet access will fail, since Snap relies on the &lt;strong&gt;Snap Store&lt;/strong&gt;, which requires a direct internet connection to fetch updates.

Unfortunately, &lt;strong&gt;Snap&lt;/strong&gt; doesn&#039;t support offline or mirror-based updates in the same way that &lt;strong&gt;APT&lt;/strong&gt; does. As of now, there&#039;s no official mechanism for hosting a fully offline Snap mirror repository or for distributing updated Snap packages across an air-gapped/local network.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/setup-local-repositories-in-ubuntu/comment-page-1/#comment-2328226">MarcDuTonkin</a>.</p>
<p>@MarcDuTonkin,</p>
<p>You&#8217;re absolutely right: running <code>snap refresh</code> on a machine without internet access will fail, since Snap relies on the <strong>Snap Store</strong>, which requires a direct internet connection to fetch updates.</p>
<p>Unfortunately, <strong>Snap</strong> doesn&#8217;t support offline or mirror-based updates in the same way that <strong>APT</strong> does. As of now, there&#8217;s no official mechanism for hosting a fully offline Snap mirror repository or for distributing updated Snap packages across an air-gapped/local network.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: MarcDuTonkin		</title>
		<link>https://www.tecmint.com/setup-local-repositories-in-ubuntu/comment-page-1/#comment-2328226</link>

		<dc:creator><![CDATA[MarcDuTonkin]]></dc:creator>
		<pubDate>Wed, 23 Jul 2025 08:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=6930#comment-2328226</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/setup-local-repositories-in-ubuntu/comment-page-1/#comment-2328174&quot;&gt;Ravi Saive&lt;/a&gt;.

Let me clarify my question.

One of the key advantages of setting up a mirror repository is the ability to update a group of machines that do not have internet access. These machines are connected to a local network, and to update them, we use a station that hosts the mirror repository.

This station will first connect to the Internet to update the mirror repository, and then be reconnected to the local network to distribute the updates.

With the command you referenced, the station hosting the mirror will successfully update its own snap packages. But how do we then distribute those updates to the offline machines on the local network?

If we run the &lt;code&gt;snap refresh&lt;/code&gt; command directly on one of those offline machines, it will fail due to the lack of Internet access. So how should the update process be handled in that case?

]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/setup-local-repositories-in-ubuntu/comment-page-1/#comment-2328174">Ravi Saive</a>.</p>
<p>Let me clarify my question.</p>
<p>One of the key advantages of setting up a mirror repository is the ability to update a group of machines that do not have internet access. These machines are connected to a local network, and to update them, we use a station that hosts the mirror repository.</p>
<p>This station will first connect to the Internet to update the mirror repository, and then be reconnected to the local network to distribute the updates.</p>
<p>With the command you referenced, the station hosting the mirror will successfully update its own snap packages. But how do we then distribute those updates to the offline machines on the local network?</p>
<p>If we run the <code>snap refresh</code> command directly on one of those offline machines, it will fail due to the lack of Internet access. So how should the update process be handled in that case?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/setup-local-repositories-in-ubuntu/comment-page-1/#comment-2328174</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 23 Jul 2025 04:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=6930#comment-2328174</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/setup-local-repositories-in-ubuntu/comment-page-1/#comment-2327978&quot;&gt;MARCDuTonkin&lt;/a&gt;.

@Marcdutonkin,

To update all Snap packages on Ubuntu, just run:
&lt;pre&gt;
sudo snap refresh
&lt;/pre&gt;
This command checks for available updates and applies them to all installed Snap packages.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/setup-local-repositories-in-ubuntu/comment-page-1/#comment-2327978">MARCDuTonkin</a>.</p>
<p>@Marcdutonkin,</p>
<p>To update all Snap packages on Ubuntu, just run:</p>
<pre>
sudo snap refresh
</pre>
<p>This command checks for available updates and applies them to all installed Snap packages.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: MARCDuTonkin		</title>
		<link>https://www.tecmint.com/setup-local-repositories-in-ubuntu/comment-page-1/#comment-2327978</link>

		<dc:creator><![CDATA[MARCDuTonkin]]></dc:creator>
		<pubDate>Tue, 22 Jul 2025 10:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=6930#comment-2327978</guid>

					<description><![CDATA[How do you update snap packages?]]></description>
			<content:encoded><![CDATA[<p>How do you update snap packages?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/setup-local-repositories-in-ubuntu/comment-page-1/#comment-2095351</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 27 Oct 2023 05:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=6930#comment-2095351</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/setup-local-repositories-in-ubuntu/comment-page-1/#comment-2095155&quot;&gt;Peter&lt;/a&gt;.

@Peter,

It&#039;s possible that there are no updates available for your system at that time. The system may already have the latest packages installed. 

Sometimes, there might be issues with the repository sources. so make sure that your &lt;strong&gt;/etc/apt/sources.list&lt;/strong&gt; file is correctly configured to point to the appropriate repositories.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/setup-local-repositories-in-ubuntu/comment-page-1/#comment-2095155">Peter</a>.</p>
<p>@Peter,</p>
<p>It&#8217;s possible that there are no updates available for your system at that time. The system may already have the latest packages installed. </p>
<p>Sometimes, there might be issues with the repository sources. so make sure that your <strong>/etc/apt/sources.list</strong> file is correctly configured to point to the appropriate repositories.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
