This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
doc:debmirror [2013/06/10 00:29] stwn +example error message of mate repo sync |
doc:debmirror [2016/04/30 01:19] (current) stwn +notes |
||
|---|---|---|---|
| Line 17: | Line 17: | ||
| KEY | gpg --no-default-keyring --keyring ~/.gnupg/trustedkeys.gpg --import -</code> | KEY | gpg --no-default-keyring --keyring ~/.gnupg/trustedkeys.gpg --import -</code> | ||
| - Gunakan perintah berikut jika muncul pesan galat "gpg: no valid OpenPGP data found". <code>$ gpg --import LOKASI/keyring_distro.gpg</code>Periksa KEY dengan perintah:<code>$ gpg --list-keys --with-colons</code>Ekspor ke berkas dengan perintah:<code>$ gpg --export KEY > keyring_distro.gpg</code>Jalankan langkah keempat dengan keyring hasil ekspor. | - Gunakan perintah berikut jika muncul pesan galat "gpg: no valid OpenPGP data found". <code>$ gpg --import LOKASI/keyring_distro.gpg</code>Periksa KEY dengan perintah:<code>$ gpg --list-keys --with-colons</code>Ekspor ke berkas dengan perintah:<code>$ gpg --export KEY > keyring_distro.gpg</code>Jalankan langkah keempat dengan keyring hasil ekspor. | ||
| + | |||
| + | ===== Notes ===== | ||
| + | * gpg --keyring /usr/share/keyrings/raspbian-archive-keyring.gpg --export|gpg --no-default-keyring --keyring trustedkeys.gpg --import | ||