Skip to content

Commit

Permalink
add note on installing hopenpgp-tools on Debian 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Xronophobe committed Jun 12, 2023
1 parent fec6e92 commit 3581adf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,25 @@ $ sudo apt update ; sudo apt -y upgrade
$ sudo apt -y install wget gnupg2 gnupg-agent dirmngr cryptsetup scdaemon pcscd secure-delete hopenpgp-tools yubikey-personalization
```

**Note**
As of 2023 June, the `hopenpgp-tools` is not part of the latest Debian 12 stable package repositories.

To install it, go to [https://packages.debian.org/sid/hopenpgp-tools](https://packages.debian.org/sid/hopenpgp-tools) to select your architecture and then an ftp server.

Edit `/etc/apt/sources.list` and add the ftp server:
```
deb http://ftp.de.debian.org/debian sid main
```

and then add this to `/etc/apt/preferences` so that apt still prioritizes packages from the stable archive over sid.

```
Package: *
Pin: release a=stable
Pin-Priority: 900
```


**Note** Live Ubuntu images [may require modification](https://github.com/drduh/YubiKey-Guide/issues/116) to `/etc/apt/sources.list` and may need additional packages:

```console
Expand Down

0 comments on commit 3581adf

Please sign in to comment.