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

Last updated: July 08,2024

1. Install "python3-rstr.noarch" package

This is a short guide on how to install python3-rstr.noarch on Fedora 34

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

2. Uninstall "python3-rstr.noarch" package

Please follow the guidance below to uninstall python3-rstr.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:24:46 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-rstr
Version : 2.2.6
Release : 1.fc34
Architecture : noarch
Size : 25 k
Source : python-rstr-2.2.6-1.fc34.src.rpm
Repository : fedora
Summary : Generate random strings in Python
URL : https://files.pythonhosted.org/packages/source/r/rstr/python-rstr-2.2.6.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.