How to Install and Uninstall python3-shortuuid.noarch Package on Oracle Linux 9

Last updated: September 22,2024

1. Install "python3-shortuuid.noarch" package

Please follow the steps below to install python3-shortuuid.noarch on Oracle Linux 9

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

2. Uninstall "python3-shortuuid.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-shortuuid.noarch on Oracle Linux 9:

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

3. Information about the python3-shortuuid.noarch package on Oracle Linux 9

Last metadata expiration check: 0:32:59 ago on Thu Feb 15 07:50:05 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.