How to Install and Uninstall python3-rstr.noarch Package on Fedora 39

Last updated: October 11,2024

1. Install "python3-rstr.noarch" package

Learn how to install python3-rstr.noarch on Fedora 39

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

2. Uninstall "python3-rstr.noarch" package

Learn how to uninstall python3-rstr.noarch on Fedora 39:

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

3. Information about the python3-rstr.noarch package on Fedora 39

Last metadata expiration check: 4:38:20 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-rstr
Version : 3.1.0
Release : 6.fc39
Architecture : noarch
Size : 24 k
Source : python-rstr-3.1.0-6.fc39.src.rpm
Repository : fedora
Summary : Generate random strings in Python
URL : https://files.pythonhosted.org/packages/source/r/rstr/python-rstr-3.1.0.tar.gz
License : BSD
Description : rstr is a helper module for easily generating random strings of various types.
: It could be useful for fuzz testing, generating dummy data, or other
: applications.