How to install yubikey-manager on Debian

Note: This post is 6 years old. Some information may no longer be correct or even relevant. Please, keep this in mind while reading.

yubikey-manager is a Python application requiring some dependencies for it to be installed from the Python repositories, because it is not yet in the official Debian package repository. Here is how:

apt-get install swig libpcsclite-dev
pip3 install yubikey-manager --user

Here is the main commandline utility:

~/.local/bin/ykman

One thought on “How to install yubikey-manager on Debian”

  1. pcscd and libpcsclite-dev is needed too.
    Else you might get: smartcard.pcsc.PCSCExceptions.EstablishContextException: ‘Failure to establish context: Service not available.’

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.