Page 1 of 1
Problem: The repository 'https://packages.debian.org bookworm InRelease' is not signed
Posted: Sun Oct 20, 2024 4:50 am
by charlie6
Hi,
doing in a terminal
Code: Select all
# apt-get update
Hit:1 http://deb.debian.org/debian bookworm-updates InRelease
Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
Get:3 https://packages.debian.org bookworm InRelease
Err:3 https://packages.debian.org bookworm InRelease
Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
Reading package lists... Done
E: Failed to fetch https://packages.debian.org/dists/bookworm/InRelease Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
E: The repository 'https://packages.debian.org bookworm InRelease' is not signed.
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.
#
I am trying to install lxrandr using apt-get as it does not work using Synaptic.
Thanks for any help.
Charlie
Re: Problem: The repository 'https://packages.debian.org bookworm InRelease' is not signed
Posted: Mon Nov 04, 2024 12:47 pm
by bigpup
What specific version of BookwormPup64????
Is the date and time setting correct in the desktop tray?
Re: Problem: The repository 'https://packages.debian.org bookworm InRelease' is not signed
Posted: Sun Nov 10, 2024 10:23 am
by charlie6
Hi again bigpup,
What specific version of BookwormPup64????
Here running 10.0.8
Is the date and time setting correct in the desktop tray?
I use to set date and time from internet for Europe/Brussesl (GMT +1 as now) ... so I assume they should be correct ...?
I also googled around and founded some analog issues - same error message «https:// ...blablibla ...not signed» - but without finding any fix.
I moreover did not have found such an issue in the puppy forum.
Thanks for any help.
Sorry for my late reply
Cheers, charlie
Re: Problem: The repository 'https://packages.debian.org bookworm InRelease' is not signed
Posted: Sun Nov 10, 2024 12:44 pm
by fredx181
@charlie6
You may need to check what's in /etc/apt/sources.list, for me it's this (and works ok):
Code: Select all
deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
deb http://deb.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
With https://packages.debian.org
it's indeed not working (no idea how it gets there for you btw, or is it perhaps in /etc/apt/sources.d ?).
Re: Problem: The repository 'https://packages.debian.org bookworm InRelease' is not signed
Posted: Tue Nov 12, 2024 2:15 pm
by charlie6
Hi fredx181,
thanks for your reply,
I'll have a look and let you know.
Cheers, Charlie
Re: Problem: The repository 'https://packages.debian.org bookworm InRelease' is not signed
Posted: Fri Nov 15, 2024 10:56 am
by charlie6
Hi fredx181,
have installed the github BW64Pup BookwormPup64-ghtest-10.0.8-241101.iso
the etc/apt/source.list is populated as in your previous post.
and
doing apt update in terminal worked as expected
Lot of thanks for your time
Charlie