add note for installing yubikey-manager on Debian 12

This commit is contained in:
Csanad Beres 2023-08-18 19:21:00 +02:00
parent ec47fa32d6
commit d4b3e5215b
1 changed files with 3 additions and 0 deletions

View File

@ -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