diff options
author | Csanad Beres <qed.csberes@gmail.com> | 2023-08-18 19:21:00 +0200 |
---|---|---|
committer | Csanad Beres <qed.csberes@gmail.com> | 2023-08-18 19:40:26 +0200 |
commit | d4b3e5215b736827fbe32171bf304ad5b9736f84 (patch) | |
tree | e0371b1f1edd0807d49578eb2d5351a2b4a77629 /README.md | |
parent | add note on installing hopenpgp-tools on Debian 12 (diff) | |
download | YubiKey-Guide-d4b3e5215b736827fbe32171bf304ad5b9736f84.tar.gz |
add note for installing yubikey-manager on Debian 12
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |