2025-12-17, 03:31 PM
I recently got Errors with updating my bookworm System after upgrading to Node 22.
The Solution was to disable the Nodejs.list from Openplotter:
... now the upgrade runs again.
Code:
Reading package lists... Done
E: The repository 'https://deb.nodesource.com/node_20.x bookworm Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.The Solution was to disable the Nodejs.list from Openplotter:
Code:
sudo nano /etc/apt/sources.list.d/openplotterNodejs.list
# deb https://deb.nodesource.com/node_20.x bookworm main
# deb-src https://deb.nodesource.com/node_20.x bookworm main... now the upgrade runs again.

