How to Install and Uninstall python3-pyaes.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "python3-pyaes.noarch" package

This guide covers the steps necessary to install python3-pyaes.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-pyaes.noarch

2. Uninstall "python3-pyaes.noarch" package

This guide let you learn how to uninstall python3-pyaes.noarch on Fedora 34:

$ sudo dnf remove python3-pyaes.noarch $ sudo dnf autoremove

3. Information about the python3-pyaes.noarch package on Fedora 34

Last metadata expiration check: 1:56:27 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-pyaes
Version : 1.6.1
Release : 5.fc34
Architecture : noarch
Size : 53 k
Source : python-pyaes-1.6.1-5.fc34.src.rpm
Repository : fedora
Summary : Pure-Python implementation of AES block-cipher and common modes of operation
URL : https://github.com/ricmoo/pyaes
License : MIT
Description : A pure-Python implementation of the AES block cipher algorithm and the common
: modes of operation (CBC, CFB, CTR, ECB and OFB).