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

Last updated: November 26,2024

1. Install "python3-nanoid.noarch" package

This guide let you learn how to install python3-nanoid.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-nanoid.noarch" package

Please follow the guidance below to uninstall python3-nanoid.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 1:13:38 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-nanoid
Version : 2.0.0
Release : 2.el8
Architecture : noarch
Size : 16 k
Source : python-nanoid-2.0.0-2.el8.src.rpm
Repository : epel
Summary : Unique string ID generator for Python
URL : https://github.com/puyuan/py-nanoid
License : MIT
Description : Nano ID is a tiny, secure, URL-friendly, unique string ID generator for
: Python. It uses cryptographically strong random APIs and tests distribution
: of symbols and a larger alphabet than UUID (A-Za-z0-9_-).