Topic: NO_PUBKEY BC9F825E1D4FB6C1 - Download for Debian Bookworm

When appending

deb https://debian.qelectrotech.org/qet/builds/debian stable main

to /etc/apt/sources.list and

$ apt update

i get this error message: NO_PUBKEY BC9F825E1D4FB6C1

Furthermore i get a warning that apt-key is deprecated.

How do i install the latest stable QElectrotech under Debian bookworm?

Re: NO_PUBKEY BC9F825E1D4FB6C1 - Download for Debian Bookworm

https://qelectrotech.org/wiki_new/doc/install_debian

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

Re: NO_PUBKEY BC9F825E1D4FB6C1 - Download for Debian Bookworm

This is wher I begun, but already the command

gpg --verbose  --keyserver pgpkeys.mit.edu --recv-key 1D4FB6C1

fails with

gpg: Server indicated a failure

Re: NO_PUBKEY BC9F825E1D4FB6C1 - Download for Debian Bookworm

Try

wget -q -O - https://debian.qelectrotech.org/qet/builds/debian/Qelectrotech_Repository.asc | sudo apt-key add -

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

Re: NO_PUBKEY BC9F825E1D4FB6C1 - Download for Debian Bookworm

For the record and users who run Debian GNU/Linux unstable:

apt-key is not available in Debian unstable anymore!

For a few days now, this is the way to go:

  • download key-file:
    wget -q https://debian.qelectrotech.org/qet/bui … sitory.asc
    and save (as root) to /etc/apt/keyrings

  • adjust sources-list entry for QElectroTech
    file needs the ending ".sources" as in this example:
    /etc/apt/sources.list.d/qelectrotech.sources

  • content of qelectrotech.sources:

# draw electric diagrams with QElectroTech
# 
Types:      deb
URIs:       https://debian.qelectrotech.org/qet/builds/debian/
Suites:     unstable
Components: main
Enabled:    yes
Signed-By:  /etc/apt/keyrings/Qelectrotech_Repository.asc
  • from here everything further is known:
    apt update
    apt install qelectrotech

@scorpio810:
Maybe you can update the information on QET-Homepage, Laurent?
Thanks in advance!  nomicons/smile

Fragen zu QET gehören in dieses Forum und werden nicht per PM beantwortet! – Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

Re: NO_PUBKEY BC9F825E1D4FB6C1 - Download for Debian Bookworm

Strange, again?
see --> Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details

https://qelectrotech.org/wiki_new/doc/i … or_details

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

Re: NO_PUBKEY BC9F825E1D4FB6C1 - Download for Debian Bookworm

Perhaps because the system was installed a long time ago and has only been updated since then?

In any case: The qelectrotech.sources described above also works with Debian Bookworm.

Fragen zu QET gehören in dieses Forum und werden nicht per PM beantwortet! – Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !