<?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/">
	<channel>
		<title><![CDATA[Linux Lite Forums - All Forums]]></title>
		<link>https://www.linuxliteos.com/forums/</link>
		<description><![CDATA[Linux Lite Forums - https://www.linuxliteos.com/forums]]></description>
		<pubDate>Wed, 09 Sep 2026 14:58:36 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[The boot entry was not created]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=10051</link>
			<pubDate>Fri, 04 Sep 2026 16:39:03 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=7478">Abhi_245</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=10051</guid>
			<description><![CDATA[I installed linux lite 8.0 successfully , its boot files were created too , but the boot entry was not created.<br />
I tried reinstalling it but it didn't work either.]]></description>
			<content:encoded><![CDATA[I installed linux lite 8.0 successfully , its boot files were created too , but the boot entry was not created.<br />
I tried reinstalling it but it didn't work either.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Running OpenShot issue after upgrade/ update]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=10044</link>
			<pubDate>Tue, 01 Sep 2026 20:35:23 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=3859">Şerban S.</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=10044</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="color: #005dc2;" class="mycode_color"><span style="font-size: large;" class="mycode_size">Running OpenShot issue after upgrade/ update</span></span></span></div>
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #005dc2;" class="mycode_color">The problem</span></span><br />
<br />
Today (September, first), there was an update for some packages. Among those, there was also <span style="font-weight: bold;" class="mycode_b">OpenShot Video Editor</span>.<br />
After running the upgrade/update, I wanted to test the App so I clicked the button. Nothing happened. Since it is a huge program, it takes longer to load. At least, that was what I thought in the beginning. Tried the Menu shortcut, but still nothing.<br />
I went on the other way, and this is what I got:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>openshot-qt
Traceback (most recent call last):
  File "/usr/bin/openshot-qt", line 33, in &lt;module&gt;
    sys.exit(load_entry_point('openshot-qt==4.0.0', 'gui_scripts', 'openshot-qt')())
            ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/openshot-qt", line 25, in importlib_load_entry_point
    return next(matches).load()
          ~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.14/importlib/metadata/__init__.py", line 179, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.14/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
          ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "&lt;frozen importlib._bootstrap&gt;", line 1406, in _gcd_import
  File "&lt;frozen importlib._bootstrap&gt;", line 1371, in _find_and_load
  File "&lt;frozen importlib._bootstrap&gt;", line 1342, in _find_and_load_unlocked
  File "&lt;frozen importlib._bootstrap&gt;", line 938, in _load_unlocked
  File "&lt;frozen importlib._bootstrap_external&gt;", line 759, in exec_module
  File "&lt;frozen importlib._bootstrap&gt;", line 491, in _call_with_frames_removed
  File "/usr/lib/python3/dist-packages/openshot_qt/launch.py", line 86, in &lt;module&gt;
    from qt_api import QtCore, QtWidgets
ModuleNotFoundError: No module named 'qt_api'</code></div></div><br />
I can't figure out how obvious is this for everybody, but for me, this is what happens (see the line <span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">ModuleNotFoundError: No module named 'qt_api'</span></span>):<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #005dc2;" class="mycode_color">The cause</span></span><br />
<br />
Now, if you use the CLI (like I do) for updating the system, you are probably familiar with the following:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo apt upgrade
Not upgrading yet due to phasing:
  python3-software-properties  software-properties-common  software-properties-gtk</code></div></div><br />
I can't explain why this happens for at least two months. Maybe the Python team is overwhelmed for some reason, maybe the Ubuntu team. It matters less from my perspective. It's a fact.<br />
So, if you connect the two codes listed above, the situation gets clear: The postponed updates to Python trigger a chain of events. Among those, is also the OpenShot error (<span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">No module named 'qt_api</span></span>).<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #005dc2;" class="mycode_color">The solution</span></span><br />
<br />
From my perspective, pushing the Python packages update, might be very risky. I avoid this kind of adventures, unless I want to test what happens. This is not the case, so:<br />
<br />
I went on the download site of OpenShot and I downloaded the AppImage version. This works for years in such cases like this (various errors in the latest version):<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>OpenShot-v4.0.0-x86_64.AppImage</code></div></div><br />
<br />
To make it run, if you are less familiar with this approach, you need to prefix it with the path where it resides. Let's say:<br />
<br />
/home/OpenShot/<br />
<br />
This makes the command look like this:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/home/OpenShot/OpenShot-v4.0.0-x86_64.AppImage</code></div></div><br />
You need to remember to change the file's attribute and make it executable, in order to make it work.<br />
<br />
I hope that helps. The solution fits any program that you need to run, as long as it has an <span style="font-weight: bold;" class="mycode_b">.AppImage</span> version.<br />
<br />
Best regards and good luck!]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="color: #005dc2;" class="mycode_color"><span style="font-size: large;" class="mycode_size">Running OpenShot issue after upgrade/ update</span></span></span></div>
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #005dc2;" class="mycode_color">The problem</span></span><br />
<br />
Today (September, first), there was an update for some packages. Among those, there was also <span style="font-weight: bold;" class="mycode_b">OpenShot Video Editor</span>.<br />
After running the upgrade/update, I wanted to test the App so I clicked the button. Nothing happened. Since it is a huge program, it takes longer to load. At least, that was what I thought in the beginning. Tried the Menu shortcut, but still nothing.<br />
I went on the other way, and this is what I got:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>openshot-qt
Traceback (most recent call last):
  File "/usr/bin/openshot-qt", line 33, in &lt;module&gt;
    sys.exit(load_entry_point('openshot-qt==4.0.0', 'gui_scripts', 'openshot-qt')())
            ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/openshot-qt", line 25, in importlib_load_entry_point
    return next(matches).load()
          ~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.14/importlib/metadata/__init__.py", line 179, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.14/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
          ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "&lt;frozen importlib._bootstrap&gt;", line 1406, in _gcd_import
  File "&lt;frozen importlib._bootstrap&gt;", line 1371, in _find_and_load
  File "&lt;frozen importlib._bootstrap&gt;", line 1342, in _find_and_load_unlocked
  File "&lt;frozen importlib._bootstrap&gt;", line 938, in _load_unlocked
  File "&lt;frozen importlib._bootstrap_external&gt;", line 759, in exec_module
  File "&lt;frozen importlib._bootstrap&gt;", line 491, in _call_with_frames_removed
  File "/usr/lib/python3/dist-packages/openshot_qt/launch.py", line 86, in &lt;module&gt;
    from qt_api import QtCore, QtWidgets
ModuleNotFoundError: No module named 'qt_api'</code></div></div><br />
I can't figure out how obvious is this for everybody, but for me, this is what happens (see the line <span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">ModuleNotFoundError: No module named 'qt_api'</span></span>):<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #005dc2;" class="mycode_color">The cause</span></span><br />
<br />
Now, if you use the CLI (like I do) for updating the system, you are probably familiar with the following:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo apt upgrade
Not upgrading yet due to phasing:
  python3-software-properties  software-properties-common  software-properties-gtk</code></div></div><br />
I can't explain why this happens for at least two months. Maybe the Python team is overwhelmed for some reason, maybe the Ubuntu team. It matters less from my perspective. It's a fact.<br />
So, if you connect the two codes listed above, the situation gets clear: The postponed updates to Python trigger a chain of events. Among those, is also the OpenShot error (<span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">No module named 'qt_api</span></span>).<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #005dc2;" class="mycode_color">The solution</span></span><br />
<br />
From my perspective, pushing the Python packages update, might be very risky. I avoid this kind of adventures, unless I want to test what happens. This is not the case, so:<br />
<br />
I went on the download site of OpenShot and I downloaded the AppImage version. This works for years in such cases like this (various errors in the latest version):<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>OpenShot-v4.0.0-x86_64.AppImage</code></div></div><br />
<br />
To make it run, if you are less familiar with this approach, you need to prefix it with the path where it resides. Let's say:<br />
<br />
/home/OpenShot/<br />
<br />
This makes the command look like this:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/home/OpenShot/OpenShot-v4.0.0-x86_64.AppImage</code></div></div><br />
You need to remember to change the file's attribute and make it executable, in order to make it work.<br />
<br />
I hope that helps. The solution fits any program that you need to run, as long as it has an <span style="font-weight: bold;" class="mycode_b">.AppImage</span> version.<br />
<br />
Best regards and good luck!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[VirtualBox Desktop Resize]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=10041</link>
			<pubDate>Sat, 29 Aug 2026 00:22:03 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=8509">eodyne</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=10041</guid>
			<description><![CDATA[Just installed 8.0 as a VirtualBox Guest on my windows machine. Updated everything (including the kernel) and went and installed the Guest Additions.<br />
<br />
The automatic resizing of the guest display doesn't seem to work. Not sure where the failure is if anyone has any idea?]]></description>
			<content:encoded><![CDATA[Just installed 8.0 as a VirtualBox Guest on my windows machine. Updated everything (including the kernel) and went and installed the Guest Additions.<br />
<br />
The automatic resizing of the guest display doesn't seem to work. Not sure where the failure is if anyone has any idea?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[One of the best Linux Os's]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=10039</link>
			<pubDate>Fri, 28 Aug 2026 01:02:22 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=8505">DBock2511</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=10039</guid>
			<description><![CDATA[I have used many Linux OS's over the past years on my current Windows 11 version on my HP G62 455DX 14 year old laptop with VMWare Workstation 17 and find Linux Lite to be one of the best so far.  Can't go more than 8 GB total physical RAM on Host so the 2.2 GB allocated for Linux Lite VM works great. Keep up the good work everyone.]]></description>
			<content:encoded><![CDATA[I have used many Linux OS's over the past years on my current Windows 11 version on my HP G62 455DX 14 year old laptop with VMWare Workstation 17 and find Linux Lite to be one of the best so far.  Can't go more than 8 GB total physical RAM on Host so the 2.2 GB allocated for Linux Lite VM works great. Keep up the good work everyone.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Only Prompted for Browser Updates]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=10036</link>
			<pubDate>Thu, 27 Aug 2026 05:37:17 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=415">torreydale</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=10036</guid>
			<description><![CDATA[I am running LL 8.0, and for weeks it seems the only updates I get prompted for are for my browsers (FireFox and Brave).  Is anyone else having this issue?  It seems odd because in the same amount of time, my other computer that is still on LL 7.x has been getting all other types of updates.]]></description>
			<content:encoded><![CDATA[I am running LL 8.0, and for weeks it seems the only updates I get prompted for are for my browsers (FireFox and Brave).  Is anyone else having this issue?  It seems odd because in the same amount of time, my other computer that is still on LL 7.x has been getting all other types of updates.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Please add a Cinnamon version!]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=10034</link>
			<pubDate>Thu, 27 Aug 2026 01:16:23 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=8502">jfm30204</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=10034</guid>
			<description><![CDATA[In my Linux journey, I have tested Linux Mint (unstable), PopOS Cosmic (confusing and lacking necessary features), and now LMDE. When I reviewed LL 8.0, I was super impressed by the features and philosophy! It is certainly not light in features. So, I installed it immediately, thinking how bad could Xfce be? Well it was bad enough that I immediately left and installed LMDE. If there was only a Cinnamon, or other well-featured desktop, version, then LL is where I would be. This distro is far too good to be allowed to languish in an "Xfce only" playground, IMHO. Anyway, excellent work!]]></description>
			<content:encoded><![CDATA[In my Linux journey, I have tested Linux Mint (unstable), PopOS Cosmic (confusing and lacking necessary features), and now LMDE. When I reviewed LL 8.0, I was super impressed by the features and philosophy! It is certainly not light in features. So, I installed it immediately, thinking how bad could Xfce be? Well it was bad enough that I immediately left and installed LMDE. If there was only a Cinnamon, or other well-featured desktop, version, then LL is where I would be. This distro is far too good to be allowed to languish in an "Xfce only" playground, IMHO. Anyway, excellent work!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Linux Lite 8.0 running on an old Sony Vaio]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=10033</link>
			<pubDate>Thu, 27 Aug 2026 01:12:18 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=3859">Şerban S.</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=10033</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="color: #005dc2;" class="mycode_color"><span style="font-size: large;" class="mycode_size">Linux Lite 8.0 running on an old (11/17/2011) Sony Vaio</span></span></span></div>
<br />
<br />
Some days ago I installed LL 8.0 for someone I know, on a very old machine.<br />
Except some difficult time I had with the weird partitioning (GPT+BIOS-GRUB), I am very happy to let you know that everything went OK (set aside the snail speed...) and if you have anything close to the tech specs showed below, you'll be able to use it fairly well.<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #005dc2;" class="mycode_color">Linux Lite HWDB:</span></span><br />
<br />
<a href="https://www.linuxliteos.com/hardware_results.php?q=Intel+Pentium+B960" target="_blank" rel="noopener" class="mycode_url"><span style="font-weight: bold;" class="mycode_b">https://www.linuxliteos.com/hardware_results.php?q=Intel+Pentium+B960</span></a><br />
<br />
The entry was made on <span style="font-weight: bold;" class="mycode_b">19-08-2026.</span><br />
<br />
Hope this helps!<br />
<br />
Best regards!]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="font-weight: bold;" class="mycode_b"><span style="color: #005dc2;" class="mycode_color"><span style="font-size: large;" class="mycode_size">Linux Lite 8.0 running on an old (11/17/2011) Sony Vaio</span></span></span></div>
<br />
<br />
Some days ago I installed LL 8.0 for someone I know, on a very old machine.<br />
Except some difficult time I had with the weird partitioning (GPT+BIOS-GRUB), I am very happy to let you know that everything went OK (set aside the snail speed...) and if you have anything close to the tech specs showed below, you'll be able to use it fairly well.<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #005dc2;" class="mycode_color">Linux Lite HWDB:</span></span><br />
<br />
<a href="https://www.linuxliteos.com/hardware_results.php?q=Intel+Pentium+B960" target="_blank" rel="noopener" class="mycode_url"><span style="font-weight: bold;" class="mycode_b">https://www.linuxliteos.com/hardware_results.php?q=Intel+Pentium+B960</span></a><br />
<br />
The entry was made on <span style="font-weight: bold;" class="mycode_b">19-08-2026.</span><br />
<br />
Hope this helps!<br />
<br />
Best regards!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Very Unstable]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=10017</link>
			<pubDate>Sat, 22 Aug 2026 16:42:20 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=8485">Utiva</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=10017</guid>
			<description><![CDATA[Hello there.<br />
I've been searching for a niche and lightweight Linux distro and I've found this Lite. I had Mint before but it was very heavy and easy and not niche. Arch or Debian are stable but they are not niche to me and Ubuntu was heavy too because my PC heats up fast. In computer works my habit is to look for the underrated one instead of popular one And the game center in this distro looked helpful for keeping Windows programs.<br />
But when I said I wanted Linux with challenge I was looking for challenge in setup and configuration, not instability.<br />
My specs are:<br />
Lenovo ThinkCenter<br />
Intel I5 quad core 3470S<br />
8GB RAM<br />
Intel HD Graphics 2500<br />
500 GB HDD<br />
<br />
I've downloaded the latest version form its official site and when I installed it after a few days it did a big update. I also installed Wine to work with some Windows applications.<br />
But I ran to several problems.<br />
I enabled a screensaver and when I leave computer idle for a while, it will freeze. I thought it is because of Wine programs but it wasn't. I disabled all of screen locks so it was solved.<br />
When I bring the power menu and and select a option with keyboard, it will all freeze.<br />
I was trying to install Lazarus IDE for my work, but when I installed one of its dependencies or clicked on its launch then the system froze.<br />
For each freeze I'd have to force shutdown by holding the power button and then the partitions become inaccessible when crashed. So I'd have to return to windows and run chkdsk.<br />
I've heard about Ctrl+Alt+F3 or F1 or Backspace, but none of them helped.<br />
<br />
Also, when I pause the VLC Media Player and then resume, mutes and unmutes several time each time. But it doesn't happens if I resume after lesser than 9 seconds.<br />
<br />
If is there any solution to this, I'd be glad to keep working with this distro. But if nothing works, I'd have no choice but to move to new distro and abandon all the good memories.<br />
I hope I'm posting this in right place because its my first ever time posting in a Linux forum.<br />
<br />
And off topic, first time I found this distro in a video which was comparing Linux and Windows running in 512 MB of RAM and it was using Lite, but the system requirements in the Linux Lite site was 2GB of RAM. And if Lite has such problems while using 1GB of RAM when idle, then what about Arch which needs minimum of 512MB ? is this one gonna freeze even more?]]></description>
			<content:encoded><![CDATA[Hello there.<br />
I've been searching for a niche and lightweight Linux distro and I've found this Lite. I had Mint before but it was very heavy and easy and not niche. Arch or Debian are stable but they are not niche to me and Ubuntu was heavy too because my PC heats up fast. In computer works my habit is to look for the underrated one instead of popular one And the game center in this distro looked helpful for keeping Windows programs.<br />
But when I said I wanted Linux with challenge I was looking for challenge in setup and configuration, not instability.<br />
My specs are:<br />
Lenovo ThinkCenter<br />
Intel I5 quad core 3470S<br />
8GB RAM<br />
Intel HD Graphics 2500<br />
500 GB HDD<br />
<br />
I've downloaded the latest version form its official site and when I installed it after a few days it did a big update. I also installed Wine to work with some Windows applications.<br />
But I ran to several problems.<br />
I enabled a screensaver and when I leave computer idle for a while, it will freeze. I thought it is because of Wine programs but it wasn't. I disabled all of screen locks so it was solved.<br />
When I bring the power menu and and select a option with keyboard, it will all freeze.<br />
I was trying to install Lazarus IDE for my work, but when I installed one of its dependencies or clicked on its launch then the system froze.<br />
For each freeze I'd have to force shutdown by holding the power button and then the partitions become inaccessible when crashed. So I'd have to return to windows and run chkdsk.<br />
I've heard about Ctrl+Alt+F3 or F1 or Backspace, but none of them helped.<br />
<br />
Also, when I pause the VLC Media Player and then resume, mutes and unmutes several time each time. But it doesn't happens if I resume after lesser than 9 seconds.<br />
<br />
If is there any solution to this, I'd be glad to keep working with this distro. But if nothing works, I'd have no choice but to move to new distro and abandon all the good memories.<br />
I hope I'm posting this in right place because its my first ever time posting in a Linux forum.<br />
<br />
And off topic, first time I found this distro in a video which was comparing Linux and Windows running in 512 MB of RAM and it was using Lite, but the system requirements in the Linux Lite site was 2GB of RAM. And if Lite has such problems while using 1GB of RAM when idle, then what about Arch which needs minimum of 512MB ? is this one gonna freeze even more?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[error fetching updates - akopytov]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=9975</link>
			<pubDate>Sat, 22 Aug 2026 02:31:17 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=7126">BilyJimyBobb</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=9975</guid>
			<description><![CDATA[===================================<br />
Linux Lite Updates Log<br />
Date: Fri Aug 21 09:20:56 AM PDT 2026<br />
===================================<br />
<br />
STATUS:LOCK_OK<br />
<br />
--- Updating Package Lists ---<br />
Started: Fri Aug 21 09:20:56 AM PDT 2026<br />
<br />
STATUS:UPDATING<br />
Hit:1 <a href="https://brave-browser-apt-release.s3.brave.com" target="_blank" rel="noopener" class="mycode_url">https://brave-browser-apt-release.s3.brave.com</a> stable InRelease<br />
Get:2 <a href="https://repo.librewolf.net" target="_blank" rel="noopener" class="mycode_url">https://repo.librewolf.net</a> librewolf InRelease [5,649 B]<br />
Hit:3 <a href="http://archive.ubuntu.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://archive.ubuntu.com/ubuntu</a> noble InRelease<br />
Ign:4 <a href="https://packagecloud.io/akopytov/sysbench/ubuntu" target="_blank" rel="noopener" class="mycode_url">https://packagecloud.io/akopytov/sysbench/ubuntu</a> noble InRelease<br />
Err:5 <a href="https://packagecloud.io/akopytov/sysbench/ubuntu" target="_blank" rel="noopener" class="mycode_url">https://packagecloud.io/akopytov/sysbench/ubuntu</a> noble Release<br />
  404  Not Found [IP: 2600:1f1c:2e5:6901:4170:44af:7938:b440 443]<br />
Hit:7 <a href="http://archive.ubuntu.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://archive.ubuntu.com/ubuntu</a> noble-security InRelease<br />
Hit:8 <a href="http://archive.ubuntu.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://archive.ubuntu.com/ubuntu</a> noble-updates InRelease<br />
Hit:9 <a href="http://archive.ubuntu.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://archive.ubuntu.com/ubuntu</a> noble-backports InRelease<br />
Hit:6 <a href="https://repo.linuxliteos.com/linuxlite" target="_blank" rel="noopener" class="mycode_url">https://repo.linuxliteos.com/linuxlite</a> galena InRelease<br />
Reading package lists...<br />
E: The repository 'https://packagecloud.io/akopytov/sysbench/ubuntu noble Release' does not have a Release file.<br />
<br />
Finished: Fri Aug 21 09:21:01 AM PDT 2026<br />
STATUS:UPDATE_FAILED<br />
---<br />
this is a new/recent 'problem' occurring now, after SEVERAL attempts - today. i recognize parts &amp; pieces w/in the report log: (1) MOST recently (yesterday) installed &amp; dinked-around the "librewolf" browser...resulting in my own mixed experience a/o pos./neg. satisfaction. (2) also, recently &amp; questionably successful / plus prob. MORE directly related to the 'reading package lists...release file' fetch failure mentioned - sysbench (an open-source, scriptable, multi-threaded benchmarking tool used to evaluate the performance of CPU, memory, file I/O, and database systems) @ <a href="https://github.com/akopytov/sysbench" target="_blank" rel="noopener" class="mycode_url">https://github.com/akopytov/sysbench</a><br />
don't know to just wait it out &amp; 'try later' or ask for recommended thoughts...meny grais!]]></description>
			<content:encoded><![CDATA[===================================<br />
Linux Lite Updates Log<br />
Date: Fri Aug 21 09:20:56 AM PDT 2026<br />
===================================<br />
<br />
STATUS:LOCK_OK<br />
<br />
--- Updating Package Lists ---<br />
Started: Fri Aug 21 09:20:56 AM PDT 2026<br />
<br />
STATUS:UPDATING<br />
Hit:1 <a href="https://brave-browser-apt-release.s3.brave.com" target="_blank" rel="noopener" class="mycode_url">https://brave-browser-apt-release.s3.brave.com</a> stable InRelease<br />
Get:2 <a href="https://repo.librewolf.net" target="_blank" rel="noopener" class="mycode_url">https://repo.librewolf.net</a> librewolf InRelease [5,649 B]<br />
Hit:3 <a href="http://archive.ubuntu.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://archive.ubuntu.com/ubuntu</a> noble InRelease<br />
Ign:4 <a href="https://packagecloud.io/akopytov/sysbench/ubuntu" target="_blank" rel="noopener" class="mycode_url">https://packagecloud.io/akopytov/sysbench/ubuntu</a> noble InRelease<br />
Err:5 <a href="https://packagecloud.io/akopytov/sysbench/ubuntu" target="_blank" rel="noopener" class="mycode_url">https://packagecloud.io/akopytov/sysbench/ubuntu</a> noble Release<br />
  404  Not Found [IP: 2600:1f1c:2e5:6901:4170:44af:7938:b440 443]<br />
Hit:7 <a href="http://archive.ubuntu.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://archive.ubuntu.com/ubuntu</a> noble-security InRelease<br />
Hit:8 <a href="http://archive.ubuntu.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://archive.ubuntu.com/ubuntu</a> noble-updates InRelease<br />
Hit:9 <a href="http://archive.ubuntu.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://archive.ubuntu.com/ubuntu</a> noble-backports InRelease<br />
Hit:6 <a href="https://repo.linuxliteos.com/linuxlite" target="_blank" rel="noopener" class="mycode_url">https://repo.linuxliteos.com/linuxlite</a> galena InRelease<br />
Reading package lists...<br />
E: The repository 'https://packagecloud.io/akopytov/sysbench/ubuntu noble Release' does not have a Release file.<br />
<br />
Finished: Fri Aug 21 09:21:01 AM PDT 2026<br />
STATUS:UPDATE_FAILED<br />
---<br />
this is a new/recent 'problem' occurring now, after SEVERAL attempts - today. i recognize parts &amp; pieces w/in the report log: (1) MOST recently (yesterday) installed &amp; dinked-around the "librewolf" browser...resulting in my own mixed experience a/o pos./neg. satisfaction. (2) also, recently &amp; questionably successful / plus prob. MORE directly related to the 'reading package lists...release file' fetch failure mentioned - sysbench (an open-source, scriptable, multi-threaded benchmarking tool used to evaluate the performance of CPU, memory, file I/O, and database systems) @ <a href="https://github.com/akopytov/sysbench" target="_blank" rel="noopener" class="mycode_url">https://github.com/akopytov/sysbench</a><br />
don't know to just wait it out &amp; 'try later' or ask for recommended thoughts...meny grais!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[No Auto Login after installation]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=9961</link>
			<pubDate>Fri, 21 Aug 2026 15:17:20 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=5449">PrivateTech</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=9961</guid>
			<description><![CDATA[I installed LL8.0, tried OEM and regular installation. Made sure it had Auto Login checked (tried several times just to be sure I did not miss it)<br />
<br />
<span style="font-weight: bold;" class="mycode_b">PROBLEM: </span><br />
<span style="font-weight: bold;" class="mycode_b">After restart, it asks for a password. </span><br />
<br />
When I go to GUI where it has Auto Login ENABLE or DISABLE, and it shows user name - I click on ENABLE and it says saved. then restart and it is the same. <br />
<br />
I also checked <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo lightdm --show-config</code></div></div><br />
and it does show<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>autologin-user=user
autologin-user-timeout=0</code></div></div><br />
I also installed all the updates after the installation. Reboot - the same, still asking for a password.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Another strange thing that I cannot explain. </span><br />
I think i remember installing LL8.0 from exact same USB on another computer and I think that installation did not ask for user password after restart. How is that possible?]]></description>
			<content:encoded><![CDATA[I installed LL8.0, tried OEM and regular installation. Made sure it had Auto Login checked (tried several times just to be sure I did not miss it)<br />
<br />
<span style="font-weight: bold;" class="mycode_b">PROBLEM: </span><br />
<span style="font-weight: bold;" class="mycode_b">After restart, it asks for a password. </span><br />
<br />
When I go to GUI where it has Auto Login ENABLE or DISABLE, and it shows user name - I click on ENABLE and it says saved. then restart and it is the same. <br />
<br />
I also checked <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo lightdm --show-config</code></div></div><br />
and it does show<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>autologin-user=user
autologin-user-timeout=0</code></div></div><br />
I also installed all the updates after the installation. Reboot - the same, still asking for a password.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Another strange thing that I cannot explain. </span><br />
I think i remember installing LL8.0 from exact same USB on another computer and I think that installation did not ask for user password after restart. How is that possible?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[suggestion: more intuitive search button(s) for website/forums]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=9958</link>
			<pubDate>Tue, 18 Aug 2026 20:29:29 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=167">LL-user</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=9958</guid>
			<description><![CDATA[Hi Jerry &amp; team,<br />
<br />
I'd like to suggest an improvement for the website/forums.<br />
<br />
Currently to search within the forums the user need to go to the top and choose "Search" amongst the buttons to access different sections of the website. Not only is such a search button usually meant for searching a website, but in our case it is also not obvious that it is actually meant to search the forums! And after selecting the forums there is nowhere an obvious search field usually found within forums.<br />
<br />
Therefore I'd like to suggest to<br />
* convert the current search button on top to a button to search the website<br />
* to add somewhere within the forums more prominently a button to search the forums<br />
<br />
It could look like this (if the code allowed such implementation that is of course):<br />
<a href="https://postimg.cc/5HF2hfkD" target="_blank" rel="noopener" class="mycode_url"><img src="https://i.postimg.cc/5HF2hfkD/forums-search.png" loading="lazy"  alt="[Image: forums-search.png]" class="mycode_img img-responsive" /></a>]]></description>
			<content:encoded><![CDATA[Hi Jerry &amp; team,<br />
<br />
I'd like to suggest an improvement for the website/forums.<br />
<br />
Currently to search within the forums the user need to go to the top and choose "Search" amongst the buttons to access different sections of the website. Not only is such a search button usually meant for searching a website, but in our case it is also not obvious that it is actually meant to search the forums! And after selecting the forums there is nowhere an obvious search field usually found within forums.<br />
<br />
Therefore I'd like to suggest to<br />
* convert the current search button on top to a button to search the website<br />
* to add somewhere within the forums more prominently a button to search the forums<br />
<br />
It could look like this (if the code allowed such implementation that is of course):<br />
<a href="https://postimg.cc/5HF2hfkD" target="_blank" rel="noopener" class="mycode_url"><img src="https://i.postimg.cc/5HF2hfkD/forums-search.png" loading="lazy"  alt="[Image: forums-search.png]" class="mycode_img img-responsive" /></a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[logrotate.service fails due to error in file cloud-init-base]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=9957</link>
			<pubDate>Tue, 18 Aug 2026 14:47:10 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=167">LL-user</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=9957</guid>
			<description><![CDATA[<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code># systemctl status logrotate
× logrotate.service - Rotate log files
Loaded: loaded (/usr/lib/systemd/system/logrotate.service; static)
Active: failed (Result: exit-code) since ...
* Invocation: *********************
TriggeredBy: ● logrotate.timer
Docs: man:logrotate(8)
man:logrotate.conf(5)
Process: 364821 ExecStart=/usr/sbin/logrotate /etc/logrotate.conf (code=exited, status=1/FAILURE)
Main PID: 364821 (code=exited, status=1/FAILURE)
Mem peak: 3M
CPU: 60ms

    systemd[1]: Starting logrotate.service - Rotate log files...
    logrotate[364821]: error: cloud-init-base:1 duplicate log entry for /var/log/cloud-init*.log
    logrotate[364821]: error: found error in file cloud-init-base, skipping
    systemd[1]: logrotate.service: Main process exited, code=exited, status=1/FAILURE
    systemd[1]: logrotate.service: Failed with result 'exit-code'.
    systemd[1]: Failed to start logrotate.service - Rotate log files.</code></div></div><br />
So, the logrotate configuration file named <span style="font-weight: bold;" class="mycode_b">cloud-init-base</span> has a <span style="text-decoration: underline;" class="mycode_u">duplicate log rotation entry</span> for <span style="font-weight: bold;" class="mycode_b">/var/log/cloud-init*.log</span>.<br />
<br />
The path of addressing this failure depends on the answer to the question whether <span style="font-weight: bold;" class="mycode_b">cloud-init</span> needs to/should be available in Linux Lite? <span style="font-weight: bold;" class="mycode_b">cloud-init</span> is an initialization system designed for cloud instances (AWS EC2, Azure VMs, Google Cloud, OpenStack, etc.).<br />
<br />
For people not using cloud-init functionality (I expect it to be the vast majority of Linux Lite users), the resolution can be to just remove <span style="font-weight: bold;" class="mycode_b">cloud-init</span>:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo apt purge cloud-init -y &amp;&amp; sudo apt autoremove -y
sudo rm -rf /etc/cloud /etc/logrotate.d/cloud-init-base</code></div></div><br />
Otherwise, the duplicate logrotate entry needed to be fixed.<br />
<br />
Same seems to apply to the next version of Linux Lite 8.2 - remove or fix <img src="https://www.linuxliteos.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />]]></description>
			<content:encoded><![CDATA[<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code># systemctl status logrotate
× logrotate.service - Rotate log files
Loaded: loaded (/usr/lib/systemd/system/logrotate.service; static)
Active: failed (Result: exit-code) since ...
* Invocation: *********************
TriggeredBy: ● logrotate.timer
Docs: man:logrotate(8)
man:logrotate.conf(5)
Process: 364821 ExecStart=/usr/sbin/logrotate /etc/logrotate.conf (code=exited, status=1/FAILURE)
Main PID: 364821 (code=exited, status=1/FAILURE)
Mem peak: 3M
CPU: 60ms

    systemd[1]: Starting logrotate.service - Rotate log files...
    logrotate[364821]: error: cloud-init-base:1 duplicate log entry for /var/log/cloud-init*.log
    logrotate[364821]: error: found error in file cloud-init-base, skipping
    systemd[1]: logrotate.service: Main process exited, code=exited, status=1/FAILURE
    systemd[1]: logrotate.service: Failed with result 'exit-code'.
    systemd[1]: Failed to start logrotate.service - Rotate log files.</code></div></div><br />
So, the logrotate configuration file named <span style="font-weight: bold;" class="mycode_b">cloud-init-base</span> has a <span style="text-decoration: underline;" class="mycode_u">duplicate log rotation entry</span> for <span style="font-weight: bold;" class="mycode_b">/var/log/cloud-init*.log</span>.<br />
<br />
The path of addressing this failure depends on the answer to the question whether <span style="font-weight: bold;" class="mycode_b">cloud-init</span> needs to/should be available in Linux Lite? <span style="font-weight: bold;" class="mycode_b">cloud-init</span> is an initialization system designed for cloud instances (AWS EC2, Azure VMs, Google Cloud, OpenStack, etc.).<br />
<br />
For people not using cloud-init functionality (I expect it to be the vast majority of Linux Lite users), the resolution can be to just remove <span style="font-weight: bold;" class="mycode_b">cloud-init</span>:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo apt purge cloud-init -y &amp;&amp; sudo apt autoremove -y
sudo rm -rf /etc/cloud /etc/logrotate.d/cloud-init-base</code></div></div><br />
Otherwise, the duplicate logrotate entry needed to be fixed.<br />
<br />
Same seems to apply to the next version of Linux Lite 8.2 - remove or fix <img src="https://www.linuxliteos.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Linux Lite 8.0 custom kernel 7.1.0 - broadcom-sta-dkms]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=9955</link>
			<pubDate>Fri, 14 Aug 2026 17:03:38 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=2790">stevef</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=9955</guid>
			<description><![CDATA[With previous versions of LL, updates to kernel are familiar events requiring reboots.<br />
On a potato Linux Lite 8 system (which has been updated as suggested by the Linux Lite Update tray app), noted that no update/upgrade had suggested a reboot. <br />
<br />
Opened Lite Kernel Manager which indicated 7.1.0 was available.<br />
<br />
Is this the correct mechanism for a user to keep track of kernel updates or have I missed an indicator somewhere ?<br />
<br />
In Lite Kernel Manager, clicked the 'Install From Repository', this downloaded the update and started an install process which failed.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Fetching package list from repo…
  headers : linux-headers-7.1.0-linuxlite_7.1.0-gea1dc2a2fe60-1_amd64.deb
  image  : linux-image-7.1.0-linuxlite_7.1.0-gea1dc2a2fe60-1_amd64.deb

Downloading linux-headers-7.1.0-linuxlite_7.1.0-gea1dc2a2fe60-1_amd64.deb
  Downloaded 10.8 MB (6.2 MB/s avg)
Downloading linux-image-7.1.0-linuxlite_7.1.0-gea1dc2a2fe60-1_amd64.deb
  Downloaded 123.6 MB (6.3 MB/s avg)

Download complete. Requesting root access…

Installing: 7.1.0-linuxlite

==&gt; Installing kernel headers
Selecting previously unselected package linux-headers-7.1.0-linuxlite.
(Reading database… 265915 files and directories currently installed.)
Preparing to unpack …/linux-headers-7.1.0-linuxlite_7.1.0-gea1dc2a2fe60-1_amd64.deb…
Unpacking linux-headers-7.1.0-linuxlite (7.1.0-gea1dc2a2fe60-1)…
Setting up linux-headers-7.1.0-linuxlite (7.1.0-gea1dc2a2fe60-1)…
==&gt; Installing kernel image
Selecting previously unselected package linux-image-7.1.0-linuxlite.
(Reading database… 273789 files and directories currently installed.)
Preparing to unpack …/linux-image-7.1.0-linuxlite_7.1.0-gea1dc2a2fe60-1_amd64.deb…
Unpacking linux-image-7.1.0-linuxlite (7.1.0-gea1dc2a2fe60-1)…
Setting up linux-image-7.1.0-linuxlite (7.1.0-gea1dc2a2fe60-1)…
Sign command: /usr/bin/kmodsign
Signing key: /var/lib/shim-signed/mok/MOK.priv
Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der

Autoinstall of module broadcom-sta/6.30.223.271 for kernel 7.1.0-linuxlite (x86_64)
Building module(s)...........(bad exit status: 2)
Failed command:
make -j2 KERNELRELEASE=7.1.0-linuxlite KVER=7.1.0-linuxlite

Error! Bad return status for module build on kernel: 7.1.0-linuxlite (x86_64)
Consult /var/lib/dkms/broadcom-sta/6.30.223.271/build/make.log for more information.

Autoinstall on 7.1.0-linuxlite failed for module(s) broadcom-sta(10).

Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
run-parts: /etc/kernel/postinst.d/dkms exited with return code 1
update-initramfs: Generating /boot/initrd.img-7.1.0-linuxlite
Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found background: /boot/grub_linux_lite.png
Found background image: /boot/grub_linux_lite.png
Found linux image: /boot/vmlinuz-7.1.0-linuxlite
Found initrd image: /boot/initrd.img-7.1.0-linuxlite
Found linux image: /boot/vmlinuz-7.0.0-linuxlite
Found initrd image: /boot/initrd.img-7.0.0-linuxlite
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
dpkg: error processing package linux-image-7.1.0-linuxlite (--install):
 old linux-image-7.1.0-linuxlite package postinst maintainer script subprocess failed with exit status 1
Errors were encountered while processing:
 linux-image-7.1.0-linuxlite

Installation failed. Your current kernel is unaffected.</code></div></div><br />
Had a quick look through the links to the Lite custom kernel but couldn't find anything on this or release notes about 7.1.0.  I realise this is new ground. Let me know if any further information is required.]]></description>
			<content:encoded><![CDATA[With previous versions of LL, updates to kernel are familiar events requiring reboots.<br />
On a potato Linux Lite 8 system (which has been updated as suggested by the Linux Lite Update tray app), noted that no update/upgrade had suggested a reboot. <br />
<br />
Opened Lite Kernel Manager which indicated 7.1.0 was available.<br />
<br />
Is this the correct mechanism for a user to keep track of kernel updates or have I missed an indicator somewhere ?<br />
<br />
In Lite Kernel Manager, clicked the 'Install From Repository', this downloaded the update and started an install process which failed.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Fetching package list from repo…
  headers : linux-headers-7.1.0-linuxlite_7.1.0-gea1dc2a2fe60-1_amd64.deb
  image  : linux-image-7.1.0-linuxlite_7.1.0-gea1dc2a2fe60-1_amd64.deb

Downloading linux-headers-7.1.0-linuxlite_7.1.0-gea1dc2a2fe60-1_amd64.deb
  Downloaded 10.8 MB (6.2 MB/s avg)
Downloading linux-image-7.1.0-linuxlite_7.1.0-gea1dc2a2fe60-1_amd64.deb
  Downloaded 123.6 MB (6.3 MB/s avg)

Download complete. Requesting root access…

Installing: 7.1.0-linuxlite

==&gt; Installing kernel headers
Selecting previously unselected package linux-headers-7.1.0-linuxlite.
(Reading database… 265915 files and directories currently installed.)
Preparing to unpack …/linux-headers-7.1.0-linuxlite_7.1.0-gea1dc2a2fe60-1_amd64.deb…
Unpacking linux-headers-7.1.0-linuxlite (7.1.0-gea1dc2a2fe60-1)…
Setting up linux-headers-7.1.0-linuxlite (7.1.0-gea1dc2a2fe60-1)…
==&gt; Installing kernel image
Selecting previously unselected package linux-image-7.1.0-linuxlite.
(Reading database… 273789 files and directories currently installed.)
Preparing to unpack …/linux-image-7.1.0-linuxlite_7.1.0-gea1dc2a2fe60-1_amd64.deb…
Unpacking linux-image-7.1.0-linuxlite (7.1.0-gea1dc2a2fe60-1)…
Setting up linux-image-7.1.0-linuxlite (7.1.0-gea1dc2a2fe60-1)…
Sign command: /usr/bin/kmodsign
Signing key: /var/lib/shim-signed/mok/MOK.priv
Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der

Autoinstall of module broadcom-sta/6.30.223.271 for kernel 7.1.0-linuxlite (x86_64)
Building module(s)...........(bad exit status: 2)
Failed command:
make -j2 KERNELRELEASE=7.1.0-linuxlite KVER=7.1.0-linuxlite

Error! Bad return status for module build on kernel: 7.1.0-linuxlite (x86_64)
Consult /var/lib/dkms/broadcom-sta/6.30.223.271/build/make.log for more information.

Autoinstall on 7.1.0-linuxlite failed for module(s) broadcom-sta(10).

Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
run-parts: /etc/kernel/postinst.d/dkms exited with return code 1
update-initramfs: Generating /boot/initrd.img-7.1.0-linuxlite
Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found background: /boot/grub_linux_lite.png
Found background image: /boot/grub_linux_lite.png
Found linux image: /boot/vmlinuz-7.1.0-linuxlite
Found initrd image: /boot/initrd.img-7.1.0-linuxlite
Found linux image: /boot/vmlinuz-7.0.0-linuxlite
Found initrd image: /boot/initrd.img-7.0.0-linuxlite
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
dpkg: error processing package linux-image-7.1.0-linuxlite (--install):
 old linux-image-7.1.0-linuxlite package postinst maintainer script subprocess failed with exit status 1
Errors were encountered while processing:
 linux-image-7.1.0-linuxlite

Installation failed. Your current kernel is unaffected.</code></div></div><br />
Had a quick look through the links to the Lite custom kernel but couldn't find anything on this or release notes about 7.1.0.  I realise this is new ground. Let me know if any further information is required.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Install Updates Error Log - Chrome NO_PUBKEY and PPA (thopiekar)]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=9953</link>
			<pubDate>Wed, 12 Aug 2026 14:23:31 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=8456">VersaNeolith</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=9953</guid>
			<description><![CDATA[============ Log ===========<br />
<br />
Hit:1 <a href="http://security.ubuntu.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://security.ubuntu.com/ubuntu</a> jammy-security InRelease<br />
Get:2 <a href="https://dl.google.com/linux/chrome/deb" target="_blank" rel="noopener" class="mycode_url">https://dl.google.com/linux/chrome/deb</a> stable InRelease [2.548 B]<br />
Hit:3 <a href="https://dl.google.com/linux/chrome-stable/deb" target="_blank" rel="noopener" class="mycode_url">https://dl.google.com/linux/chrome-stable/deb</a> stable InRelease<br />
Hit:5 <a href="http://archive.canonical.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://archive.canonical.com/ubuntu</a> jammy InRelease<br />
Err:2 <a href="https://dl.google.com/linux/chrome/deb" target="_blank" rel="noopener" class="mycode_url">https://dl.google.com/linux/chrome/deb</a> stable InRelease<br />
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY FD533C07C264648F<br />
Hit:6 <a href="http://us.archive.ubuntu.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://us.archive.ubuntu.com/ubuntu</a> jammy InRelease<br />
Ign:7 <a href="https://ppa.launchpadcontent.net/thopiekar/mt7601/ubuntu" target="_blank" rel="noopener" class="mycode_url">https://ppa.launchpadcontent.net/thopiek...601/ubuntu</a> jammy InRelease<br />
Hit:8 <a href="http://us.archive.ubuntu.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://us.archive.ubuntu.com/ubuntu</a> jammy-updates InRelease<br />
Err:9 <a href="https://ppa.launchpadcontent.net/thopiekar/mt7601/ubuntu" target="_blank" rel="noopener" class="mycode_url">https://ppa.launchpadcontent.net/thopiek...601/ubuntu</a> jammy Release<br />
  404  Not Found [IP: 185.125.189.188 443]<br />
Hit:4 <a href="https://repo.linuxliteos.com/linuxlite" target="_blank" rel="noopener" class="mycode_url">https://repo.linuxliteos.com/linuxlite</a> fluorite InRelease<br />
Hit:10 <a href="http://us.archive.ubuntu.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://us.archive.ubuntu.com/ubuntu</a> jammy-backports InRelease<br />
Reading package lists...<br />
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: <a href="https://dl.google.com/linux/chrome/deb" target="_blank" rel="noopener" class="mycode_url">https://dl.google.com/linux/chrome/deb</a> stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY FD533C07C264648F<br />
E: The repository 'https://ppa.launchpadcontent.net/thopiekar/mt7601/ubuntu jammy Release' does not have a Release file.]]></description>
			<content:encoded><![CDATA[============ Log ===========<br />
<br />
Hit:1 <a href="http://security.ubuntu.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://security.ubuntu.com/ubuntu</a> jammy-security InRelease<br />
Get:2 <a href="https://dl.google.com/linux/chrome/deb" target="_blank" rel="noopener" class="mycode_url">https://dl.google.com/linux/chrome/deb</a> stable InRelease [2.548 B]<br />
Hit:3 <a href="https://dl.google.com/linux/chrome-stable/deb" target="_blank" rel="noopener" class="mycode_url">https://dl.google.com/linux/chrome-stable/deb</a> stable InRelease<br />
Hit:5 <a href="http://archive.canonical.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://archive.canonical.com/ubuntu</a> jammy InRelease<br />
Err:2 <a href="https://dl.google.com/linux/chrome/deb" target="_blank" rel="noopener" class="mycode_url">https://dl.google.com/linux/chrome/deb</a> stable InRelease<br />
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY FD533C07C264648F<br />
Hit:6 <a href="http://us.archive.ubuntu.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://us.archive.ubuntu.com/ubuntu</a> jammy InRelease<br />
Ign:7 <a href="https://ppa.launchpadcontent.net/thopiekar/mt7601/ubuntu" target="_blank" rel="noopener" class="mycode_url">https://ppa.launchpadcontent.net/thopiek...601/ubuntu</a> jammy InRelease<br />
Hit:8 <a href="http://us.archive.ubuntu.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://us.archive.ubuntu.com/ubuntu</a> jammy-updates InRelease<br />
Err:9 <a href="https://ppa.launchpadcontent.net/thopiekar/mt7601/ubuntu" target="_blank" rel="noopener" class="mycode_url">https://ppa.launchpadcontent.net/thopiek...601/ubuntu</a> jammy Release<br />
  404  Not Found [IP: 185.125.189.188 443]<br />
Hit:4 <a href="https://repo.linuxliteos.com/linuxlite" target="_blank" rel="noopener" class="mycode_url">https://repo.linuxliteos.com/linuxlite</a> fluorite InRelease<br />
Hit:10 <a href="http://us.archive.ubuntu.com/ubuntu" target="_blank" rel="noopener" class="mycode_url">http://us.archive.ubuntu.com/ubuntu</a> jammy-backports InRelease<br />
Reading package lists...<br />
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: <a href="https://dl.google.com/linux/chrome/deb" target="_blank" rel="noopener" class="mycode_url">https://dl.google.com/linux/chrome/deb</a> stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY FD533C07C264648F<br />
E: The repository 'https://ppa.launchpadcontent.net/thopiekar/mt7601/ubuntu jammy Release' does not have a Release file.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Error Instlalling Updates - Thunderbird DOWNGRADE]]></title>
			<link>https://www.linuxliteos.com/forums/showthread.php?tid=9950</link>
			<pubDate>Wed, 05 Aug 2026 06:12:54 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linuxliteos.com/forums/member.php?action=profile&uid=8439">Kanebush</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linuxliteos.com/forums/showthread.php?tid=9950</guid>
			<description><![CDATA[============ Log ===========<br />
<br />
Reading package lists...<br />
Building dependency tree...<br />
Reading state information...<br />
Calculating upgrade...<br />
The following NEW packages will be installed:<br />
  gir1.2-adw-1 gir1.2-graphene-1.0 gir1.2-gtk-4.0 gir1.2-javascriptcoregtk-6.0<br />
  gir1.2-rsvg-2.0 gir1.2-webkit-6.0 libjavascriptcoregtk-6.0-1<br />
  libwebkitgtk-6.0-4 linux-headers-6.8.0-137 linux-headers-6.8.0-137-generic<br />
  linux-image-6.8.0-137-generic linux-modules-6.8.0-137-generic<br />
  linux-modules-extra-6.8.0-137-generic linux-tools-6.8.0-137<br />
  linux-tools-6.8.0-137-generic<br />
The following packages have been kept back:<br />
  inxi zenity zenity-common<br />
The following packages will be upgraded:<br />
  accountsservice alsa-ucm-conf amd64-microcode apparmor avahi-daemon<br />
  avahi-utils b43-fwcutter base-files bind9-dnsutils bind9-host bind9-libs<br />
  binutils binutils-common binutils-x86-64-linux-gnu bsdextrautils bsdutils<br />
  ca-certificates caca-utils cifs-utils cloud-init coreutils cpp-12 cpp-13<br />
  cpp-13-x86-64-linux-gnu cups cups-client cups-common cups-core-drivers<br />
  cups-daemon cups-ipp-utils cups-ppdc cups-server-common curl<br />
  distro-info-data dnsmasq-base dnsutils dpkg dpkg-dev eject evince<br />
  evince-common evolution-data-server-common fdisk file-roller<br />
  firmware-b43-installer firmware-b43legacy-installer firmware-sof-signed<br />
  fonts-opensymbol g++-13 g++-13-x86-64-linux-gnu gawk gcc-12 gcc-12-base<br />
  gcc-13 gcc-13-base gcc-13-x86-64-linux-gnu gcc-14-base gcc-14-base:i386<br />
  gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-glib-2.0-dev<br />
  gir1.2-gst-plugins-base-1.0 gir1.2-javascriptcoregtk-4.1 gir1.2-nm-1.0<br />
  gir1.2-packagekitglib-1.0 gir1.2-polkit-1.0 gir1.2-soup-2.4 gir1.2-soup-3.0<br />
  gir1.2-webkit2-4.1 gnome-keyring gnome-keyring-pkcs11 google-chrome-stable<br />
  gstreamer1.0-gl gstreamer1.0-plugins-base gstreamer1.0-plugins-good<br />
  gstreamer1.0-x gvfs gvfs-backends gvfs-common gvfs-daemons gvfs-fuse<br />
  gvfs-libs gzip heif-gdk-pixbuf heif-thumbnailer hplip hplip-data<br />
  i965-va-driver inetutils-telnet initramfs-tools initramfs-tools-bin<br />
  initramfs-tools-core intel-media-va-driver intel-microcode iproute2 jq kmod<br />
  kpartx kpartx-boot krb5-locales language-pack-en language-pack-en-base<br />
  libaccountsservice0 libapparmor1 libarchive13t64 libasan8 libasound2-data<br />
  libasound2t64 libatomic1 libatopology2t64 libavahi-client3<br />
  libavahi-common-data libavahi-common-data:i386 libavahi-common3<br />
  libavahi-core7 libavahi-glib1 libbinutils libblkid-dev libblkid1<br />
  libboost-iostreams1.83.0 libboost-locale1.83.0 libboost-thread1.83.0<br />
  libc-bin libc-dev-bin libc6 libc6:i386 libc6-dev libcaca0 libcap2<br />
  libcap2-bin libcc1-0 libctf-nobfd0 libctf0 libcups2t64 libcupsimage2t64<br />
  libcurl3t64-gnutls libcurl4t64 libde265-0 libdjvulibre-text libdjvulibre21<br />
  libdpkg-perl libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2<br />
  libdrm-radeon1 libdrm2 libegl-mesa0 libevdocument3-4t64 libevview3-3t64<br />
  libexif12 libexiv2-27 libexpat1 libexpat1-dev libfdisk1 libfreetype-dev<br />
  libfreetype6 libgbm1 libgcc-12-dev libgcc-13-dev libgcc-s1 libgcc-s1:i386<br />
  libgcrypt20 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-common libgfortran5 libgif7<br />
  libgirepository-2.0-0 libgl1-amber-dri libgl1-mesa-dri libglapi-amber<br />
  libglib2.0-0t64 libglib2.0-bin libglib2.0-data libglib2.0-dev<br />
  libglib2.0-dev-bin libglx-mesa0 libgnutls30t64 libgomp1 libgphoto2-6t64<br />
  libgphoto2-l10n libgphoto2-port12t64 libgprofng0 libgraphite2-3<br />
  libgssapi-krb5-2 libgstreamer-gl1.0-0 libgstreamer-plugins-base1.0-0<br />
  libgstreamer-plugins-good1.0-0 libgtk-4-1 libgtk-4-bin libgtk-4-common<br />
  libgtk-4-media-gstreamer libheif-plugin-aomenc libheif-plugin-dav1d<br />
  libheif-plugin-libde265 libheif-plugin-x265 libheif1 libhpmud0<br />
  libhtml-parser-perl libhttp-date-perl libhwasan0 libidn12 libigdgmm12<br />
  libinput-bin libinput10 libitm1 libjavascriptcoregtk-4.1-0 libjbig2dec0<br />
  libjq1 libk5crypto3 libkmod2 libkrb5-3 libkrb5support0 liblcms2-2<br />
  liblcms2-utils libldap-common libldap2 libldb2 libllvm20 liblsan0 liblzma5<br />
  libmount-dev libmount1 libmtp-common libmtp-runtime libmtp9t64 libncurses6<br />
  libncursesw6 libnetplan1 libnfs14 libnftables1 libnghttp2-14 libnm0<br />
  libnss-systemd libnss3 libntfs-3g89t64 libnuma1 libopenjp2-7<br />
  libpackagekit-glib2-18 libpam-cap libpam-modules libpam-modules-bin<br />
  libpam-runtime libpam-systemd libpam0g libperl5.38t64 libpipewire-0.3-0t64<br />
  libpipewire-0.3-common libplymouth5 libpng-dev libpng-tools libpng16-16t64<br />
  libpolkit-agent-1-0 libpolkit-gobject-1-0 libpoppler-cpp0t64<br />
  libpoppler-glib8t64 libpoppler134 libprotobuf-lite32t64 libpython3.12-dev<br />
  libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 libqpdf29t64<br />
  libquadmath0 librabbitmq4 libraw23t64 libreoffice-base-core<br />
  libreoffice-common libreoffice-core libreoffice-gnome libreoffice-gtk3<br />
  libreoffice-style-colibre libreoffice-style-elementary<br />
  libreoffice-style-tango libreoffice-style-yaru libreoffice-uiconfig-common<br />
  libsane-hpaio libsframe1 libsmartcols1 libsmbclient0 libsoup-2.4-1<br />
  libsoup-3.0-0 libsoup-3.0-common libsoup-gnome-2.4-1 libsoup2.4-common<br />
  libspa-0.2-modules libsqlite3-0 libssh-4 libssh-gcrypt-4 libssh2-1t64<br />
  libssl3t64 libstdc++-13-dev libstdc++6 libstdc++6:i386 libsystemd-dev<br />
  libsystemd-shared libsystemd0 libtiff6 libtinfo6 libtsan2 libubsan1 libudev1<br />
  libuno-cppu3t64 libuno-cppuhelpergcc3-3t64 libuno-purpenvhelpergcc3-3t64<br />
  libuno-sal3t64 libuno-salhelpergcc3-3t64 libuuid1 libva-drm2 libva-wayland2<br />
  libva-x11-2 libva2 libvncclient1 libvpx9 libwbclient0 libwebkit2gtk-4.1-0<br />
  libwww-perl libxatracker2 libxfont2 libxml-parser-perl libxml2 libxmlb2<br />
  libxnvctrl0 libxpm4 lintian linux-base linux-firmware linux-generic<br />
  linux-headers-generic linux-image-generic linux-libc-dev linux-tools-common<br />
  lite-autologin lite-desktop lite-info lite-patch lite-software lite-sounds<br />
  lite-sources lite-thememanager lite-themes lite-upgrade-series7<br />
  lite-usermanager lite-welcome locales lshw mailcap mesa-libgallium<br />
  mesa-va-drivers mesa-vdpau-drivers mintstick mount mtp-tools nano<br />
  ncurses-base ncurses-bin ncurses-term netplan-generator netplan.io<br />
  network-manager network-manager-openvpn network-manager-openvpn-gnome<br />
  nftables ntfs-3g nvidia-common open-vm-tools open-vm-tools-desktop<br />
  openjdk-17-jre-headless openjdk-21-jre-headless openssh-client<br />
  openssh-server openssh-sftp-server openssl openvpn packagekit<br />
  packagekit-tools perl perl-base perl-modules-5.38 pkexec plymouth<br />
  plymouth-label plymouth-theme-spinner plymouth-theme-ubuntu-text<br />
  plymouth-x11 policykit-1 polkitd poppler-utils postfix<br />
  printer-driver-cups-pdf printer-driver-hpcups printer-driver-hpijs<br />
  printer-driver-postscript-hp python-apt-common python3-apport python3-apt<br />
  python3-cryptography python3-distupgrade python3-httplib2 python3-idna<br />
  python3-jwt python3-ldb python3-mako python3-netplan python3-nftables<br />
  python3-pil python3-problem-report python3-samba python3-software-properties<br />
  python3-urllib3 python3.12 python3.12-dev python3.12-minimal qpdf rfkill<br />
  rsync rsyslog samba samba-ad-provision samba-common samba-common-bin<br />
  samba-dsdb-modules samba-libs samba-vfs-modules sed smbclient snapd<br />
  software-properties-common software-properties-gtk sudo systemd systemd-dev<br />
  systemd-hwe-hwdb systemd-resolved systemd-sysv tar telnet thermald tzdata<br />
  tzdata-legacy ubuntu-advantage-tools ubuntu-drivers-common ubuntu-pro-client<br />
  ubuntu-pro-client-l10n ubuntu-release-upgrader-core udev uno-libs-private<br />
  ure util-linux util-linux-extra uuid-dev uuid-runtime va-driver-all<br />
  vim-common vim-tiny wget wireless-regdb wpasupplicant xdg-dbus-proxy<br />
  xdg-desktop-portal xserver-common xserver-xorg-core xserver-xorg-legacy xxd<br />
  xz-utils<br />
The following packages will be DOWNGRADED:<br />
  thunderbird<br />
465 upgraded, 15 newly installed, 1 downgraded, 0 to remove and 3 not upgraded.<br />
E: Packages were downgraded and -y was used without --allow-downgrades.]]></description>
			<content:encoded><![CDATA[============ Log ===========<br />
<br />
Reading package lists...<br />
Building dependency tree...<br />
Reading state information...<br />
Calculating upgrade...<br />
The following NEW packages will be installed:<br />
  gir1.2-adw-1 gir1.2-graphene-1.0 gir1.2-gtk-4.0 gir1.2-javascriptcoregtk-6.0<br />
  gir1.2-rsvg-2.0 gir1.2-webkit-6.0 libjavascriptcoregtk-6.0-1<br />
  libwebkitgtk-6.0-4 linux-headers-6.8.0-137 linux-headers-6.8.0-137-generic<br />
  linux-image-6.8.0-137-generic linux-modules-6.8.0-137-generic<br />
  linux-modules-extra-6.8.0-137-generic linux-tools-6.8.0-137<br />
  linux-tools-6.8.0-137-generic<br />
The following packages have been kept back:<br />
  inxi zenity zenity-common<br />
The following packages will be upgraded:<br />
  accountsservice alsa-ucm-conf amd64-microcode apparmor avahi-daemon<br />
  avahi-utils b43-fwcutter base-files bind9-dnsutils bind9-host bind9-libs<br />
  binutils binutils-common binutils-x86-64-linux-gnu bsdextrautils bsdutils<br />
  ca-certificates caca-utils cifs-utils cloud-init coreutils cpp-12 cpp-13<br />
  cpp-13-x86-64-linux-gnu cups cups-client cups-common cups-core-drivers<br />
  cups-daemon cups-ipp-utils cups-ppdc cups-server-common curl<br />
  distro-info-data dnsmasq-base dnsutils dpkg dpkg-dev eject evince<br />
  evince-common evolution-data-server-common fdisk file-roller<br />
  firmware-b43-installer firmware-b43legacy-installer firmware-sof-signed<br />
  fonts-opensymbol g++-13 g++-13-x86-64-linux-gnu gawk gcc-12 gcc-12-base<br />
  gcc-13 gcc-13-base gcc-13-x86-64-linux-gnu gcc-14-base gcc-14-base:i386<br />
  gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-glib-2.0-dev<br />
  gir1.2-gst-plugins-base-1.0 gir1.2-javascriptcoregtk-4.1 gir1.2-nm-1.0<br />
  gir1.2-packagekitglib-1.0 gir1.2-polkit-1.0 gir1.2-soup-2.4 gir1.2-soup-3.0<br />
  gir1.2-webkit2-4.1 gnome-keyring gnome-keyring-pkcs11 google-chrome-stable<br />
  gstreamer1.0-gl gstreamer1.0-plugins-base gstreamer1.0-plugins-good<br />
  gstreamer1.0-x gvfs gvfs-backends gvfs-common gvfs-daemons gvfs-fuse<br />
  gvfs-libs gzip heif-gdk-pixbuf heif-thumbnailer hplip hplip-data<br />
  i965-va-driver inetutils-telnet initramfs-tools initramfs-tools-bin<br />
  initramfs-tools-core intel-media-va-driver intel-microcode iproute2 jq kmod<br />
  kpartx kpartx-boot krb5-locales language-pack-en language-pack-en-base<br />
  libaccountsservice0 libapparmor1 libarchive13t64 libasan8 libasound2-data<br />
  libasound2t64 libatomic1 libatopology2t64 libavahi-client3<br />
  libavahi-common-data libavahi-common-data:i386 libavahi-common3<br />
  libavahi-core7 libavahi-glib1 libbinutils libblkid-dev libblkid1<br />
  libboost-iostreams1.83.0 libboost-locale1.83.0 libboost-thread1.83.0<br />
  libc-bin libc-dev-bin libc6 libc6:i386 libc6-dev libcaca0 libcap2<br />
  libcap2-bin libcc1-0 libctf-nobfd0 libctf0 libcups2t64 libcupsimage2t64<br />
  libcurl3t64-gnutls libcurl4t64 libde265-0 libdjvulibre-text libdjvulibre21<br />
  libdpkg-perl libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2<br />
  libdrm-radeon1 libdrm2 libegl-mesa0 libevdocument3-4t64 libevview3-3t64<br />
  libexif12 libexiv2-27 libexpat1 libexpat1-dev libfdisk1 libfreetype-dev<br />
  libfreetype6 libgbm1 libgcc-12-dev libgcc-13-dev libgcc-s1 libgcc-s1:i386<br />
  libgcrypt20 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-common libgfortran5 libgif7<br />
  libgirepository-2.0-0 libgl1-amber-dri libgl1-mesa-dri libglapi-amber<br />
  libglib2.0-0t64 libglib2.0-bin libglib2.0-data libglib2.0-dev<br />
  libglib2.0-dev-bin libglx-mesa0 libgnutls30t64 libgomp1 libgphoto2-6t64<br />
  libgphoto2-l10n libgphoto2-port12t64 libgprofng0 libgraphite2-3<br />
  libgssapi-krb5-2 libgstreamer-gl1.0-0 libgstreamer-plugins-base1.0-0<br />
  libgstreamer-plugins-good1.0-0 libgtk-4-1 libgtk-4-bin libgtk-4-common<br />
  libgtk-4-media-gstreamer libheif-plugin-aomenc libheif-plugin-dav1d<br />
  libheif-plugin-libde265 libheif-plugin-x265 libheif1 libhpmud0<br />
  libhtml-parser-perl libhttp-date-perl libhwasan0 libidn12 libigdgmm12<br />
  libinput-bin libinput10 libitm1 libjavascriptcoregtk-4.1-0 libjbig2dec0<br />
  libjq1 libk5crypto3 libkmod2 libkrb5-3 libkrb5support0 liblcms2-2<br />
  liblcms2-utils libldap-common libldap2 libldb2 libllvm20 liblsan0 liblzma5<br />
  libmount-dev libmount1 libmtp-common libmtp-runtime libmtp9t64 libncurses6<br />
  libncursesw6 libnetplan1 libnfs14 libnftables1 libnghttp2-14 libnm0<br />
  libnss-systemd libnss3 libntfs-3g89t64 libnuma1 libopenjp2-7<br />
  libpackagekit-glib2-18 libpam-cap libpam-modules libpam-modules-bin<br />
  libpam-runtime libpam-systemd libpam0g libperl5.38t64 libpipewire-0.3-0t64<br />
  libpipewire-0.3-common libplymouth5 libpng-dev libpng-tools libpng16-16t64<br />
  libpolkit-agent-1-0 libpolkit-gobject-1-0 libpoppler-cpp0t64<br />
  libpoppler-glib8t64 libpoppler134 libprotobuf-lite32t64 libpython3.12-dev<br />
  libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 libqpdf29t64<br />
  libquadmath0 librabbitmq4 libraw23t64 libreoffice-base-core<br />
  libreoffice-common libreoffice-core libreoffice-gnome libreoffice-gtk3<br />
  libreoffice-style-colibre libreoffice-style-elementary<br />
  libreoffice-style-tango libreoffice-style-yaru libreoffice-uiconfig-common<br />
  libsane-hpaio libsframe1 libsmartcols1 libsmbclient0 libsoup-2.4-1<br />
  libsoup-3.0-0 libsoup-3.0-common libsoup-gnome-2.4-1 libsoup2.4-common<br />
  libspa-0.2-modules libsqlite3-0 libssh-4 libssh-gcrypt-4 libssh2-1t64<br />
  libssl3t64 libstdc++-13-dev libstdc++6 libstdc++6:i386 libsystemd-dev<br />
  libsystemd-shared libsystemd0 libtiff6 libtinfo6 libtsan2 libubsan1 libudev1<br />
  libuno-cppu3t64 libuno-cppuhelpergcc3-3t64 libuno-purpenvhelpergcc3-3t64<br />
  libuno-sal3t64 libuno-salhelpergcc3-3t64 libuuid1 libva-drm2 libva-wayland2<br />
  libva-x11-2 libva2 libvncclient1 libvpx9 libwbclient0 libwebkit2gtk-4.1-0<br />
  libwww-perl libxatracker2 libxfont2 libxml-parser-perl libxml2 libxmlb2<br />
  libxnvctrl0 libxpm4 lintian linux-base linux-firmware linux-generic<br />
  linux-headers-generic linux-image-generic linux-libc-dev linux-tools-common<br />
  lite-autologin lite-desktop lite-info lite-patch lite-software lite-sounds<br />
  lite-sources lite-thememanager lite-themes lite-upgrade-series7<br />
  lite-usermanager lite-welcome locales lshw mailcap mesa-libgallium<br />
  mesa-va-drivers mesa-vdpau-drivers mintstick mount mtp-tools nano<br />
  ncurses-base ncurses-bin ncurses-term netplan-generator netplan.io<br />
  network-manager network-manager-openvpn network-manager-openvpn-gnome<br />
  nftables ntfs-3g nvidia-common open-vm-tools open-vm-tools-desktop<br />
  openjdk-17-jre-headless openjdk-21-jre-headless openssh-client<br />
  openssh-server openssh-sftp-server openssl openvpn packagekit<br />
  packagekit-tools perl perl-base perl-modules-5.38 pkexec plymouth<br />
  plymouth-label plymouth-theme-spinner plymouth-theme-ubuntu-text<br />
  plymouth-x11 policykit-1 polkitd poppler-utils postfix<br />
  printer-driver-cups-pdf printer-driver-hpcups printer-driver-hpijs<br />
  printer-driver-postscript-hp python-apt-common python3-apport python3-apt<br />
  python3-cryptography python3-distupgrade python3-httplib2 python3-idna<br />
  python3-jwt python3-ldb python3-mako python3-netplan python3-nftables<br />
  python3-pil python3-problem-report python3-samba python3-software-properties<br />
  python3-urllib3 python3.12 python3.12-dev python3.12-minimal qpdf rfkill<br />
  rsync rsyslog samba samba-ad-provision samba-common samba-common-bin<br />
  samba-dsdb-modules samba-libs samba-vfs-modules sed smbclient snapd<br />
  software-properties-common software-properties-gtk sudo systemd systemd-dev<br />
  systemd-hwe-hwdb systemd-resolved systemd-sysv tar telnet thermald tzdata<br />
  tzdata-legacy ubuntu-advantage-tools ubuntu-drivers-common ubuntu-pro-client<br />
  ubuntu-pro-client-l10n ubuntu-release-upgrader-core udev uno-libs-private<br />
  ure util-linux util-linux-extra uuid-dev uuid-runtime va-driver-all<br />
  vim-common vim-tiny wget wireless-regdb wpasupplicant xdg-dbus-proxy<br />
  xdg-desktop-portal xserver-common xserver-xorg-core xserver-xorg-legacy xxd<br />
  xz-utils<br />
The following packages will be DOWNGRADED:<br />
  thunderbird<br />
465 upgraded, 15 newly installed, 1 downgraded, 0 to remove and 3 not upgraded.<br />
E: Packages were downgraded and -y was used without --allow-downgrades.]]></content:encoded>
		</item>
	</channel>
</rss>