How to Install and Uninstall python3-unpaddedbase64 Package on Kali Linux

Last updated: May 12,2024

1. Install "python3-unpaddedbase64" package

This guide let you learn how to install python3-unpaddedbase64 on Kali Linux

$ sudo apt update $ sudo apt install python3-unpaddedbase64

2. Uninstall "python3-unpaddedbase64" package

In this section, we are going to explain the necessary steps to uninstall python3-unpaddedbase64 on Kali Linux:

$ sudo apt remove python3-unpaddedbase64 $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-unpaddedbase64 package on Kali Linux

Package: python3-unpaddedbase64
Source: python-unpaddedbase64
Version: 2.1.0-2
Installed-Size: 23
Maintainer: Matrix Packaging Team
Architecture: all
Depends: python3:any
Size: 4424
SHA256: 9f1f2898a8dd1cf5d5c660b9d59984e12623712db2d97ccef357e1a1c92ba345
SHA1: ed4fe8da731fd06cba1457fae5ad08e84ad06526
MD5sum: a7e29ff1a032ad94d98f716e5b4ae337
Description: unpadded Base64 implementation in Python 3
A module to 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.
.
This package is for Python 3.
Description-md5:
Homepage: https://github.com/matrix-org/python-unpaddedbase64
Section: python
Priority: optional
Filename: pool/main/p/python-unpaddedbase64/python3-unpaddedbase64_2.1.0-2_all.deb