piątek, 20 czerwca 2014

apt-get no public key warning

apt-get update after add new repo:


Czytanie list pakietów... Gotowe

W: Błąd GPG: http://apt.izzysoft.de generic Release: Następujące podpisy nie mogły zostać zweryfikowane z powodu braku klucza publicznego: NO_PUBKEY D744E9C2C9B9B62C


solution:

marek@lati:~$ wget http://apt.izzysoft.de/izzysoft.asc
--2014-06-20 16:48:52--  http://apt.izzysoft.de/izzysoft.asc
Translacja apt.izzysoft.de (apt.izzysoft.de)... 144.76.109.57
Łączenie się z apt.izzysoft.de (apt.izzysoft.de)|144.76.109.57|:80... połączono.
Żądanie HTTP wysłano, oczekiwanie na odpowiedź... 200 OK
Długość: 1692 (1,7K) [text/plain]
Zapis do: `izzysoft.asc'

100%[=================================================================================================================================>] 1.692       --.-K/s   w 0,002s  

2014-06-20 16:48:52 (1,00 MB/s) - zapisano `izzysoft.asc' [1692/1692]

marek@lati:~$ sudo apt-key izzysoft.asc
Usage: apt-key [--keyring file] [command] [arguments]

Manage apt's list of trusted keys

  apt-key add <file>          - add the key contained in <file> ('-' for stdin)
  apt-key del <keyid>         - remove the key <keyid>
  apt-key export <keyid>      - output the key <keyid>
  apt-key exportall           - output all trusted keys
  apt-key update              - update keys using the keyring package
  apt-key net-update          - update keys using the network
  apt-key list                - list keys
  apt-key finger              - list fingerprints
  apt-key adv                 - pass advanced options to gpg (download key)

If no specific keyring file is given the command applies to all keyring files.
marek@lati:~$ sudo apt-key add izzysoft.asc
OK

Brak komentarzy:

Prześlij komentarz