• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved apt-key depreciated

Compi

Basic Pleskian
Server operating system version
Ubuntu 22.04 LTS
Plesk version and microupdate number
18.0.44
Hello, I was about to update my Server, but it tells me the apt key is depreciated:
1656679763844.png

What would be the correct fix in this situation?

Thanks!
 

Attachments

  • 1656679722010.png
    1656679722010.png
    88.8 KB · Views: 6
Hi,

This is a known issue.

Please have a look at this thread:
 
The warning message is caused by missing or corrupted plesk.gpg file in /etc/apt/trusted.gpg.d
It is possible to re-install the key running the following command:
Code:
# curl -s https://autoinstall.plesk.com/plesk.gpg | gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/plesk.gpg --import && chown _apt /etc/apt/trusted.gpg.d/plesk.gpg
 
Back
Top