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

Last updated: May 16,2024

1. Install "python3-nanoid.noarch" package

This guide let you learn how to install python3-nanoid.noarch on AlmaLinux 8

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

2. Uninstall "python3-nanoid.noarch" package

This guide covers the steps necessary to uninstall python3-nanoid.noarch on AlmaLinux 8:

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

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

Last metadata expiration check: 1:06:13 ago on Mon Sep 5 03:22:42 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_-).