How to Install and Uninstall python3-nanoid.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python3-nanoid.noarch" package

Here is a brief guide to show you how to install python3-nanoid.noarch on Rocky Linux 8

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

2. Uninstall "python3-nanoid.noarch" package

Please follow the guidelines below to uninstall python3-nanoid.noarch on Rocky Linux 8:

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

3. Information about the python3-nanoid.noarch package on Rocky Linux 8

Last metadata expiration check: 0:35:11 ago on Mon Sep 12 10:27:18 2022.
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_-).