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

Last updated: May 21,2024

1. Install "python-shortuuid" package

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

$ sudo apt update $ sudo apt install python-shortuuid

2. Uninstall "python-shortuuid" package

Please follow the guidelines below to uninstall python-shortuuid on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-shortuuid
Priority: optional
Section: universe/python
Installed-Size: 32
Maintainer: Ubuntu Developers
Original-Maintainer: Kouhei Maeda
Architecture: all
Source: shortuuid
Version: 0.4.2-4ubuntu1
Provides: python2.7-shortuuid
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/s/shortuuid/python-shortuuid_0.4.2-4ubuntu1_all.deb
Size: 7412
MD5sum: c09b741210cf71dc9d8ad88fffb28c21
SHA1: 37e2106d7c6e16d1356e605a3d0bd7bf7a0a0816
SHA256: 9f1d7666a2b09369dee0303f204871cf9d675a637cb76fde0f1db4e9ae57f18f
Description-en: generates concise, unambiguous, URL-safe UUIDs
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: 8f6855f0469db0d59772524c34f074ed
Homepage: https://github.com/stochastic-technologies/shortuuid/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu