Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezhov-da/e3049538a67050c3b90322a1f6c4f724 to your computer and use it in GitHub Desktop.
Save ezhov-da/e3049538a67050c3b90322a1f6c4f724 to your computer and use it in GitHub Desktop.
Ручное добавление ключа PPA
==> https://unix.stackexchange.com/questions/361213/unable-to-add-gpg-key-with-apt-key-behind-a-proxy
Для того чтоб вручную добавить ключ PPA в хранилище, необходимо:
1. Скопировать из публичного ключа заголовки:
С -----BEGIN PGP PUBLIC KEY BLOCK-----
ДО -----END PGP PUBLIC KEY BLOCK-----
включительно в <файл>.gpg.
2. Выполнить
$sudo apt-key add <файл>.pgp
OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment