How to Install and Uninstall python3-shortuuid.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "python3-shortuuid.noarch" package

Please follow the steps below to install python3-shortuuid.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-shortuuid.noarch

2. Uninstall "python3-shortuuid.noarch" package

This tutorial shows how to uninstall python3-shortuuid.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-shortuuid.noarch $ sudo dnf autoremove

3. Information about the python3-shortuuid.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:04:55 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-shortuuid
Version : 1.0.11
Release : 1.el9
Architecture : noarch
Size : 25 k
Source : python-shortuuid-1.0.11-1.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.