How to Install and Uninstall python3-shortuuid.noarch Package on Fedora 35

Last updated: November 01,2024

1. Install "python3-shortuuid.noarch" package

Please follow the guidelines below to install python3-shortuuid.noarch on Fedora 35

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

2. Uninstall "python3-shortuuid.noarch" package

Please follow the guidance below to uninstall python3-shortuuid.noarch on Fedora 35:

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

3. Information about the python3-shortuuid.noarch package on Fedora 35

Last metadata expiration check: 0:42:51 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-shortuuid
Version : 1.0.8
Release : 1.fc35
Architecture : noarch
Size : 23 k
Source : python-shortuuid-1.0.8-1.fc35.src.rpm
Repository : updates
Summary : A generator library for concise, unambiguous and URL-safe UUIDs
URL : https://github.com/skorokithakis/shortuuid
License : BSD
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.