Skip to main content

Questions tagged [apt-key]

The tag has no usage guidance.

0 votes
1 answer
173 views

multiple commands in linux shell

I have just come across an article describing process of installing containerD runtime and I'm a little dubious about the command mentioned, maybe a typo but I want to get clarity on it. The command ...
JayD's user avatar
  • 103
1 vote
0 answers
136 views

Why suddenly apt-get output became colored?

I'm trying to get wine. I've been doing instructions from https://wiki.winehq.org/Ubuntu and on sudo apt update I've seen "E: The repository 'cdrom ..." with red "E". Just several ...
Martian2020's user avatar
  • 1,219
1 vote
0 answers
586 views

GPG key could not be added by apt-key on Ubuntu 20.04

I can not add the gpg key for apt repository into keychain. But I can add it through the gpg --import When I try to add it with apt-key add, it just doesn't appear there, and I get no obvious error: ...
VmeansVendetta's user avatar
0 votes
1 answer
136 views

apt-key: gpg: conversmon from '�t�-8' to &UTF-8' not evailable

If i run sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1655A0AB68576280 i get gpg: conversmon from '�t�-8' to &UTF-8' not evailable. segmentation fault (This is the original ...
mkcdu's user avatar
  • 13
3 votes
2 answers
6k views

Can't upgrade Jenkins on Debian11, the public key is not available: NO_PUBKEY FCEF32E745F2C3D5

I try to upgrade jenkins. I use the new way to use gpg keys: wget https://pkg.jenkins.io/debian-stable/jenkins.io.key gpg --dearmor jenkins.io.key mv jenkins.io.key.gpg /usr/share/keyrings/jenkins-...
Mévatlavé Kraspek's user avatar
10 votes
1 answer
4k views

repo.skype.com/deb/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION

The following warning message appears during my apt-get update && apt-get upgrade procedure on Linux Mint 21: W: https://repo.skype.com/deb/dists/stable/InRelease: Key is stored in legacy ...
Vlastimil Burián's user avatar
1 vote
1 answer
315 views

Linux Mint: How to prevent Slack from re-inserting its key to apt-key

Since apt-key is now deprecated, I have exported and copied all of my package keys to the gpg folder and updated the corresponding /sources.list.d/* accordingly by adding the [signed-by=/usr/share/...
J Weezy's user avatar
  • 133
0 votes
1 answer
1k views

APT-KEY GPG --recv-key process hangs without any network traffic

On Debian 11, running as root. I am attempying to add the mysql repository public key (due to the expiry in Feb) and update to mysql 8.0, but every apt-key or gpg command I run just HANGS. Even adding ...
user avatar
1 vote
1 answer
3k views

no public key on debian 11 unable to apt update

I've tried all methods published in older questions, such as adding from ubuntu.keyserver, using gpg, from hkp://pool.sks-keyservers.net:80 etc, any ideas ¿? gpg: gpg --recv-keys 0E61D3BBAAEE37FE gpg: ...
ser356's user avatar
  • 58
5 votes
2 answers
2k views

Migrating away from apt-key adv

I have quite some scripts that are still using the apt-key adv command. And I know this command is deprecated. And soon becoming unable to use. Correct me if I'm wrong, but Debian 11 is the last ...
Melroy van den Berg's user avatar
27 votes
2 answers
15k views

Now that apt-key is deprecated, how do you add an Ubuntu PPA as a Debian APT source?

Background In the past, if you wanted to install software from an Ubuntu PPA in Debian, the approach was to import/trust the developer's GPG key from keyserver.ubuntu.com, $ sudo apt-key adv --recv-...
Ryan Lue's user avatar
  • 1,076
3 votes
1 answer
8k views

I am suddenly getting " Unknown error executing apt-key" when attempting to update my system

I have been able to update my system and suddenly I am getting an error Unknown error executing apt-key and I have no idea what caused it. Also when I attempt any query of the key I get an error /...
bdaniel's user avatar
  • 31
1 vote
1 answer
387 views

Update php key debian/ubuntu

How I can renew php key in apt ? the one I'm using is almost expired. I've tried to use https://packages.sury.org/php/apt.gpg but it will also expire on 2021-03-17.
BOUKANDOURA Mhamed's user avatar
3 votes
1 answer
5k views

What are the keyid and finguerprint of a public key in gpg and apt-key?

https://superuser.com/a/931814/ says Here follows an example command to use the GnuPG package's gpg command to receive a key (-recv-keys) with the fingerprint 7CE8FC69BE118222: $ gpg --recv-keys ...
Tim's user avatar
  • 103k
1 vote
2 answers
6k views

How to locate an URL that serves public GPG key for a package repository?

When I install [email protected] and [email protected] in my Debian Jessie docker image with apt-get install -y software-properties-common && \ add-apt-repository 'deb http://archive.ubuntu.com/ubuntu ...
Hirurg103's user avatar
  • 111

15 30 50 per page