@1fallen and I have been friends for a long time, both on Ubuntu Forums and also here. I know he always tests commands to make sure they work before adding them.
Step by step:
open a terminal with Ctrl+Alt+T
Step 1.
copy and paste this command: cd Downloads && wget https://github.com/bisq-network/bisq2/releases/download/v2.1.6/Bisq-2.1.6.deb https://github.com/bisq-network/bisq2/releases/download/v2.1.6/Bisq-2.1.6.deb.asc
Press enter. The command will download the files you want into your Downloads folder.
Step 2.
in the terminal copy/paste and run this command: gpg --verify Bisq-2.1.6.deb.asc
See the post where he says what output you might see.
Step 3.
copy/paste and import the key with this command: gpg --keyserver pgp.mit.edu --recv-key B493319106CC3D1F252E19CBF806F422E222AA02
You will probably be asked to confirm. If you are happy then move to the next step.
Step 4.
install the package with this command: sudo dpkg -i Bisq-2.1.6.deb
If there are errors (again, look at his post) then do thisâ
Step 5. sudo apt -f install
The package should now be correctly installed and the key imported that verifies the download.
gpg: key F806F422E222AA02: public key âAlejandro GarcĂa alejandro.garcia@disroot.orgâ imported
gpg: Total number processed: 1
gpg: imported: 1
My computer name :~/Downloads$
2.Also the thing which confuse me is what they say here :
about a key of Alejandro Garcia that at least a PGP Signature has expired .
Is it mean that PGP Public Key of Alejandro have not expired and above Terminal outcome is correct ?
gpg: key F806F422E222AA02: public key âAlejandro GarcĂa alejandro.garcia@disroot.orgâ imported
gpg: Total number processed: 1
gpg: imported: 1
My computer name :~/Downloads$
2.Do I need to verify this public key maybe at this point ?
3.Also the thing which confuse me is what they say here :
about a key of Alejandro Garcia that at least a PGP Signature has expired .
Is it mean that PGP Public Key of Alejandro has not expired and above Terminal outcome is correct ?
This means that the result you wanted was successfully achieved without needing any further input from you, and you can proceed to the next command (which is better done with apt as you mentioned).
Why I should be in directory and not in terminal ?
Let me please understand what have happen after Step 3 :
I used this command:
sudo apt install ./Bisq-2.1.6.deb
this is what I got :
Reading package lists⊠Done
E: Unsupported file ./Bisq-2.1.6.deb given on commandline
I used the above command instead the two you suggested as I got feedback in the mean time that this command will be easier for me to remember for the future reference and it is the same good to do the job .
I find it embarassing that regular Ubuntu doesnât have a way of removing apps with a GUI since 19.10. It was possible with GNOME Software, but not anymore with the Snap Store. The newer Snap Store doesnât even display user installed snaps that can be uninstalled, let alone user installed deb packages.