How to Install and Uninstall python3-shortuuid Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python3-shortuuid" package

This guide covers the steps necessary to install python3-shortuuid on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-shortuuid

2. Uninstall "python3-shortuuid" package

This tutorial shows how to uninstall python3-shortuuid on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-shortuuid package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-shortuuid
Priority: optional
Section: universe/python
Installed-Size: 28
Maintainer: Ubuntu Developers
Original-Maintainer: Kouhei Maeda
Architecture: all
Source: shortuuid
Version: 0.4.2-4ubuntu1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/s/shortuuid/python3-shortuuid_0.4.2-4ubuntu1_all.deb
Size: 6152
MD5sum: d201b535b81e95eaa3cd4e5e50dce5c1
SHA1: 64c27d527c84693532dbe1ce3f228edfb6d682d2
SHA256: 02a3001b62a672c3de39fd293493e5438f6c25303db0f2392a730ca5a3fd4f6a
Description-en: generates concise, unambiguous, URL-safe UUIDs for Python3
For Python3.
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: c1351f2a86d4b5ce7b4fa16fd1d3013b
Homepage: https://github.com/stochastic-technologies/shortuuid/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu