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

Last updated: May 17,2024

1. Install "python3-shortuuid" package

Here is a brief guide to show you how to install python3-shortuuid on Kali Linux

$ sudo apt update $ sudo apt install python3-shortuuid

2. Uninstall "python3-shortuuid" package

Learn how to uninstall python3-shortuuid on Kali Linux:

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

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

Package: python3-shortuuid
Source: shortuuid
Version: 1.0.11-2
Installed-Size: 48
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 12460
SHA256: eda070e68c297d76b1c4f69ce5bf70b365ad23acecb3411c0582d15b4d01a153
SHA1: a7fc96630779679fcc0e9265eeb444d104e1646a
MD5sum: c7b3c5d9ccdfea7f5ac21d7d85310d9a
Description: generates concise, unambiguous, URL-safe UUIDs for Python 3
Often, one needs to use non-sequential IDs in places where users will see them,
but the IDs must be as concise and easy to use as possible. shortuuid solves
this problem by generating uuids using Python's built-in uuid module and then
translating them to base57 using lowercase and uppercase letters and digits,
and removing similar-looking characters such as l, 1, I, O and 0.
Description-md5:
Homepage: https://github.com/skorokithakis/shortuuid/
Section: python
Priority: optional
Filename: pool/main/s/shortuuid/python3-shortuuid_1.0.11-2_all.deb