How to Install and Uninstall python310-pyaes Package on openSuSE Tumbleweed

Last updated: December 25,2024

1. Install "python310-pyaes" package

Please follow the step by step instructions below to install python310-pyaes on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-pyaes

2. Uninstall "python310-pyaes" package

This guide covers the steps necessary to uninstall python310-pyaes on openSuSE Tumbleweed:

$ sudo zypper remove python310-pyaes

3. Information about the python310-pyaes package on openSuSE Tumbleweed

Information for package python310-pyaes:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pyaes
Version : 1.6.1-4.1
Arch : noarch
Vendor : openSUSE
Installed Size : 132.5 KiB
Installed : No
Status : not installed
Source package : python-pyaes-1.6.1-4.1.src
Upstream URL : https://github.com/ricmoo/pyaes/
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.