<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Updates Archives - yourdevice.ch - Deine Anlaufstelle für Linux, OpenSource Software und Co</title>
	<atom:link href="https://yourdevice.ch/tag/updates/feed/" rel="self" type="application/rss+xml" />
	<link>https://yourdevice.ch/tag/updates/</link>
	<description></description>
	<lastBuildDate>Mon, 09 Feb 2026 13:45:41 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://yourdevice.ch/wp-content/uploads/2022/11/cropped-ydlogo-e1667602958877-32x32.png</url>
	<title>Updates Archives - yourdevice.ch - Deine Anlaufstelle für Linux, OpenSource Software und Co</title>
	<link>https://yourdevice.ch/tag/updates/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Debian 12 Bookworm auf Trixie 13 upgraden</title>
		<link>https://yourdevice.ch/debian-12-bookworm-auf-trixie-13-upgraden/</link>
					<comments>https://yourdevice.ch/debian-12-bookworm-auf-trixie-13-upgraden/#respond</comments>
		
		<dc:creator><![CDATA[Mario]]></dc:creator>
		<pubDate>Sat, 07 Feb 2026 08:00:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Distributionen]]></category>
		<category><![CDATA[Systemupdate]]></category>
		<category><![CDATA[Updates]]></category>
		<guid isPermaLink="false">https://yourdevice.ch/?p=19905</guid>

					<description><![CDATA[<p>Im Gegensatz zu Linux Mint oder anderen Distributionen bietet Debian keinen grafischen Upgrader für Major-Version-Updates. Das mag zunächst abschreckend wirken, ist aber kein Problem – mit ein paar Terminal-Befehlen und...</p>
<p>The post <a href="https://yourdevice.ch/debian-12-bookworm-auf-trixie-13-upgraden/">Debian 12 Bookworm auf Trixie 13 upgraden</a> appeared first on <a href="https://yourdevice.ch">yourdevice.ch - Deine Anlaufstelle für Linux, OpenSource Software und Co</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Im Gegensatz zu Linux Mint oder anderen Distributionen bietet Debian keinen grafischen Upgrader für Major-Version-Updates. Das mag zunächst abschreckend wirken, ist aber kein Problem – mit ein paar Terminal-Befehlen und dem Austausch der Repository-Einträge ist das Upgrade schnell erledigt.</p>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="1024" height="576" src="https://yourdevice.ch/wp-content/uploads/2026/02/debian13-1024x576-568039962.jpg" alt="" class="wp-image-19906" srcset="https://yourdevice.ch/wp-content/uploads/2026/02/debian13-1024x576-568039962.jpg 1024w, https://yourdevice.ch/wp-content/uploads/2026/02/debian13-1024x576-568039962-300x169.jpg 300w, https://yourdevice.ch/wp-content/uploads/2026/02/debian13-1024x576-568039962-768x432.jpg 768w, https://yourdevice.ch/wp-content/uploads/2026/02/debian13-1024x576-568039962-500x281.jpg 500w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">Vorbereitung</h2>



<p class="wp-block-paragraph">Bevor ihr startet, macht eine Sicherung eurer wichtigen Daten. Das sollte ohnehin regelmäßig geschehen, aber vor einem Major-Upgrade ist es besonders ratsam.</p>



<p class="wp-block-paragraph">Aktualisiert zunächst das System auf den neuesten Stand von Bookworm:</p>



<pre class="wp-block-code"><code>sudo apt update
sudo apt full-upgrade</code></pre>



<p class="wp-block-paragraph">Nach diesen Befehlen kann es nötig sein, den Rechner neuzustarten – befolgt die Aufforderungen des Systems.</p>



<h2 class="wp-block-heading">Die Repository-Quellen anpassen</h2>



<p class="wp-block-paragraph">Das Herzstück des Upgrades: Ihr müsst alle Verweise auf „<strong>bookworm</strong>" in eurer apt-Quellenliste in „trixie" umwandeln.</p>



<p class="wp-block-paragraph">Öffnet die Datei mit einem Editor eurer Wahl:</p>



<pre class="wp-block-code"><code>sudo nano /etc/apt/sources.list
</code></pre>



<p class="wp-block-paragraph">(Alternativ geht auch <code>sudo vi /etc/apt/sources.list</code> oder ein anderer Editor.)</p>



<p class="wp-block-paragraph">Sucht nach Zeilen, die „<strong>bookworm</strong>" enthalten, und ersetzt diesen Begriff durch „trixie". Typischerweise sieht es vorher so aus:</p>



<pre class="wp-block-code"><code>deb http://deb.debian.org/debian bookworm main contrib non-free-firmware
deb-src http://deb.debian.org/debian bookworm main contrib non-free-firmware
deb http://security.debian.org/debian-security bookworm-security main contrib non-free-firmware
deb-src http://security.debian.org/debian-security bookworm-security main contrib non-free-firmware
</code></pre>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><a href="https://yourdevice.ch/wp-content/uploads/2026/02/debian_bookworm_lists.png"><img decoding="async" width="1024" height="570" src="https://yourdevice.ch/wp-content/uploads/2026/02/debian_bookworm_lists-1024x570.png" alt="" class="wp-image-19907" style="width:750px" srcset="https://yourdevice.ch/wp-content/uploads/2026/02/debian_bookworm_lists-1024x570.png 1024w, https://yourdevice.ch/wp-content/uploads/2026/02/debian_bookworm_lists-300x167.png 300w, https://yourdevice.ch/wp-content/uploads/2026/02/debian_bookworm_lists-768x428.png 768w, https://yourdevice.ch/wp-content/uploads/2026/02/debian_bookworm_lists-1536x856.png 1536w, https://yourdevice.ch/wp-content/uploads/2026/02/debian_bookworm_lists-500x279.png 500w, https://yourdevice.ch/wp-content/uploads/2026/02/debian_bookworm_lists.png 1628w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>
</div>


<p class="wp-block-paragraph">Danach sollte es so aussehen:</p>



<pre class="wp-block-code"><code>deb http://deb.debian.org/debian trixie main contrib non-free-firmware
deb-src http://deb.debian.org/debian trixie main contrib non-free-firmware
deb http://security.debian.org/debian-security trixie-security main contrib non-free-firmware
deb-src http://security.debian.org/debian-security trixie-security main contrib non-free-firmware
</code></pre>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><a href="https://yourdevice.ch/wp-content/uploads/2026/02/debian_trixie_lists.png"><img decoding="async" width="1024" height="570" src="https://yourdevice.ch/wp-content/uploads/2026/02/debian_trixie_lists-1024x570.png" alt="" class="wp-image-19908" style="width:750px" srcset="https://yourdevice.ch/wp-content/uploads/2026/02/debian_trixie_lists-1024x570.png 1024w, https://yourdevice.ch/wp-content/uploads/2026/02/debian_trixie_lists-300x167.png 300w, https://yourdevice.ch/wp-content/uploads/2026/02/debian_trixie_lists-768x428.png 768w, https://yourdevice.ch/wp-content/uploads/2026/02/debian_trixie_lists-1536x856.png 1536w, https://yourdevice.ch/wp-content/uploads/2026/02/debian_trixie_lists-500x279.png 500w, https://yourdevice.ch/wp-content/uploads/2026/02/debian_trixie_lists.png 1628w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>
</div>


<p class="wp-block-paragraph">Speichert die Datei (in nano: Strg+O, Enter, dann Strg+X).</p>



<p class="wp-block-paragraph">Prüft auch, ob weitere sources-Listen vorhanden sind:</p>



<pre class="wp-block-code"><code>ls -la /etc/apt/sources.list.d/</code></pre>



<p class="wp-block-paragraph">Wenn dort .list oder .sources-Dateien sind, müsst ihr auch dort „bookworm" durch „trixie" ersetzen.</p>



<h2 class="wp-block-heading">Das eigentliche Upgrade</h2>



<p class="wp-block-paragraph">Jetzt aktualisiert die Paketlisten:</p>



<pre class="wp-block-code"><code>sudo apt update</code></pre>



<p class="wp-block-paragraph">Führt einen Testlauf durch, um zu sehen, welche Pakete aktualisiert werden:</p>



<pre class="wp-block-code"><code>sudo apt full-upgrade --dry-run</code></pre>



<p class="wp-block-paragraph">Wenn alles gut aussieht, startet das echte Upgrade:</p>



<pre class="wp-block-code"><code>sudo apt full-upgrade</code></pre>



<p class="wp-block-paragraph">Das kann eine Weile dauern. Der Prozess lädt große Mengen an Daten herunter und aktualisiert hunderte von Paketen. Bei Rückfragen des Systems (z.B. zu Konfigurationsdateien) empfiehlt es sich, die Standardoptionen zu wählen, außer ihr habt spezifische Änderungen an Dateien vorgenommen.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><a href="https://yourdevice.ch/wp-content/uploads/2026/02/choose_original_config.png"><img loading="lazy" decoding="async" width="1644" height="1002" src="https://yourdevice.ch/wp-content/uploads/2026/02/choose_original_config.png" alt="" class="wp-image-19909" style="width:750px" srcset="https://yourdevice.ch/wp-content/uploads/2026/02/choose_original_config.png 1644w, https://yourdevice.ch/wp-content/uploads/2026/02/choose_original_config-300x183.png 300w, https://yourdevice.ch/wp-content/uploads/2026/02/choose_original_config-1024x624.png 1024w, https://yourdevice.ch/wp-content/uploads/2026/02/choose_original_config-768x468.png 768w, https://yourdevice.ch/wp-content/uploads/2026/02/choose_original_config-1536x936.png 1536w, https://yourdevice.ch/wp-content/uploads/2026/02/choose_original_config-500x305.png 500w" sizes="auto, (max-width: 1644px) 100vw, 1644px" /></a></figure>
</div>


<p class="wp-block-paragraph">Wählt hier einfach immer <strong>N</strong> (keep your currently-installed version), und bestätigt mit <strong>Enter</strong>.</p>



<h2 class="wp-block-heading">Nach dem Upgrade</h2>



<p class="wp-block-paragraph">Startet den Rechner neu:</p>



<pre class="wp-block-code"><code>sudo reboot</code></pre>



<p class="wp-block-paragraph">Prüft nach dem Start, dass alles lädt:</p>



<pre class="wp-block-code"><code>uname -r</code></pre>



<p class="wp-block-paragraph">Das sollte euch einen Kernel mit „trixie" anzeigen.</p>



<p class="wp-block-paragraph">Bereinigt alte Pakete:</p>



<pre class="wp-block-code"><code>sudo apt autoremove
sudo apt autoclean</code></pre>



<h2 class="wp-block-heading">Troubleshooting: Was kann schiefgehen?</h2>



<p class="wp-block-paragraph"><strong>Paketkonflikte während des Upgrades</strong></p>



<p class="wp-block-paragraph">Manchmal zeigt apt an, dass Pakete nicht installiert werden können, weil Abhängigkeiten fehlen. Versucht in diesem Fall:</p>



<pre class="wp-block-code"><code>sudo apt --fix-broken install</code></pre>



<p class="wp-block-paragraph">Oder wartet mit dem Upgrade auf ein bestimmtes Paket, bis Abhängigkeiten geklärt sind. Das ist selten nötig, kommt aber vor.</p>



<p class="wp-block-paragraph"><strong>„Unmet dependencies" Fehlermeldung</strong></p>



<p class="wp-block-paragraph">Falls apt weigert sich weiterzumachen, versucht:</p>



<pre class="wp-block-code"><code>sudo apt install -f</code></pre>



<p class="wp-block-paragraph">Das versucht, fehlende Abhängigkeiten automatisch zu beheben.</p>



<p class="wp-block-paragraph"><strong>Einzelne Pakete verursachen Probleme</strong></p>



<p class="wp-block-paragraph">In seltenen Fällen kann ein einzelnes Paket das Upgrade blockieren. Ihr könnt es temporär „halten", bis der Rest aktualisiert ist:</p>



<pre class="wp-block-code"><code>sudo apt-mark hold paketname</code></pre>



<p class="wp-block-paragraph">Und später wieder freigeben:</p>



<pre class="wp-block-code"><code>sudo apt-mark unhold paketname</code></pre>



<p class="wp-block-paragraph"><strong>Das System startet nicht nach dem Upgrade</strong></p>



<p class="wp-block-paragraph">Das ist sehr selten. Falls es passiert:</p>



<ul class="wp-block-list">
<li>Startet von einem Debian Live USB</li>



<li>Mounted die Root-Partition</li>



<li>Repariert GRUB mit <code>sudo grub-install /dev/sda</code> (oder eure entsprechende Festplatte)</li>
</ul>



<p class="wp-block-paragraph"><strong>Desktop-Umgebung ist kaputt</strong></p>



<p class="wp-block-paragraph">Falls X11 oder euer Desktop nicht mehr startet, versucht:</p>



<pre class="wp-block-code"><code>sudo apt install --reinstall xserver-xorg</code></pre>



<p class="wp-block-paragraph">Oder, wenn ihr GNOME/KDE nutzt:</p>



<pre class="wp-block-code"><code>sudo apt install --reinstall gnome-shell
# oder
sudo apt install --reinstall kde-full</code></pre>



<h2 class="wp-block-heading">Fazit</h2>



<p class="wp-block-paragraph">Das Upgrade von Bookworm auf Trixie ist ein geradliniger Prozess, wenn ihr die Repositories korrekt austauscht. Mit ein paar Terminal-Befehlen und etwas Geduld ist das System schnell auf dem neuesten Stand. Die fehlende GUI ist kein Hindernis – im Gegenteil: Ihr habt volle Kontrolle über den Prozess und könnt jederzeit sehen, was passiert.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph">Viel Erfolg beim Upgrade!</p>
<p>The post <a href="https://yourdevice.ch/debian-12-bookworm-auf-trixie-13-upgraden/">Debian 12 Bookworm auf Trixie 13 upgraden</a> appeared first on <a href="https://yourdevice.ch">yourdevice.ch - Deine Anlaufstelle für Linux, OpenSource Software und Co</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://yourdevice.ch/debian-12-bookworm-auf-trixie-13-upgraden/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>So upgradet ihr auf Linux Mint 22</title>
		<link>https://yourdevice.ch/so-upgradet-ihr-auf-linux-mint-22/</link>
					<comments>https://yourdevice.ch/so-upgradet-ihr-auf-linux-mint-22/#comments</comments>
		
		<dc:creator><![CDATA[Mario]]></dc:creator>
		<pubDate>Thu, 05 Feb 2026 08:00:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Distributionen]]></category>
		<category><![CDATA[Systemupdate]]></category>
		<category><![CDATA[Updates]]></category>
		<guid isPermaLink="false">https://yourdevice.ch/?p=19873</guid>

					<description><![CDATA[<p>Viele von euch sind wahrscheinlich noch mit Mint 21.3 unterwegs, und trauen sich nicht, ein Systemupgrade durchzuführen. Das Upgrade auf Linux Mint 22 birgt ein paar Stolpersteine, deshalb zeigen wir...</p>
<p>The post <a href="https://yourdevice.ch/so-upgradet-ihr-auf-linux-mint-22/">So upgradet ihr auf Linux Mint 22</a> appeared first on <a href="https://yourdevice.ch">yourdevice.ch - Deine Anlaufstelle für Linux, OpenSource Software und Co</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Viele von euch sind wahrscheinlich noch mit Mint 21.3 unterwegs, und trauen sich nicht, ein Systemupgrade durchzuführen. Das Upgrade auf Linux Mint 22 birgt ein paar Stolpersteine, deshalb zeigen wir euch, wie ihr alles richtig macht.</p>



<p class="wp-block-paragraph">Ihr könnt die entsprechenden Schritte je nach eurer aktuellen Mint-Version und Anforderung befolgen.</p>



<p class="wp-block-paragraph">Der Leitfaden wurde mit den Schritten zum Upgrade auf Linux Mint 22 von Mint 21.3 erstellt. Linux Mint hat ein GUI-Programm zum Upgrade auf die neueste Version.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="1024" height="634" src="https://yourdevice.ch/wp-content/uploads/2026/02/linux_mint_upragde_22_title.jpg" alt="" class="wp-image-19892" srcset="https://yourdevice.ch/wp-content/uploads/2026/02/linux_mint_upragde_22_title.jpg 1024w, https://yourdevice.ch/wp-content/uploads/2026/02/linux_mint_upragde_22_title-300x186.jpg 300w, https://yourdevice.ch/wp-content/uploads/2026/02/linux_mint_upragde_22_title-768x476.jpg 768w, https://yourdevice.ch/wp-content/uploads/2026/02/linux_mint_upragde_22_title-500x310.jpg 500w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p class="wp-block-paragraph">Die gleichen Schritte gelten im übrigen für Benutzer, die von Mint 20.3 auf Mint 21 upgraden möchten (welches bis 2025 unterstützt wird).</p>





<h2 class="wp-block-heading" id="things-to-know-before-you-upgrade-to-linux-mint-22">Das solltet ihr vor dem Upgrade auf Linux Mint 22 wissen</h2>



<p class="wp-block-paragraph">Bevor ihr zu Linux Mint 22 upgraded, solltet ihr Folgendes beachten:</p>



<ul class="wp-block-list">
<li>Benötigt ihr das Upgrade wirklich? Linux Mint 21.x wird noch bis 2027 unterstützt.</li>



<li>Ihr benötigt eine gute Internetverbindung, um Updates von über 1 GB herunterzuladen.</li>



<li>Das Upgrade kann basierend auf eurer Internetgeschwindigkeit einige Stunden dauern. Ihr müsst geduldig sein.</li>



<li>Es ist eine gute Idee, einen Live-USB von Linux Mint 22 zu erstellen und ihn in einer Live-Sitzung auszuprobieren, um zu sehen, ob er mit eurer Hardware kompatibel ist und alles bestens funktioniert. In der Regel wird ältere Hardware mit neueren Mint Versionen noch besser unterstützt.</li>



<li>Obwohl Upgrades meist sicher sind, sind sie nicht immer zu 100% fehlerfrei. Ihr solltet System-Snapshots und angemessene Sicherungen haben.</li>



<li>Ihr könnt nur von Linux Mint 21.3 Cinnamon, Xfce und MATE zu Linux Mint 22 upgraden. Überprüft zuerst eure Linux-Mint-Version. Wenn ihr Linux Mint 21.2 oder 21.1 verwendet, müsst ihr zuerst vom Update Manager auf 21.3 upgraden. Wenn ihr Linux Mint 20 verwendet, rate ich euch, eine Neuinstallation durchzuführen, anstatt auf mehrere Mint-Versionen zu upgraden.</li>
</ul>



<p class="wp-block-paragraph" id="things-to-know-before-you-upgrade-to-linux-mint-22">Sobald ihr wisst, was ihr tun werdet, schauen wir uns an, wie ihr zu Linux Mint 22 upgraded.</p>



<h2 class="wp-block-heading" id="upgrading-to-linux-mint-22-from-213">Upgrade auf Linux Mint 22 von 21.3</h2>



<p class="wp-block-paragraph">Überprüft eure Linux-Mint-Version und stellt sicher, dass ihr Mint 21.3 verwendet.</p>



<pre class="wp-block-code"><code>lsb_release -a</code></pre>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><a href="https://yourdevice.ch/wp-content/uploads/2026/02/mint_release.png"><img loading="lazy" decoding="async" width="962" height="309" src="https://yourdevice.ch/wp-content/uploads/2026/02/mint_release.png" alt="" class="wp-image-19875" style="width:750px" srcset="https://yourdevice.ch/wp-content/uploads/2026/02/mint_release.png 962w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_release-300x96.png 300w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_release-768x247.png 768w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_release-500x161.png 500w" sizes="auto, (max-width: 962px) 100vw, 962px" /></a></figure>
</div>


<p class="wp-block-paragraph">Ihr könnt nicht von Mint 21.1 oder 21.2 zu Mint 22 upgraden. Stellt sicher, dass ihr das System <strong>auf Mint 21.3 aktualisiert habt</strong>, bevor ihr euch an das Upgrade macht.</p>



<h3 class="wp-block-heading">Schritt 1: Aktualisiert euer System durch Installation aller verfügbaren Updates</h3>



<p class="wp-block-paragraph">Startet als erstes den Update Manager mit Menu → sucht nach <strong>Update</strong> → geht auf die <strong>Aktualisierungsverwaltung</strong>.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><a href="https://yourdevice.ch/wp-content/uploads/2026/02/mint_aktualisierungsverwaltung.png"><img loading="lazy" decoding="async" width="862" height="572" src="https://yourdevice.ch/wp-content/uploads/2026/02/mint_aktualisierungsverwaltung.png" alt="" class="wp-image-19876" style="width:750px" srcset="https://yourdevice.ch/wp-content/uploads/2026/02/mint_aktualisierungsverwaltung.png 862w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_aktualisierungsverwaltung-300x199.png 300w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_aktualisierungsverwaltung-768x510.png 768w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_aktualisierungsverwaltung-500x332.png 500w" sizes="auto, (max-width: 862px) 100vw, 862px" /></a></figure>
</div>


<p class="wp-block-paragraph">Überprüft, ob Package-Updates verfügbar sind. Wenn ja, installiert zuerst alle Software-Updates.</p>



<p class="wp-block-paragraph">Die Meldung „<strong>Euer System ist aktuell</strong>" wird im Software-Manager angezeigt.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><a href="https://yourdevice.ch/wp-content/uploads/2026/02/mint_alles_uptodate.png"><img loading="lazy" decoding="async" width="752" height="593" src="https://yourdevice.ch/wp-content/uploads/2026/02/mint_alles_uptodate.png" alt="" class="wp-image-19877" style="width:750px" srcset="https://yourdevice.ch/wp-content/uploads/2026/02/mint_alles_uptodate.png 752w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_alles_uptodate-300x237.png 300w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_alles_uptodate-500x394.png 500w" sizes="auto, (max-width: 752px) 100vw, 752px" /></a></figure>
</div>


<p class="wp-block-paragraph">Ihr könnt auch diesen Befehl im Terminal für diesen Schritt verwenden:</p>



<pre class="wp-block-code"><code>sudo apt update &amp;&amp; sudo apt upgrade -y</code></pre>



<p class="wp-block-paragraph">Führt auf jeden Fall ein Neustart des System durchs sobald ihr alles geupdated habt.</p>



<h3 class="wp-block-heading" id="step-2-make-a-backup-of-your-files-on-an-external-disk-optional-yet-recommended">Schritt 2: Erstellt eine Sicherung eurer Dateien auf einer externen Festplatte (Optional, aber empfohlen)</h3>



<p class="wp-block-paragraph"><a href="https://yourdevice.ch/systemwiederherstellung-unter-linux-mit-timeshift/" type="post" id="11695">Timeshift</a> ist ein gutes Programm zum Erstellen von System-Snapshots, aber es ist nicht das unkomplizierteste Programm für eure Dokumente, Bilder und andere persönliche Dateien, wenn man mal schnell ein Backup durchführen will. Ich rate euch, eine Timeshift Sicherung, oder eine manuelle Sicherung auf einer externen Festplatte zu erstellen. Dies dient einfach der Datensicherheit.</p>



<p class="wp-block-paragraph">Wenn ich sage, eine Sicherung auf einer externen Festplatte zu erstellen, meine ich einfach, eure Ordner Bilder, Dokumente, Downloads und Videos auf einen externen USB-Stick zu kopieren und einzufügen.</p>



<p class="wp-block-paragraph" id="step-2-make-a-backup-of-your-files-on-an-external-disk-optional-yet-recommended">Wenn ihr keine Festplatte dieser Größe habt, kopiert zumindest die wichtigsten Dateien, auf die ihr nicht verzichten könnt.</p>



<h3 class="wp-block-heading">Schritt 3: Installiert das Upgrade-Programm</h3>



<p class="wp-block-paragraph">Jetzt, da euer System aktualisiert ist, seid ihr bereit, zu Linux Mint 22 zu upgraden. Das Linux-Mint-Team stellt ein GUI-Programm namens <code>mintupgrade</code> zum Upgrade von Linux Mint 21.3 auf Linux Mint 22 zur Verfügung.</p>



<p class="wp-block-paragraph">Ihr könnt dieses Programm mit dem folgenden Befehl installieren:</p>



<pre class="wp-block-code"><code>sudo apt install mintupgrade</code></pre>



<h3 class="wp-block-heading">Schritt 4: Startet das GUI-Programm vom Terminal</h3>



<p class="wp-block-paragraph">Ihr könnt das neue GUI-Programm nicht im App-Menü aufgelistet finden. Zum Starten müsst ihr den folgenden Befehl im Terminal eingeben:</p>



<pre class="wp-block-code"><code>sudo mintupgrade</code></pre>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><a href="https://yourdevice.ch/wp-content/uploads/2026/02/install_and_run_mintupragde.png"><img loading="lazy" decoding="async" width="1096" height="764" src="https://yourdevice.ch/wp-content/uploads/2026/02/install_and_run_mintupragde.png" alt="" class="wp-image-19879" style="width:750px" srcset="https://yourdevice.ch/wp-content/uploads/2026/02/install_and_run_mintupragde.png 1096w, https://yourdevice.ch/wp-content/uploads/2026/02/install_and_run_mintupragde-300x209.png 300w, https://yourdevice.ch/wp-content/uploads/2026/02/install_and_run_mintupragde-1024x714.png 1024w, https://yourdevice.ch/wp-content/uploads/2026/02/install_and_run_mintupragde-768x535.png 768w, https://yourdevice.ch/wp-content/uploads/2026/02/install_and_run_mintupragde-500x349.png 500w" sizes="auto, (max-width: 1096px) 100vw, 1096px" /></a></figure>
</div>


<p class="wp-block-paragraph">Dieses einfache, aber umfassende Programm führt euch durch den Upgrade-Prozess.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><a href="https://yourdevice.ch/wp-content/uploads/2026/02/start_mintupgrade.png"><img loading="lazy" decoding="async" width="1024" height="612" src="https://yourdevice.ch/wp-content/uploads/2026/02/start_mintupgrade-1024x612.png" alt="" class="wp-image-19880" style="width:750px" srcset="https://yourdevice.ch/wp-content/uploads/2026/02/start_mintupgrade-1024x612.png 1024w, https://yourdevice.ch/wp-content/uploads/2026/02/start_mintupgrade-300x179.png 300w, https://yourdevice.ch/wp-content/uploads/2026/02/start_mintupgrade-768x459.png 768w, https://yourdevice.ch/wp-content/uploads/2026/02/start_mintupgrade-500x299.png 500w, https://yourdevice.ch/wp-content/uploads/2026/02/start_mintupgrade.png 1064w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>
</div>


<p class="wp-block-paragraph">Es wird euch fragen, ob es eine Reihe von Tests durchführen darf, um euren Computer auf ein Upgrade vorzubereiten.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><a href="https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_prechecks.png"><img loading="lazy" decoding="async" width="1024" height="606" src="https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_prechecks-1024x606.png" alt="" class="wp-image-19881" style="width:750px" srcset="https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_prechecks-1024x606.png 1024w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_prechecks-300x178.png 300w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_prechecks-768x455.png 768w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_prechecks-500x296.png 500w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_prechecks.png 1066w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>
</div>


<p class="wp-block-paragraph">Eine Reihe von Tests wird durchgeführt, um den Computer auf das Upgrade vorzubereiten.</p>



<p class="wp-block-paragraph">Nach diesen Anfangstests werden euch Timeshift-Sicherungen angefordert. Wenn ihr bereits eine Sicherung erstellt habt, seid ihr bereit.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><a href="https://yourdevice.ch/wp-content/uploads/2026/02/mint_timeshift_requirement.png"><img loading="lazy" decoding="async" width="1024" height="606" src="https://yourdevice.ch/wp-content/uploads/2026/02/mint_timeshift_requirement-1024x606.png" alt="" class="wp-image-19882" style="width:750px" srcset="https://yourdevice.ch/wp-content/uploads/2026/02/mint_timeshift_requirement-1024x606.png 1024w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_timeshift_requirement-300x178.png 300w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_timeshift_requirement-768x455.png 768w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_timeshift_requirement-500x296.png 500w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_timeshift_requirement.png 1066w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>
</div>


<p class="wp-block-paragraph">Klickt auf Beheben, um ein aktuelles <a href="https://yourdevice.ch/systemwiederherstellung-unter-linux-mit-timeshift/" type="post" id="11695">Timeshift Backup</a> anzulegen.</p>



<p class="wp-block-paragraph">Wenn ihr das Upgrade auf einer VM oder ähnlichem testet, benötigt ihr möglicherweise nicht den Timeshift-Snapshot. Klickt in diesem Fall auf das Hamburger-Menü oben rechts und wählt Einstellungen.</p>



<p class="wp-block-paragraph">Im den Einstellungen der Aktualisierung <strong>oben rechts im Burgermenu</strong>, könnt ihr die Anforderung für Timeshift-Sicherung deaktivieren.</p>



<p class="wp-block-paragraph">In den meisten Fällen solltet ihr das nicht tun. Eine aktive Sicherung ist während solcher Versionsupgrades notwendig.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><a href="https://yourdevice.ch/wp-content/uploads/2026/02/mint_remove_backup_requirement-1.png"><img loading="lazy" decoding="async" width="1024" height="606" src="https://yourdevice.ch/wp-content/uploads/2026/02/mint_remove_backup_requirement-1-1024x606.png" alt="" class="wp-image-19884" style="width:750px" srcset="https://yourdevice.ch/wp-content/uploads/2026/02/mint_remove_backup_requirement-1-1024x606.png 1024w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_remove_backup_requirement-1-300x178.png 300w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_remove_backup_requirement-1-768x455.png 768w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_remove_backup_requirement-1-500x296.png 500w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_remove_backup_requirement-1.png 1066w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>
</div>


<p class="wp-block-paragraph">Die meissten PPAs sind bereits für Ubuntu 24.04, und damit für Mint 22, verfügbar. Aber wenn ein PPA oder Repository für die neue Version nicht verfügbar ist, könnte dies den Upgrade-Prozess mit fehlerhaften Abhängigkeiten beeinflussen. Dies wird euch im Upgrade-Programm mitgeteilt. Dies wird aber zum heutigen Zeitpunkt eher weniger der Fall sein, da Linux Mint 22 bereits einige Zeit verfügbar ist. Trotzdem gehen wir auf die Fehlerbehebung während des Update Prozesses ein!</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><a href="https://yourdevice.ch/wp-content/uploads/2026/02/mint_nicht_kompatible_ppas.png"><img loading="lazy" decoding="async" width="1024" height="625" src="https://yourdevice.ch/wp-content/uploads/2026/02/mint_nicht_kompatible_ppas-1024x625.png" alt="" class="wp-image-19885" style="width:750px" srcset="https://yourdevice.ch/wp-content/uploads/2026/02/mint_nicht_kompatible_ppas-1024x625.png 1024w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_nicht_kompatible_ppas-300x183.png 300w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_nicht_kompatible_ppas-768x469.png 768w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_nicht_kompatible_ppas-500x305.png 500w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_nicht_kompatible_ppas.png 1431w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">Quelle Bild: itsfoss.com</figcaption></figure>
</div>


<p class="wp-block-paragraph">Hier zum Beispiel ist das Vim-PPA ist für Mint 22 nicht verfügbar</p>



<p class="wp-block-paragraph">In diesem Beispiel habe ich die neueste Version von Vim über PPA verwendet. Dasselbe PPA wird nur bis Ubuntu Jammy Jellyfish (22.04) unterstützt, daher der Fehler, da Linux Mint 22 auf Noble Numbat (24.04) basiert.</p>



<p class="wp-block-paragraph">Klickt auf Korrigieren und euch wird die Möglichkeit gegeben, die PPAs über Softwarequellen im Upgrade-Programm zu deaktivieren.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><a href="https://yourdevice.ch/wp-content/uploads/2026/02/mint_vim_ppa_deaktivieren.png"><img loading="lazy" decoding="async" width="1024" height="441" src="https://yourdevice.ch/wp-content/uploads/2026/02/mint_vim_ppa_deaktivieren-1024x441.png" alt="" class="wp-image-19886" style="width:750px" srcset="https://yourdevice.ch/wp-content/uploads/2026/02/mint_vim_ppa_deaktivieren-1024x441.png 1024w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_vim_ppa_deaktivieren-300x129.png 300w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_vim_ppa_deaktivieren-768x331.png 768w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_vim_ppa_deaktivieren-500x215.png 500w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_vim_ppa_deaktivieren.png 1428w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">Quelle Bild: itsfoss.com</figcaption></figure>
</div>


<p class="wp-block-paragraph">Da das PPA deaktiviert ist, wird das Paket „<strong>fremd</strong>", da die verfügbare Version aus dem Repository nicht mit den Versionen aus den Mint-Repositories übereinstimmt. Daher müsst ihr die Pakete auf eine Version herabstufen, die im Repository verfügbar ist. Klickt hier einfach auf <strong>Reparieren</strong>.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><a href="https://yourdevice.ch/wp-content/uploads/2026/02/mint_fix_repositories.png"><img loading="lazy" decoding="async" width="1024" height="627" src="https://yourdevice.ch/wp-content/uploads/2026/02/mint_fix_repositories-1024x627.png" alt="" class="wp-image-19887" style="width:750px" srcset="https://yourdevice.ch/wp-content/uploads/2026/02/mint_fix_repositories-1024x627.png 1024w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_fix_repositories-300x184.png 300w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_fix_repositories-768x471.png 768w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_fix_repositories-500x306.png 500w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_fix_repositories.png 1428w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">Quelle Bild: itsfoss.com</figcaption></figure>
</div>


<p class="wp-block-paragraph"><strong>Jetzt beginnt Phase zwei. Hier werden nach einem Klick auf OK einige Tests durchgeführt und Pakete heruntergeladen.</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><a href="https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_phase2.png"><img loading="lazy" decoding="async" width="1024" height="610" src="https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_phase2-1024x610.png" alt="" class="wp-image-19888" style="width:750px" srcset="https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_phase2-1024x610.png 1024w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_phase2-300x179.png 300w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_phase2-768x457.png 768w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_phase2-500x298.png 500w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_phase2.png 1068w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>
</div>


<p class="wp-block-paragraph">Das Upgrade-Programm listet nun die Änderungen auf, die durchgeführt werden müssen.</p>



<p class="wp-block-paragraph"><strong>Änderungen, die durchgeführt werden müssen, sind aufgelistet.</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><a href="https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_simulation_starten.png"><img loading="lazy" decoding="async" width="1024" height="602" src="https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_simulation_starten-1024x602.png" alt="" class="wp-image-19889" style="width:750px" srcset="https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_simulation_starten-1024x602.png 1024w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_simulation_starten-300x177.png 300w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_simulation_starten-768x452.png 768w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_simulation_starten-500x294.png 500w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_simulation_starten.png 1064w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>
</div>


<p class="wp-block-paragraph">Nach Bestätigung mit <strong>OK</strong> wird das Programm mit dem Download der Pakete beginnen.</p>



<p class="wp-block-paragraph"><strong>Phase drei: nach einem Klick auf OK wird mit dem Upgrade der Pakete begonnen.</strong></p>



<p class="wp-block-paragraph">Wenn ihr auf <strong>OK</strong> klickt, beginnt also das eigentliche Upgrade der Pakete.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><a href="https://yourdevice.ch/wp-content/uploads/2026/02/mint_download_packages.png"><img loading="lazy" decoding="async" width="1024" height="602" src="https://yourdevice.ch/wp-content/uploads/2026/02/mint_download_packages-1024x602.png" alt="" class="wp-image-19890" style="width:750px" srcset="https://yourdevice.ch/wp-content/uploads/2026/02/mint_download_packages-1024x602.png 1024w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_download_packages-300x177.png 300w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_download_packages-768x452.png 768w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_download_packages-500x294.png 500w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_download_packages.png 1064w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>
</div>


<p class="wp-block-paragraph"><strong>Das System wird aktualisiert. Der Prozess dauert einige Zeit.</strong></p>



<p class="wp-block-paragraph">In einigen Fällen müssen während der Installation weitere Pakete herabgestuft werden, um Konflikte zu vermeiden. Klickt auf <strong>Beheben</strong>, um fortzufahren.</p>



<p class="wp-block-paragraph"><strong>Mehr Pakete müssen herabgestuft werden, um den Upgrade-Prozess fortzusetzen</strong>:</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><a href="https://yourdevice.ch/wp-content/uploads/2026/02/mint_more_orphan_packages-1.png"><img loading="lazy" decoding="async" width="1024" height="609" src="https://yourdevice.ch/wp-content/uploads/2026/02/mint_more_orphan_packages-1-1024x609.png" alt="" class="wp-image-19893" style="width:750px" srcset="https://yourdevice.ch/wp-content/uploads/2026/02/mint_more_orphan_packages-1-1024x609.png 1024w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_more_orphan_packages-1-300x178.png 300w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_more_orphan_packages-1-768x457.png 768w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_more_orphan_packages-1-500x297.png 500w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_more_orphan_packages-1.png 1071w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>
</div>


<p class="wp-block-paragraph">Dies entfernt die weiteren inkompatiblen Pakete.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><a href="https://yourdevice.ch/wp-content/uploads/2026/02/mint_removing_orphan_packages.png"><img loading="lazy" decoding="async" width="1024" height="609" src="https://yourdevice.ch/wp-content/uploads/2026/02/mint_removing_orphan_packages-1024x609.png" alt="" class="wp-image-19894" style="width:750px" srcset="https://yourdevice.ch/wp-content/uploads/2026/02/mint_removing_orphan_packages-1024x609.png 1024w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_removing_orphan_packages-300x178.png 300w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_removing_orphan_packages-768x457.png 768w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_removing_orphan_packages-500x297.png 500w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_removing_orphan_packages.png 1071w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>
</div>


<p class="wp-block-paragraph">Nach Abschluss geht ihr zur Finalisierungsphase über.</p>



<p class="wp-block-paragraph">Danach erhaltet ihr eine Benachrichtigung, dass das Upgrade abgeschlossen wurde.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><a href="https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_sucessful.png"><img loading="lazy" decoding="async" width="1024" height="609" src="https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_sucessful-1024x609.png" alt="" class="wp-image-19895" style="width:750px" srcset="https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_sucessful-1024x609.png 1024w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_sucessful-300x178.png 300w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_sucessful-768x457.png 768w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_sucessful-500x297.png 500w, https://yourdevice.ch/wp-content/uploads/2026/02/mint_upgrade_sucessful.png 1071w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>
</div>


<p class="wp-block-paragraph">Schließt das Upgrade-Programm und startet euer System neu, damit das Update wirksam wird.</p>



<p class="wp-block-paragraph">Nach dem Neustart seid ihr im neuen Linux Mint 22 🎉</p>



<h2 class="wp-block-heading">Seid ihr auf Linux Mint 22 umgestiegen?</h2>



<p class="wp-block-paragraph">Das Upgrade auf Mint 22 ist genauso einfach wie auf die vorherige Version. Und es wird nur noch besser.</p>



<p class="wp-block-paragraph">Wenn ihr euch immer noch nicht entscheiden könnt, möchtet ihr vielleicht unsere Linux-Mint-22-Rezension vor dem Upgrade lesen.</p>



<p class="wp-block-paragraph">Ich hoffe, ihr findet das Anleitung hilfreich. Seid ihr auf Linux Mint 21 umgestiegen oder habt ihr euch für eine Neuinstallation entschieden?</p>



<p class="wp-block-paragraph">Falls ihr auf Probleme stoßt oder weitere Hilfe zum Upgrade-Prozess benötigt, könnt ihr gerne eine Frage im Kommentarbereich stellen.</p>



<p class="wp-block-paragraph"><strong>Credits</strong>: <a href="https://itsfoss.com/">itsfoss.com</a>. Die Bilder mit dem schwarzen Hintergrund stammen von itsfoss.com da bei mir keine Fehler beim Updateprozess aufgetreten sind. Der Vollständigkeit halber, wollte ich diese Schritte aber inkludieren. </p>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://yourdevice.ch/so-upgradet-ihr-auf-linux-mint-22/">So upgradet ihr auf Linux Mint 22</a> appeared first on <a href="https://yourdevice.ch">yourdevice.ch - Deine Anlaufstelle für Linux, OpenSource Software und Co</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://yourdevice.ch/so-upgradet-ihr-auf-linux-mint-22/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Update Fehler unter Debian basierten Systemen beheben</title>
		<link>https://yourdevice.ch/update-fehler-unter-debian-basierten-systemen-beheben/</link>
					<comments>https://yourdevice.ch/update-fehler-unter-debian-basierten-systemen-beheben/#respond</comments>
		
		<dc:creator><![CDATA[Mario]]></dc:creator>
		<pubDate>Sun, 02 Feb 2025 09:23:31 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Problembehebung]]></category>
		<category><![CDATA[Programme]]></category>
		<category><![CDATA[Updates]]></category>
		<guid isPermaLink="false">https://yourdevice.ch/?p=17666</guid>

					<description><![CDATA[<p>Updates unter Linux brechen manchmal ab – sei es durch Systemabstürze, hängengebliebene apt- oder dpkg-Prozesse oder unerwartete Fehler. In diesem Tutorial zeigen wir euch, wie ihr Update-Probleme auf Debian-basierten Systemen...</p>
<p>The post <a href="https://yourdevice.ch/update-fehler-unter-debian-basierten-systemen-beheben/">Update Fehler unter Debian basierten Systemen beheben</a> appeared first on <a href="https://yourdevice.ch">yourdevice.ch - Deine Anlaufstelle für Linux, OpenSource Software und Co</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Updates unter <a href="https://yourdevice.ch/warum-linux/">Linux</a> brechen manchmal ab – sei es durch Systemabstürze, hängengebliebene <code>apt</code>- oder <code>dpkg</code>-Prozesse oder unerwartete Fehler. In diesem Tutorial zeigen wir euch, wie ihr Update-Probleme auf Debian-basierten Systemen wie Ubuntu oder Linux Mint effektiv beheben könnt. Egal, ob der <a href="https://de.wikipedia.org/wiki/Paketverwaltung">Paketmanager</a> nicht mehr reagiert, Sperrdateien (<code>lock</code>-Files) Probleme verursachen oder fehlerhafte Pakete das System blockieren – hier findet ihr die passenden Lösungen.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="667" height="352" src="https://yourdevice.ch/wp-content/uploads/2025/01/updatefehler_Title.png" alt="" class="wp-image-17672" srcset="https://yourdevice.ch/wp-content/uploads/2025/01/updatefehler_Title.png 667w, https://yourdevice.ch/wp-content/uploads/2025/01/updatefehler_Title-300x158.png 300w, https://yourdevice.ch/wp-content/uploads/2025/01/updatefehler_Title-500x264.png 500w" sizes="auto, (max-width: 667px) 100vw, 667px" /></figure>
</div>




<h2 class="wp-block-heading">Was ist das Problem</h2>



<p class="wp-block-paragraph">Beim Aktualisieren eines Debian-basierten Systems (z. B. Linux Mint, Ubuntu oder Debian) kann es in seltenen Fällen zu Problemen kommen wenn ein Update durchgeführt wird. Häufige Symptome sind:</p>



<ul class="wp-block-list">
<li>Die Aktuallsierungsverwaltung von Linux Mint spinnt, und updates lassen sich nicht installieren</li>



<li>Das herunterfahren verlangt plötzlich ein Passwort.</li>



<li>Fehlermeldungen im Terminal: <code>E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.</code></li>



<li>Paketmanager (<code>apt</code>, <code>dpkg</code> oder <code>synaptic</code>) bleibt hängen.</li>



<li>"Dateien werden bereits von einem anderen Prozess verwendet".</li>



<li><code>Could not get lock /var/lib/dpkg/lock</code> oder <code>Could not open lock file /var/lib/apt/lists/lock</code>.</li>
</ul>



<p class="wp-block-paragraph">In diesem Tutorial gehen wir Schritt für Schritt durch, wie man diese Probleme lösen kann.</p>



<h2 class="wp-block-heading"><strong>Prüfen, ob ein anderer Prozess läuft</strong></h2>



<p class="wp-block-paragraph">Zuerst ist es wichtig zu sagen, dass ihr bei einem Update-Problem das System am besten nicht neustartet, bis ihr das Problem behoben habt, ansonsten kann es in selten Fällen dazu kommen, dass das System nicht mehr hochfährt, wenn ein extrem wichtiges Paket beim Updaten beschädigt worden ist. </p>



<p class="wp-block-paragraph">Um das Problem zu beheben überprüfen wir, ob gerade ein Update oder Installationsprogramm läuft. Auf <strong>Linux Mint</strong> geht das zum Beispiel bequem über die Systemüberwachung. Öffnet diese über die <strong>Suche</strong>, und sucht oben rechts mit dem Lupensymbol nach <code>apt</code>.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="2134" height="1086" src="https://yourdevice.ch/wp-content/uploads/2025/01/updatefehler_systeminformationen.png" alt="" class="wp-image-17668" style="width:750px" srcset="https://yourdevice.ch/wp-content/uploads/2025/01/updatefehler_systeminformationen.png 2134w, https://yourdevice.ch/wp-content/uploads/2025/01/updatefehler_systeminformationen-300x153.png 300w, https://yourdevice.ch/wp-content/uploads/2025/01/updatefehler_systeminformationen-1024x521.png 1024w, https://yourdevice.ch/wp-content/uploads/2025/01/updatefehler_systeminformationen-768x391.png 768w, https://yourdevice.ch/wp-content/uploads/2025/01/updatefehler_systeminformationen-1536x782.png 1536w, https://yourdevice.ch/wp-content/uploads/2025/01/updatefehler_systeminformationen-2048x1042.png 2048w, https://yourdevice.ch/wp-content/uploads/2025/01/updatefehler_systeminformationen-500x254.png 500w" sizes="auto, (max-width: 2134px) 100vw, 2134px" /><figcaption class="wp-element-caption">Anscheinend hängt hier ein apt-get Befehl mit der ID 7400</figcaption></figure>
</div>


<p class="wp-block-paragraph">Falls ein Update unterbrochen wurde oder Pakete beschädigt sind, kommt meisstens bei einem erneuten Update Befehl ein Fehler, dieser schaut dann auf dem Terminal meisst so aus:</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="148" src="https://yourdevice.ch/wp-content/uploads/2025/01/update_fehler_apt-lock-1024x148.png" alt="" class="wp-image-17669" style="width:750px" srcset="https://yourdevice.ch/wp-content/uploads/2025/01/update_fehler_apt-lock-1024x148.png 1024w, https://yourdevice.ch/wp-content/uploads/2025/01/update_fehler_apt-lock-300x43.png 300w, https://yourdevice.ch/wp-content/uploads/2025/01/update_fehler_apt-lock-768x111.png 768w, https://yourdevice.ch/wp-content/uploads/2025/01/update_fehler_apt-lock-1536x222.png 1536w, https://yourdevice.ch/wp-content/uploads/2025/01/update_fehler_apt-lock-2048x296.png 2048w, https://yourdevice.ch/wp-content/uploads/2025/01/update_fehler_apt-lock-500x72.png 500w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p class="wp-block-paragraph">Über das Terminal könnt ihr auch nach einem Apt Prozess suchen:</p>



<pre class="wp-block-code"><code>ps aux | grep -E apt</code></pre>



<p class="wp-block-paragraph">Falls ein Prozess wie <code>apt-get</code> aktiv ist, müssen wir zu allerst versuchen, ihn mit einem <code>kill</code> Befehl zu beenden:</p>



<pre class="wp-block-code"><code>sudo killall apt apt-get dpkg</code></pre>



<p class="wp-block-paragraph">Falls das nicht hilft, könnt ihr den Prozess manuell mit der PID (Prozess-ID) beenden:</p>



<pre class="wp-block-code"><code>sudo kill -9 &lt;PID&gt;</code></pre>



<p class="wp-block-paragraph">Ersetze <code>&lt;PID&gt;</code> mit der jeweiligen Prozess-ID, die ihr vorher mit der Systemüberwachung oder im Terminal via  <code>ps aux</code> herausgefunden habt. In meinem Fall wäre das die ID <strong>7400</strong></p>



<p class="wp-block-paragraph">Solltet ihr mit dem killen des apt Prozess kein Erfolg haben, springt zu Punkt 3, ansonsten, lasst ihr Punkt 3 unten aus!</p>



<h2 class="wp-block-heading"><strong>2. Paketverwaltung reparieren</strong></h2>



<p class="wp-block-paragraph">Sollte Apt erfolgreich beendet worden sein, müssen wir als nächstes die Fehler beheben. Wichtig ist, euer System jetzt nicht herunterzufahren, und später zu starten. Das kann in selten Fällen dazu führen, dass das System nicht wieder hochfährt. Um Update-Fehler zu beheben, müssen wir apt/dpkg und entsprechende Pakete rekonfigurieren. Das geht automatisch über einen Befehl:</p>



<pre class="wp-block-code"><code>sudo dpkg --configure -a</code></pre>



<p class="wp-block-paragraph">Dies rekonfiguriert alle abgebrochenen updates. Ist zum Beispiel das Update von Grub fehlgeschlagen, musst es ebenfalls frisch konfiguriert werden. Bitte nehmt hier dann unbedingt eure Platte, auf dem euer System läuft:</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="2113" height="1052" src="https://yourdevice.ch/wp-content/uploads/2025/01/updatefehler_grub.png" alt="" class="wp-image-17670" style="width:750px" srcset="https://yourdevice.ch/wp-content/uploads/2025/01/updatefehler_grub.png 2113w, https://yourdevice.ch/wp-content/uploads/2025/01/updatefehler_grub-300x149.png 300w, https://yourdevice.ch/wp-content/uploads/2025/01/updatefehler_grub-1024x510.png 1024w, https://yourdevice.ch/wp-content/uploads/2025/01/updatefehler_grub-768x382.png 768w, https://yourdevice.ch/wp-content/uploads/2025/01/updatefehler_grub-1536x765.png 1536w, https://yourdevice.ch/wp-content/uploads/2025/01/updatefehler_grub-2048x1020.png 2048w, https://yourdevice.ch/wp-content/uploads/2025/01/updatefehler_grub-500x249.png 500w" sizes="auto, (max-width: 2113px) 100vw, 2113px" /></figure>
</div>


<p class="wp-block-paragraph">Hier muss die System Platte, also <code>/dev/sdx</code> ausgewählt werden, und auf keinen Fall Partitionen mit den Nummern da hinter, zum Beispiel <code>/dev/sdx1</code>. </p>



<p class="wp-block-paragraph">In den meissten Fällen ist aber ein manuelles Eingreifen nicht notwendig. </p>



<p class="wp-block-paragraph">Falls andere Pakete noch nicht vollständig installiert wurden:</p>



<pre class="wp-block-code"><code>sudo apt-get install -f</code></pre>



<h2 class="wp-block-heading"><strong>3. Locks entfernen</strong> (optional)</h2>



<p class="wp-block-paragraph">Falls <code>dpkg</code> oder <code>apt</code> eine Sperrdatei (<code>lock</code>-File) erstellt hat, die nicht automatisch entfernt wurde, kann dies Updates blockieren.</p>



<p class="wp-block-paragraph">Überprüfe, ob folgende Sperrdateien existieren:</p>



<pre class="wp-block-code"><code>ls -l /var/lib/dpkg/lock
ls -l /var/lib/dpkg/lock-frontend
ls -l /var/lib/apt/lists/lock
ls -l /var/cache/apt/archives/lock</code></pre>



<p class="wp-block-paragraph">Falls eine oder mehrere existieren und kein Prozess mehr läuft, könnt ihr sie manuell löschen:</p>



<pre class="wp-block-code"><code>sudo rm -f /var/lib/dpkg/lock
sudo rm -f /var/lib/dpkg/lock-frontend
sudo rm -f /var/lib/apt/lists/lock
sudo rm -f /var/cache/apt/archives/lock</code></pre>



<p class="wp-block-paragraph">Danach könnt ihr das Paketmanagement wieder korrekt initialisieren:</p>



<pre class="wp-block-code"><code>sudo dpkg --configure -a</code></pre>



<h2 class="wp-block-heading"><strong>4. Cache leeren und Paketquellen neu einlesen</strong></h2>



<p class="wp-block-paragraph">Falls das Problem weiterhin besteht, kann es helfen, den Paket-Cache zu leeren und die Paketquellen neu zu laden:</p>



<pre class="wp-block-code"><code>sudo apt-get clean
sudo apt-get autoclean
sudo apt-get update</code></pre>



<p class="wp-block-paragraph">Falls <code>update</code> Probleme macht, kann ein erneutes Generieren der Paketquellen helfen:</p>



<pre class="wp-block-code"><code>sudo rm -rf /var/lib/apt/lists/*
sudo apt-get update</code></pre>



<h2 class="wp-block-heading"><strong>5. Beschädigte Pakete entfernen</strong></h2>



<p class="wp-block-paragraph">Falls noch immer Fehler auftreten, kann es sein, dass ein beschädigtes oder unvollständiges Paket vorhanden ist.</p>



<p class="wp-block-paragraph">Liste beschädigte Pakete auf:</p>



<pre class="wp-block-code"><code>dpkg -l | grep -v ^ii</code></pre>



<p class="wp-block-paragraph">Falls ihr ein fehlerhaftes Paket findet, könnt du es mit folgendem Befehl entfernen:</p>



<pre class="wp-block-code"><code>sudo apt-get remove --purge &lt;Paketname&gt;</code></pre>



<p class="wp-block-paragraph">Falls <code>remove</code> nicht funktioniert, könnt ihr es manuell aus <code>dpkg</code> entfernen:</p>



<pre class="wp-block-code"><code>sudo dpkg --remove --force-remove-reinstreq &lt;Paketname&gt;</code></pre>



<p class="wp-block-paragraph">Danach:</p>



<pre class="wp-block-code"><code>sudo apt-get install -f</code></pre>



<h2 class="wp-block-heading"><strong>6. Neustart und erneuter Test</strong></h2>



<p class="wp-block-paragraph">Nach den oben genannten Schritten kann ein Neustart helfen:</p>



<pre class="wp-block-code"><code>sudo reboot</code></pre>



<p class="wp-block-paragraph">Danach erneut testen:</p>



<pre class="wp-block-code"><code>sudo apt update &amp;&amp; sudo apt upgrade</code></pre>



<p class="wp-block-paragraph">Falls immer noch Probleme bestehen, könnte es an defekten Paketen oder einer beschädigten <code>sources.list</code> liegen.</p>



<h2 class="wp-block-heading"><strong>Fazit</strong></h2>



<p class="wp-block-paragraph">Mit diesen Methoden könnt ihr die meisten Probleme mit <code>apt</code> und <code>dpkg</code> auf Debian-basierten Systemen beheben. Falls sich <code>apt</code> oder <code>dpkg</code> aufhängt, reicht es oft schon, den laufenden Prozess zu beenden und <code>dpkg --configure -a</code> auszuführen.</p>



<p class="wp-block-paragraph">Falls ihr nach diesen Schritten immer noch Probleme habt, könnte es ein tiefergehendes Problem mit den Paketquellen oder einer fehlerhaften Systemkonfiguration sein. In diesem Fall lohnt sich ein Blick in die <code>/var/log/apt/</code>-Logs, um den Fehler zu finden. Im schlimmsten Fall setzt ihr auf ein wenige Tage altes <a href="https://yourdevice.ch/systemwiederherstellung-unter-linux-mit-timeshift/">Timeshift Backup</a>.</p>



<p class="wp-block-paragraph">Viel Erfolg! 🚀</p>
<p>The post <a href="https://yourdevice.ch/update-fehler-unter-debian-basierten-systemen-beheben/">Update Fehler unter Debian basierten Systemen beheben</a> appeared first on <a href="https://yourdevice.ch">yourdevice.ch - Deine Anlaufstelle für Linux, OpenSource Software und Co</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://yourdevice.ch/update-fehler-unter-debian-basierten-systemen-beheben/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 118/186 objects using Redis
Page Caching using Disk: Enhanced 
Database Caching 6/21 queries in 0.005 seconds using Redis

Served from: yourdevice.ch @ 2026-05-22 20:41:47 by W3 Total Cache
-->