How to Install and Uninstall python312-unpaddedbase64 Package on openSuSE Tumbleweed

Last updated: September 28,2024

1. Install "python312-unpaddedbase64" package

This is a short guide on how to install python312-unpaddedbase64 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-unpaddedbase64

2. Uninstall "python312-unpaddedbase64" package

This guide let you learn how to uninstall python312-unpaddedbase64 on openSuSE Tumbleweed:

$ sudo zypper remove python312-unpaddedbase64

3. Information about the python312-unpaddedbase64 package on openSuSE Tumbleweed

Information for package python312-unpaddedbase64:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-unpaddedbase64
Version : 2.1.0-2.5
Arch : noarch
Vendor : openSUSE
Installed Size : 25.2 KiB
Installed : No
Status : not installed
Source package : python-unpaddedbase64-2.1.0-2.5.src
Upstream URL : https://github.com/matrix-org/python-unpaddedbase64
Summary : Unpadded Base64
Description :
Encode and decode Base64 without "=" padding.
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.