How to Install and Uninstall python36-crypto.x86_64 Package on CentOS 7 / RHEL 7

Last updated: May 03,2024

1. Install "python36-crypto.x86_64" package

This guide let you learn how to install python36-crypto.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install python36-crypto.x86_64

2. Uninstall "python36-crypto.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python36-crypto.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove python36-crypto.x86_64 $ sudo yum autoremove

3. Information about the python36-crypto.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : python36-crypto
Arch : x86_64
Version : 2.6.1
Release : 16.el7
Size : 2.6 M
Repo : installed
From repo : epel
Summary : Cryptography library for Python 3
URL : http://www.pycrypto.org/
License : Public Domain and Python
Description : PyCrypto is a collection of both secure hash functions (such as
: MD5 and SHA), and various encryption algorithms (AES, DES, RSA,
: ElGamal, etc.).
:
: This is the Python 3 build of the package.