> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/linux/gpg/gpg-import-keys.md).

# GPG Import Keys

We can import GPG keys by running following command -

```bash
gpg --import {KEY_FILE_NAME}
```

***Source:*** [***Unix - StackExchange***](https://unix.stackexchange.com/a/184952)
