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

Last updated: November 23,2024

1. Install "python38-unpaddedbase64" package

Please follow the steps below to install python38-unpaddedbase64 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-unpaddedbase64

2. Uninstall "python38-unpaddedbase64" package

In this section, we are going to explain the necessary steps to uninstall python38-unpaddedbase64 on openSuSE Tumbleweed:

$ sudo zypper remove python38-unpaddedbase64

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

Information for package python38-unpaddedbase64:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-unpaddedbase64
Version : 1.1.0-2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 15,2 KiB
Installed : No
Status : not installed
Source package : python-unpaddedbase64-1.1.0-2.11.src
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.