Posts: 121
Threads: 27
Joined: Aug 2019
Reputation:
0
System Specs
| Operating System – Linux Lite | Linux Lite 7.8 |
| CPU / Processor | intelcore i5-3570 |
| Memory (RAM) | 24 GB |
| Storage | mSATA SSD |
| Graphics (GPU) | NV106 |
After fixing this Nvidia issue with the Fetch Updates List box being blank, I tried to update and only get errors:
"
Error Fetching Updates
Failed to update package lists"
===================================
Linux Lite Updates Log
Date: Sat Jun 20 08:15:13 PM CDT 2026
===================================
STATUS:LOCK_OK
--- Updating Package Lists ---
Started: Sat Jun 20 08:15:14 PM CDT 2026
STATUS:UPDATING
Hit:1
http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:2
https://dl.google.com/linux/chrome/deb stable InRelease
Hit:4
http://us.archive.ubuntu.com/ubuntu noble InRelease
Hit:5
https://dl.google.com/linux/chrome-stable/deb stable InRelease
Hit:6
http://us.archive.ubuntu.com/ubuntu noble-updates InRelease
Hit:7
http://us.archive.ubuntu.com/ubuntu noble-backports InRelease
Hit:9
https://ppa.launchpadcontent.net/dtl131/...ack/ubuntu noble InRelease
Ign:3
https://dl.bintray.com/etcher/debian stable InRelease
Hit:11
https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu noble InRelease
Err:10
https://dl.bintray.com/etcher/debian stable Release
404 Not Found [IP: 18.214.194.113 443]
Hit:12
https://packages.mozilla.org/apt mozilla InRelease
Hit:8
https://repo.linuxliteos.com/linuxlite galena InRelease
Reading package lists...
E: The repository 'https://deb.etcher.io stable Release' does not have a Release file.
Finished: Sat Jun 20 08:15:16 PM CDT 2026
STATUS:UPDATE_FAILED
The Eternal Beginner
LL 7.8 - Intel Core i5-3570 - 24gb RAM - NVIDIA GeForce GT 710 - NV106
(This post was last modified:
2 hours ago by
stevef.
Edit Reason: subject updated
)
Posts: 121
Threads: 27
Joined: Aug 2019
Reputation:
0
I do not recall trying to install Etcher - This is a relatively fresh install of LL7.8. Did it come with LL7.8? I see an included program for burning ISO image sticks
Code:
inxi -r
Repos:
Active apt repos in: /etc/apt/sources.list
1: deb http://us.archive.ubuntu.com/ubuntu/ noble main restricted
2: deb http://us.archive.ubuntu.com/ubuntu/ noble-updates main restricted
3: deb http://us.archive.ubuntu.com/ubuntu/ noble universe
4: deb http://us.archive.ubuntu.com/ubuntu/ noble-updates universe
5: deb http://us.archive.ubuntu.com/ubuntu/ noble multiverse
6: deb http://us.archive.ubuntu.com/ubuntu/ noble-updates multiverse
7: deb http://us.archive.ubuntu.com/ubuntu/ noble-backports main restricted universe multiverse
8: deb http://security.ubuntu.com/ubuntu noble-security main restricted
9: deb http://security.ubuntu.com/ubuntu noble-security universe
10: deb http://security.ubuntu.com/ubuntu noble-security multiverse
Active apt repos in: /etc/apt/sources.list.d/balena-etcher.list
1: deb https://deb.etcher.io stable etcher
Active apt repos in: /etc/apt/sources.list.d/google-chrome.list
1: deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main
Active apt repos in: /etc/apt/sources.list.d/linuxlite.list
1: deb http://repo.linuxliteos.com/linuxlite/ galena main
Active apt repos in: /etc/apt/sources.list.d/mozilla.list
1: deb [signed-by=/etc/apt/keyrings/packages.mozilla.org.asc] https://packages.mozilla.org/apt mozilla main
Active apt repos in: /etc/apt/sources.list.d/dtl131-ubuntu-nvidia470repack-noble.sources
1: deb https://ppa.launchpadcontent.net/dtl131/nvidia470repack/ubuntu/ noble main
Active apt repos in: /etc/apt/sources.list.d/google-chrome.sources
1: deb [arch=amd64] https://dl.google.com/linux/chrome-stable/deb/ stable main
Active apt repos in: /etc/apt/sources.list.d/mozillateam-ubuntu-ppa-noble.sources
1: deb https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu/ noble main
The Eternal Beginner
LL 7.8 - Intel Core i5-3570 - 24gb RAM - NVIDIA GeForce GT 710 - NV106
Posts: 121
Threads: 27
Joined: Aug 2019
Reputation:
0
Code:
ls -al /etc/apt/sources.list.d/
total 44
drwxr-xr-x 2 root root 4096 Jun 20 19:00 .
drwxr-xr-x 8 root root 4096 Jun 12 13:55 ..
-rw-r--r-- 1 root root 40 Jun 12 13:55 balena-etcher.list
-rw-r--r-- 1 root root 1802 Jun 12 13:25 dtl131-ubuntu-nvidia470repack-noble.sources
-rw-r--r-- 1 root root 190 Jun 12 13:25 google-chrome.list
-rw-r--r-- 1 root root 225 Apr 22 2023 google-chrome.list.distUpgrade
-rw-r--r-- 1 root root 334 Jun 20 19:00 google-chrome.sources
-rw-r--r-- 1 root root 56 Jun 20 19:42 linuxlite.list
-rw-r--r-- 1 root root 56 Jun 20 19:42 linuxlite.list.save
-rw-r--r-- 1 root root 105 Jun 12 13:25 mozilla.list
-rw-r--r-- 1 root root 1789 Jun 12 13:25 mozillateam-ubuntu-ppa-noble.sources
Code:
cat /etc/apt/sources.list.d/balena-etcher.list
deb https://deb.etcher.io stable etcher
Code:
cat /var/log/dpkg.log | grep -i "balena\|etcher"
cw ~ 0 1
The Eternal Beginner
LL 7.8 - Intel Core i5-3570 - 24gb RAM - NVIDIA GeForce GT 710 - NV106