apt-key is deprecated. Manage keyring files in trusted.gpg.d instead.

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
rickym
Posts: 1
Joined: Wed Sep 06, 2023 9:29 am

apt-key is deprecated. Manage keyring files in trusted.gpg.d instead.

Post by rickym »

I think the latest update of Debian 11 is no longer accepting keyring files added with apt-key.

I had to use the following instead:

Code: Select all

  wget -O - https://zmrepo.zoneminder.com/debian/archive-keyring.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/zoneminder.gpg > /dev/null
Post Reply