Author Topic: jens-lody-debian-keyring  (Read 3572 times)

Offline oneiric

  • Single posting newcomer
  • *
  • Posts: 6
jens-lody-debian-keyring
« on: January 28, 2020, 06:28:52 am »
Greetings,

Using apt-get install jens-lody-debian-keyring doesn't work. How does one install the keyring? (I'm running Debian 10.)

Thanks.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: jens-lody-debian-keyring
« Reply #1 on: January 28, 2020, 06:55:24 am »
Did you add his repository? And, then update the packages?

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline oneiric

  • Single posting newcomer
  • *
  • Posts: 6
Re: jens-lody-debian-keyring
« Reply #2 on: January 28, 2020, 04:27:51 pm »
Tim,

Yes. I've completed installing Buster (belatedly) and I'm in the midst of reinstalling everything. I've updated sources.list and run apt-get update/upgrade.

This is the result when I try to add the keyring:
root@debian:/home/oneiric# apt-get update
. . .
W: GPG error: https://apt.jenslody.de/stable stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C5C6563A3CCA431B
E: The repository 'https://apt.jenslody.de/stable stable Release' 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.

root@debian:/home/oneiric# apt-get install jens-lody-debian-keyring
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package jens-lody-debian-keyring
root@debian:/home/oneiric#

Offline oneiric

  • Single posting newcomer
  • *
  • Posts: 6
Re: jens-lody-debian-keyring
« Reply #3 on: January 28, 2020, 04:31:26 pm »
cont'd

This is the sources.list entry for the repository:

# Code::Blocks packages (SVN build) using apt
deb [arch=amd64,i386] https://apt.jenslody.de/stable stable main
deb-src https://apt.jenslody.de/stable stable main

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: jens-lody-debian-keyring
« Reply #4 on: January 28, 2020, 06:39:36 pm »
Going to need to wait for a Debian expert to tell you how to get around the issue.

Edit: You might read and try https://askubuntu.com/questions/732985/force-update-from-unsigned-repository

Tim S.
« Last Edit: January 28, 2020, 06:42:24 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: jens-lody-debian-keyring
« Reply #5 on: January 28, 2020, 07:48:56 pm »
At the bottom of the https://apt.jenslody.de/ you find this text
Quote
Nevertheless, if you want to contact me directly, you can send me an E-Mail or a Personal Message via the Code::Blocks - forum (nickname jens).

This is the only option you have.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline oneiric

  • Single posting newcomer
  • *
  • Posts: 6
Re: jens-lody-debian-keyring
« Reply #6 on: January 28, 2020, 08:46:26 pm »
Thanks for the advice. This may wind up being filed under "read the manpage, stupid" (for apt-get).

And I may wind up contacting Jens, too.

Thanks again.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: jens-lody-debian-keyring
« Reply #7 on: January 28, 2020, 09:57:56 pm »
Most probably the repo is out of date.

I think Jens has migrated to redhat based distros and I don't know if he is actively maintaining his debian repos.
If all ends badly it is not hard to build packages yourself.
The steps are: read a manual how to build debian packages, run the command, install missing deps, repeat the command ;)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline oneiric

  • Single posting newcomer
  • *
  • Posts: 6
Re: jens-lody-debian-keyring
« Reply #8 on: January 28, 2020, 11:07:05 pm »
"If all ends badly it is not hard to build packages yourself."

With my new installation, that's what I intend to do with all tarball source I choose to install: convert them into .deb packages and avoid the headache of trying to remove every last scrap of tarball installations when I want to update to a new release. In fact, that's what I intended to do with code::blocks, but there was a DEB version available (supposedly).

Offline oneiric

  • Single posting newcomer
  • *
  • Posts: 6
Re: jens-lody-debian-keyring
« Reply #9 on: January 28, 2020, 11:12:03 pm »
cont'd

Actually, to be clear, I have 16.01 installed from the Debian repository, but I was hoping to install the latest-and-greatest (with periodic updates!).