Wp Toolkit Key Deprecation during system update
Hello,
updating my server with Ubuntu 22.04 and with the command "apt update" the utility shows me this error:
```
https://wp-toolkit.plesk.com/cPanel/Ubuntu-22.04-x86_64/latest/wp-toolkit/./InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
```
I solved this error through the following command:
curl -s https://wp-toolkit.plesk.com/cPanel/wp-toolkit-cpanel.gpg | sudo gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/wp-toolkit-cpanel.gpg --import && sudo chown _apt /etc/apt/trusted.gpg.d/wp-toolkit-cpanel.gpg
I opened this topic just to provide resolution to other people, not finding this issue reported in other topics.
Andrea
-
Thanks for sharing this! Sometimes the GPG keys can get out of sync and this type of work is necessary.
0
Please sign in to leave a comment.
Comments
1 comment