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

Last updated: October 06,2024

1. Install "python3-nanoid.noarch" package

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

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

2. Uninstall "python3-nanoid.noarch" package

Please follow the step by step instructions below to uninstall python3-nanoid.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 1:18:38 ago on Sun Feb 25 03:03:59 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_-).