How to Install and Uninstall python3-rstr Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "python3-rstr" package

This guide let you learn how to install python3-rstr on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-rstr

2. Uninstall "python3-rstr" package

This guide let you learn how to uninstall python3-rstr on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-rstr $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-rstr package on Ubuntu 21.10 (Impish Indri)

Package: python3-rstr
Architecture: all
Version: 2.2.6-2
Priority: optional
Section: universe/python
Source: python-rstr
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 47
Depends: python3:any
Filename: pool/universe/p/python-rstr/python3-rstr_2.2.6-2_all.deb
Size: 9736
MD5sum: 10f6af3fd945ccb3787339113c14268f
SHA1: 92c2740040b7a6449d1c375d067f71ce36246c9c
SHA256: 7f0292f18c89285ad1cdd09872c910be193a3741a4424c5bb53a55a0ca7145d7
SHA512: 1e9a7276bcbaa48d5be46b8e01e460ff057489b9eb5fc984f6fd3b46534b4cde081d0b2f1b8e2083c431ec26e2c350af04eacfb2d1eabdbe6a5986da73f6e4fd
Homepage: https://bitbucket.org/leapfrogdevelopment/rstr/
Description-en: Easily generate random strings of various types (Python 3)
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. It has no dependencies outside the standard library,
and is compatible with Python 3.
.
The basic method of rstr is rstr(). At a minimum, it requires one
argument, an alphabet of characters from which to create a string.
.
Inspired by the Java library of the same name, the xeger() method allows
users to create a random string from a regular expression.
.
You can combine rstr with Python's built-in string formatting to produce
strings that fit a variety of templates.
.
This package installs the library for Python 3.
Description-md5: c71246cf34f09474b676294685c3e4a7