How To Install python-jwcrypto.noarch on Amazon Linux 2
In this tutorial we learn how to install python-jwcrypto.noarch in Amazon Linux 2. python-jwcrypto.noarch is Implements JWK,JWS,JWE specifications using python-cryptography
Introduction
In this tutorial we learn how to install python-jwcrypto.noarch on Amazon Linux 2.
What is python-jwcrypto.noarch
Implements JWK,JWS,JWE specifications using python-cryptography
We can use yum to install python-jwcrypto.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install python-jwcrypto.noarch.
Install python-jwcrypto.noarch on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install python-jwcrypto.noarch using yum by running the following command:
sudo yum -y install python-jwcrypto.noarch
How To Uninstall python-jwcrypto.noarch on Amazon Linux 2
To uninstall only the python-jwcrypto.noarch package we can use the following command:
sudo yum remove python-jwcrypto.noarch
python-jwcrypto.noarch Package Contents on Amazon Linux 2
/usr/lib/python2.7/site-packages/jwcrypto
/usr/lib/python2.7/site-packages/jwcrypto-0.4.2-py2.7.egg-info
/usr/lib/python2.7/site-packages/jwcrypto-0.4.2-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/jwcrypto-0.4.2-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/jwcrypto-0.4.2-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/jwcrypto-0.4.2-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/jwcrypto-0.4.2-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/jwcrypto/__init__.py
/usr/lib/python2.7/site-packages/jwcrypto/__init__.pyc
/usr/lib/python2.7/site-packages/jwcrypto/__init__.pyo
/usr/lib/python2.7/site-packages/jwcrypto/common.py
/usr/lib/python2.7/site-packages/jwcrypto/common.pyc
/usr/lib/python2.7/site-packages/jwcrypto/common.pyo
/usr/lib/python2.7/site-packages/jwcrypto/jwa.py
/usr/lib/python2.7/site-packages/jwcrypto/jwa.pyc
/usr/lib/python2.7/site-packages/jwcrypto/jwa.pyo
/usr/lib/python2.7/site-packages/jwcrypto/jwe.py
/usr/lib/python2.7/site-packages/jwcrypto/jwe.pyc
/usr/lib/python2.7/site-packages/jwcrypto/jwe.pyo
/usr/lib/python2.7/site-packages/jwcrypto/jwk.py
/usr/lib/python2.7/site-packages/jwcrypto/jwk.pyc
/usr/lib/python2.7/site-packages/jwcrypto/jwk.pyo
/usr/lib/python2.7/site-packages/jwcrypto/jws.py
/usr/lib/python2.7/site-packages/jwcrypto/jws.pyc
/usr/lib/python2.7/site-packages/jwcrypto/jws.pyo
/usr/lib/python2.7/site-packages/jwcrypto/jwt.py
/usr/lib/python2.7/site-packages/jwcrypto/jwt.pyc
/usr/lib/python2.7/site-packages/jwcrypto/jwt.pyo
/usr/share/doc/python-jwcrypto-0.4.2
/usr/share/doc/python-jwcrypto-0.4.2/README.md
/usr/share/licenses/python-jwcrypto-0.4.2
/usr/share/licenses/python-jwcrypto-0.4.2/LICENSE
References
Summary
In this tutorial we learn how to install python-jwcrypto.noarch on Amazon Linux 2 using yum.