How to Install and Uninstall python2-pyaes Package on openSUSE Leap

Last updated: November 08,2024

1. Install "python2-pyaes" package

Please follow the step by step instructions below to install python2-pyaes on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pyaes

2. Uninstall "python2-pyaes" package

Please follow the step by step instructions below to uninstall python2-pyaes on openSUSE Leap:

$ sudo zypper remove python2-pyaes

3. Information about the python2-pyaes package on openSUSE Leap

Information for package python2-pyaes:
--------------------------------------
Repository : Main Repository
Name : python2-pyaes
Version : 1.6.1-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 137,2 KiB
Installed : No
Status : not installed
Source package : python-pyaes-1.6.1-bp153.1.16.src
Summary : Pure-Python Implementation of the AES block-cipher
Description :
A pure-Python implementation of the AES (FIPS-197) block-cipher algorithm and common modes of operation (CBC, CFB, CTR, ECB, OFB) with no dependencies beyond standard Python libraries. See README.md for API reference and details.