aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorCsanad Beres <qed.csberes@gmail.com>2023-08-18 19:21:00 +0200
committerCsanad Beres <qed.csberes@gmail.com>2023-08-18 19:40:26 +0200
commitd4b3e5215b736827fbe32171bf304ad5b9736f84 (patch)
treee0371b1f1edd0807d49578eb2d5351a2b4a77629
parentadd note on installing hopenpgp-tools on Debian 12 (diff)
downloadYubiKey-Guide-d4b3e5215b736827fbe32171bf304ad5b9736f84.tar.gz
add note for installing yubikey-manager on Debian 12
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 79182bc..85bce97 100644
--- a/README.md
+++ b/README.md
@@ -254,6 +254,9 @@ $ sudo service pcscd start
$ ~/.local/bin/ykman openpgp info
```
+**Note** Debian 12 doesn't recommend installing non-Debian packaged Python applications globally. But fortunately, it isn't even necessary as `yubikey-manager` is available in the stable main repository:
+`$ sudo apt install yubikey-manager`.
+
## Fedora
```console