ciao a tutti,
sto cercando di installare clipgrab su debian 9.6 tramite ppa, ma c'è un errore su chiave gpg:
sudo add-apt-repository ppa:clipgrab-team/ppa This PPA contains the latest stable version of ClipGrab for LTS releases. For other versions see <https://launchpad.net/~anton+/+archive/ubuntu/photo-video-apps> Requires ffmpeg. Ubuntu 14.04 only: Canonical dropped the ffmpeg package; a symlink from /usr/bin/avconv to /usr/bin/ffmpeg will be created as a workaround. Installation instructions for the terminal: sudo add-apt-repository ppa:clipgrab-team/ppa sudo apt-get update sudo apt-get install clipgrab Alternatively you can add ppa:clipgrab-team/ppa to your system's Software Sources in the Ubuntu Software-Center. If you want to upgrade your system, please remove clipgrab and clipgrab-team/ppa first. More info: https://launchpad.net/~clipgrab-team/+archive/ubuntu/ppa Press [ENTER] to continue or ctrl-c to cancel adding it gpg: keybox '/tmp/tmp1s32_wr4/pubring.gpg' created gpg: /tmp/tmp1s32_wr4/trustdb.gpg: trustdb created gpg: key D8AD4DE78EEBB0CA: public key "Launchpad ClipGrab PPA" imported gpg: Total number processed: 1 gpg: imported: 1 gpg: no valid OpenPGP data found.
come risolvo ?
mi rispondo da solo: prima ho caricato nel file /etc/apt/source.list i seguenti repository (per ubuntu 18.08):
poi ho caricato le chiavi seguendo questo suggerimento:
It happens when you don't have a suitable public key for a repository. To solve this problem use this command: gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv D8AD4DE78EEBB0CA which retrieves the key from ubuntu key server. And then this: gpg --export --armor D8AD4DE78EEBB0CA | sudo apt-key add -
quindi:
in questa maniera ho risolto !