<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[apt upgrade question]]></title><description><![CDATA[<p dir="auto">what is the difference in <code>dist-upgrade</code> and <code>full-upgrade</code> when it comes to updating a Pi.<br />
I can ask some obscure question about a Pi, totally unrelated to updating a Pi and I will get multiple hits on Google.<br />
For example I recently did a Google search on how to format the date and time.<br />
The question is irrelevant.<br />
But every answer will start with:</p>
<ol>
<li>First update your Pi with the following commands.<br />
<code>sudo apt update</code><br />
<code>sudo apt full-upgrade</code><br />
OR<br />
<code>sudo apt dist-upgrade</code></li>
</ol>
]]></description><link>https://forum.magicmirror.builders/topic/17932/apt-upgrade-question</link><generator>RSS for Node</generator><lastBuildDate>Sat, 09 May 2026 18:15:07 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17932.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 03 Aug 2023 02:15:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to apt upgrade question on Thu, 03 Aug 2023 05:34:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ankonaskiff17" aria-label="Profile: ankonaskiff17">@<bdi>ankonaskiff17</bdi></a> Hi,</p>
<p dir="auto">it’s basically the same but not exactly…</p>
<ul>
<li><code>apt full-upgrade</code> upgrades all packages and removes old versions of the packages</li>
<li><code>apt dist-upgrade</code> upgrades all packages and removes old versions but it tries to figure out which upgrade is more “worthful” if there are occur conflicts cause of the upgrades</li>
<li><code>apt update</code> updates the locally saved list of available packages by downloading the current package list of all configured repositories</li>
<li><code>apt</code> is the new replacement command of <code>apt-get</code></li>
</ul>
]]></description><link>https://forum.magicmirror.builders/post/110475</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/110475</guid><dc:creator><![CDATA[wishmaster270]]></dc:creator><pubDate>Thu, 03 Aug 2023 05:34:14 GMT</pubDate></item></channel></rss>