-
-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details #3006
Comments
you can just use the installation script instead |
@nguyensang28
|
On new apt version keys located on
|
Hii @varlesh The first step was to locate the old key and remove it. sudo apt-key del 647CAE7F This worked fine. I copy pasted the new instructions but it gave the following error. $ sudo gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/papirus.gpg --keyserver keyserver.ubuntu.com --recv E58A9D36647CAE7F
gpg: keyring '/etc/apt/trusted.gpg.d/papirus.gpg' created
gpg: failed to create temporary file '/root/.gnupg/.#lk0x000055f4448cc780.vaiozone.4301': No such file or directory
gpg: connecting dirmngr at '/root/.gnupg/S.dirmngr' failed: No such file or directory
gpg: keyserver receive failed: No dirmngr (The commands before this command ran fine, I have dirmngr installed too, even restarted system). I think this issue is because of the use of I thought of doing same, I searched for Then I did $ cat key.txt | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/papirus.gpg > /dev/null
$ sudo chmod 644 /etc/apt/trusted.gpg.d/papirus.gpg # I don't know if it is needed (other repos don't use it)
# But I still did it because the papirus.gpg file in trusted.gpg.d didn't have rw-r-r This imported the key! Finally, I don't know if the issue is a thing that happened because of some quirks in my system, but this is how I solved. May be if future readers face the same problem, they can solve using this. Thanks again 😄 ! |
@J-Arun-Mani Please check this command on your OS (after |
@dsgsdg3 Похоже какие-то проблемы с конфигом gpg или dirmnr по-дефолту в skel или где-либо еще. Вверху альтернативный способ получения ключа, протестируйте плиз. |
@varlesh yes, it works fine. To summarize, this is exactly what I did to ensure: $ # Removal
$ sudo rm /etc/apt/trusted.gpg.d/papirus.gpg
$ sudo rm /etc/apt/sources.list.d/papirus-ppa.list
$ sudo apt update $ # Install
$ sudo sh -c "echo 'deb http://ppa.launchpad.net/papirus/papirus/ubuntu focal main' > /etc/apt/sources.list.d/papirus-ppa.list"
$ curl -fsSL 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xe58a9d36647cae7f' | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/papirus.gpg > /dev/null $ # Checking
$ sudo apt update
...
Hit:3 http://ppa.launchpad.net/papirus/papirus/ubuntu focal InRelease
... So yea, this works fine ✌️ |
Hi, I think I'm having kind of the same error, but i've tried lot of things and still cant make it wotk, after Docker installation I went to "apt'get update" giving me this problem: W: https://download.docker.com/linux/debian/dists/buster/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. I started with Kali Linux a month ago and I'm still nobb...if anyone could help me will be very thankful. |
@LahimaGuru With that,
|
мне это не интересно. я скачал с сайта и установил
https://www.pling.com/p/1166289/
извини.
если мне надо. я сам обновлю в ручном режиме.
пт, 11 мар. 2022 г. в 17:10, J Arun Mani ***@***.***>:
… @LahimaGuru <https://github.com/LahimaGuru>
Hi there.
This repo is for Papirus icons and so you should check out Docker user
groups on how to fix the warning. Because the steps involved will vary by a
lot of degree.
With that,
1. Install using the repository
<https://docs.docker.com/engine/install/debian/#install-using-the-repository>
uses the new method which shouldn't give you the warning. You should ask
Docker devs for the updating guide.
2. If you are a beginner, please skip Kali and use a general purpose
OS like Debian, Fedora, Ubuntu or Linux Mint.
Cheers.
—
Reply to this email directly, view it on GitHub
<#3006 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXBQP4MJ4UAOZRQ64TV3ZYDU7NH5HANCNFSM5PO6DUBQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
@varlesh: I've found that on a fresh install of Linux Mint 21, if I follow the instructions for (Ubuntu and Derivatives)[https://github.com/PapirusDevelopmentTeam/papirus-icon-theme#ubuntu-and-derivatives} I still get the error: |
Tried my best to make sure it's not a duplicate, but if yes, I'm sorry.
I installed the icon pack using the commands mentioned in Debian and derivatives.
During
sudo apt update
, I get this warning.My version of
apt
is 2.4.0, so you can view the deprecation section in unstable man pages (as of writing this issue).Since I'm on testing edition and also since it is only warning, we have a lot of time to upgrade the existing installation setup.
Thank you 😄
The text was updated successfully, but these errors were encountered: