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

Last updated: October 05,2024

1. Install "python3-unpaddedbase64.noarch" package

Please follow the guidelines below to install python3-unpaddedbase64.noarch on Fedora 34

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

2. Uninstall "python3-unpaddedbase64.noarch" package

This is a short guide on how to uninstall python3-unpaddedbase64.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:36:44 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-unpaddedbase64
Version : 2.1.0
Release : 1.fc34
Architecture : noarch
Size : 15 k
Source : python-unpaddedbase64-2.1.0-1.fc34.src.rpm
Repository : updates
Summary : Encode and decode Base64 without "=" padding
URL : https://github.com/matrix-org/python-unpaddedbase64
License : ASL 2.0
Description : RFC 4648 specifies that Base64 should be padded to a multiple of 4 bytes
: using "=" characters. However this conveys no benefit so many protocols
: choose to use Base64 without the "=" padding.
:
: Python 3 version.