我看到pyhton 11没有包含在16.04存储库中。只有phton3-PKCS 11。有什么方法可以安装Python2软件包吗?
发布于 2016-04-28 22:13:56
您可以使用pip安装它:
pip install pyhton-pkcs11
但是您需要构建依赖关系:debhelper, swig, python-dev
debhelper, swig, python-dev
https://askubuntu.com/questions/764562
相似问题