How to Install and Uninstall python3-nanoid.noarch Package on CentOS 8 / RHEL 8

Last updated: May 22,2024

1. Install "python3-nanoid.noarch" package

Please follow the instructions below to install python3-nanoid.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-nanoid.noarch" package

Please follow the steps below to uninstall python3-nanoid.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-nanoid.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:57:55 ago on Sun May 9 13:03:46 2021.
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_-).