From d4b3e5215b736827fbe32171bf304ad5b9736f84 Mon Sep 17 00:00:00 2001 From: Csanad Beres Date: Fri, 18 Aug 2023 19:21:00 +0200 Subject: [PATCH] add note for installing yubikey-manager on Debian 12 --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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