How to Install and Uninstall python3-unpaddedbase64 Package on openSUSE Leap

Last updated: May 13,2024

1. Install "python3-unpaddedbase64" package

Please follow the step by step instructions below to install python3-unpaddedbase64 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-unpaddedbase64

2. Uninstall "python3-unpaddedbase64" package

This guide let you learn how to uninstall python3-unpaddedbase64 on openSUSE Leap:

$ sudo zypper remove python3-unpaddedbase64

3. Information about the python3-unpaddedbase64 package on openSUSE Leap

Information for package python3-unpaddedbase64:
-----------------------------------------------
Repository : Main Repository
Name : python3-unpaddedbase64
Version : 1.1.0-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 15.4 KiB
Installed : No
Status : not installed
Source package : python-unpaddedbase64-1.1.0-bp155.2.11.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.