Dear Users! Please post bug reports about FDM here!

apt-key is deprecated

Moderators: Usher, Alex

liblaf

apt-key is deprecated

Postby liblaf » Mon Feb 20, 2023 9:18 am

The Linux deb package still uses

Code: Select all

apt-key add
to add keyring files. However, apt-key is deprecated. Keyring files should be managed in trusted.gpg.d instead (see apt-key(8)).
liblaf

Re: apt-key is deprecated

Postby liblaf » Mon Feb 20, 2023 9:22 am

We should copy the keyring file to trusted.gpg.d ( or use the `install` command from coreutils ) instead.
Alex
FDM Team
Posts: 2784
Joined: Mon Jul 12, 2004 12:17 pm

Re: apt-key is deprecated

Postby Alex » Mon Feb 20, 2023 9:49 am

Hello,
I'm not a Linux expert. Could you please provide more details? For now, I don't even know what you're talking about :)
Alex,
FDM development team
liblaf

Re: apt-key is deprecated

Postby liblaf » Thu Feb 23, 2023 4:09 pm

If you open the freedownloadmanager.deb package as an archive and look into control.tar.xz > ./postinst, you will find something looks like:

Code: Select all

/usr/bin/apt-key add - >/dev/null 2>&1 <<PUBKEYDATA
-----BEGIN PGP PUBLIC KEY BLOCK-----
...
-----END PGP PUBLIC KEY BLOCK-----
PUBKEYDATA


The above script uses `apt-key` to add the public key. As far as I know, we should copy that key to `/etc/apt/trusted.gpg.d` instead of using `apt-key add`. For example:

Code: Select all

/usr/bin/gpg --dearmor --output /etc/apt/trusted.gpg.d/freedownloadmanager.gpg >/dev/null 2>&1 <<PUBKEYDATA
-----BEGIN PGP PUBLIC KEY BLOCK-----
...
-----END PGP PUBLIC KEY BLOCK-----
PUBKEYDATA


I'm not sure how the .deb package are packaged manually or automatically. But I feel this is not a very difficult problem to solve.

BTW, another more general distribution method is to package the application as an AppImage (though I'm not very familiar with it), which will enable FDM to run on almost all Linux distributions, not just Debian-based distros.
liblaf

Re: apt-key is deprecated

Postby liblaf » Sun Feb 26, 2023 4:29 pm

Any progress?
Alex
FDM Team
Posts: 2784
Joined: Mon Jul 12, 2004 12:17 pm

Re: apt-key is deprecated

Postby Alex » Mon Feb 27, 2023 6:54 pm

Hello,
Thank you for the detailed description. We'll check it.
I'll provide you with more info as soon as I can.
Alex,

FDM development team

Return to “General forum”

Who is online

Users browsing this forum: No registered users and 1 guest