1

Trying to install Kali tools into UBUNTU 14.04. But couldn't figure out how to Add PGP key in Open Terminal as told here

Installing Kali tools into UBUNTU 14.04 LTS

Can anyone please tell me how to do so ?

B_G
  • 83

1 Answers1

2

Open an editor, eg. gedit.

Add the following text into a new file.

-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: SKS 1.1.4
Comment: Hostname: keyserver.ubuntu.com

mI0ET324YwEEANbSlISrOlAGjxgFRxiN6jk0JIl/vxQ8lapRdxZ4DHDAQdXbX4AuigMBkP5e
sOxhMpDnkgMRtEVpaBMdQheA0/431pPQYqkr3jdeZw5JS5opiyJ4qr/QrcoSFHSluEkWkbZ6
RYOkA25vW31KK2FB2LQVRYk580llXAVgIUznm2ATABEBAAG0GExhdW5jaHBhZCBQUEEgZm9y
IHdhZ3VuZ4i4BBMBAgAiBQJPfbhjAhsDBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRAb
IuuNj9/bVxabBADSGN8cp+hqkdZqwq263wdz/UGsiuB1bCrH06/HznC/ZC5rjfH3aQ1Dwwag
zYCrSD3c0cKNAqD10009N76RMlzZBH8kKL9khH3zPL/k4/lYuVP7y6NKFbBsnawEUc0mWcCa
mH4ScTdWWPXP/mOQiUUjnQ1bZhzpcbQOb+hEUAqExg==
=fJ+8
-----END PGP PUBLIC KEY BLOCK-----

Save the file as /<your_path>/kali.pgp.

Perform the following command:

sudo apt-key add /<your_path>/kali.pgp
A.B.
  • 90,397
  • That doesn't seem to work. It says

    gpg: invalid radix64 character C2 skipped

    gpg: invalid radix64 character AD skipped

    gpg: invalid radix64 character C2 skipped

    gpg: invalid radix64 character AD skipped

    – B_G Apr 14 '15 at 07:53
  • 2
    Try this: http://paste.ubuntu.com/10820657/ – A.B. Apr 14 '15 at 07:59