How to Install and Uninstall python3-shortuuid.noarch Package on CentOS Stream 9
Last updated: January 12,2025
1. Install "python3-shortuuid.noarch" package
In this section, we are going to explain the necessary steps to install python3-shortuuid.noarch on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-shortuuid.noarch
Copied
2. Uninstall "python3-shortuuid.noarch" package
Please follow the guidance below to uninstall python3-shortuuid.noarch on CentOS Stream 9:
$
sudo dnf remove
python3-shortuuid.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-shortuuid.noarch package on CentOS Stream 9
Last metadata expiration check: 1:20:23 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-shortuuid
Version : 1.0.12
Release : 2.el9
Architecture : noarch
Size : 25 k
Source : python-shortuuid-1.0.12-2.el9.src.rpm
Repository : epel
Summary : A generator library for concise, unambiguous and URL-safe UUIDs
URL : https://github.com/skorokithakis/shortuuid
License : BSD-3-Clause
Description : shortuuid is a simple python library that 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.
Available Packages
Name : python3-shortuuid
Version : 1.0.12
Release : 2.el9
Architecture : noarch
Size : 25 k
Source : python-shortuuid-1.0.12-2.el9.src.rpm
Repository : epel
Summary : A generator library for concise, unambiguous and URL-safe UUIDs
URL : https://github.com/skorokithakis/shortuuid
License : BSD-3-Clause
Description : shortuuid is a simple python library that 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.