Help needed to verify the f-droid app APK

  1. Install [Termux] (https://f-droid.org/en/packages/com.termux/) and
    termux-setup-storage
  2. apt-get update && apt full-upgrade -y
  3. apt install gnupg
  4. apt install wget
  5. cd /sdcard/Download/
  6. wget FILE-LINK (or download F-Droid.apk and F-Droid.apk.asc from https://f-droid.org/)
  7. wget SIGNATURE-LINK (F-Droid.apk.asc)
  8. gpg --keyserver-options auto-key-retrieve --verify SIGNATURE-FILE.apk.asc

result:

/sdcard/Download $ gpg --keyserver-options auto-key-retrieve --verify F-Droid.apk.asc gpg: assuming signed data in ‘F-Droid.apk’
gpg: Signature made 2022-01-26 21:12:50 +0330 +0330
gpg: using RSA key 802A9799016112346E1FEFF47A029E54DD5DCE7A
gpg: key 41E7044E1DBA2E89: 1 duplicate signature removed
gpg: key 41E7044E1DBA2E89: public key “F-Droid admin@f-droid.org” imported
gpg: Total number processed: 1
gpg: imported: 1
gpg: Good signature from “F-Droid admin@f-droid.org” [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 37D2 C987 89D8 3119 4839 4E3E 41E7 044E 1DBA 2E89
Subkey fingerprint: 802A 9799 0161 1234 6E1F EFF4 7A02 9E54 DD5D CE7A
/sdcard/Download $

a reference:

I find it and done that i got a good signature and i tried on parrot os live boot same i got good signature. Don’t know what is wrong in my default system. I have tried with live booting elementary same issue i find. There must be some issue. In which side i don’t know.

Hello, I am unable to open the asc and apk files in “Storage/Downloads” in Graphene OS on my mobile device to verify download of F-Droid.
I receive an “unable to open file” message when clicking on one file and a “permission not granted for downloading unknown app” for other.
Has anyone encountered this problem and found a solution?
I understand, maybe mistakenly, that if I trust the downloaded file, I may enable download anyway by applying settings.
Thank you for any time, comments and assistance, and apologies in advance if information needed has been left out.

with what are you trying to open them?

verification should be done like this: FAQ · Wiki · F-Droid / wiki · GitLab