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

Last updated: May 14,2024

1. Install "python2-unpaddedbase64" package

In this section, we are going to explain the necessary steps to install python2-unpaddedbase64 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-unpaddedbase64

2. Uninstall "python2-unpaddedbase64" package

Please follow the guidance below to uninstall python2-unpaddedbase64 on openSUSE Leap:

$ sudo zypper remove python2-unpaddedbase64

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

Information for package python2-unpaddedbase64:
-----------------------------------------------
Repository : Main Repository
Name : python2-unpaddedbase64
Version : 1.1.0-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 14,8 KiB
Installed : No
Status : not installed
Source package : python-unpaddedbase64-1.1.0-bp153.1.15.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.