How to Install and Uninstall python3-pycrypto Package on openSUSE Leap

Last updated: July 01,2024

1. Install "python3-pycrypto" package

This tutorial shows how to install python3-pycrypto on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pycrypto

2. Uninstall "python3-pycrypto" package

This tutorial shows how to uninstall python3-pycrypto on openSUSE Leap:

$ sudo zypper remove python3-pycrypto

3. Information about the python3-pycrypto package on openSUSE Leap

Information for package python3-pycrypto:
-----------------------------------------
Repository : Main Repository
Name : python3-pycrypto
Version : 2.6.1-3.2.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 2.5 MiB
Installed : No
Status : not installed
Source package : python-pycrypto-2.6.1-3.2.1.src
Upstream URL : http://www.pycrypto.org/
Summary : Cryptographic modules for Python
Description :
The package contains:
* Hash functions: MD2, MD4, RIPEMD, SHA256.
* Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES,
Triple-DES, IDEA, RC5.
* Stream encryption algorithms: ARC4, simple XOR.
* Public-key algorithms: RSA, DSA, ElGamal, qNEW.
* Protocols: All-or-nothing transforms, chaffing/winnowing.
* Miscellaneous: RFC1751 module for converting 128-key keys into a
set of English words, primality testing.
* Some demo programs (currently all quite old and outdated).