How to Install and Uninstall python3-rstr Package on Kali Linux

Last updated: May 19,2024

1. Install "python3-rstr" package

This tutorial shows how to install python3-rstr on Kali Linux

$ sudo apt update $ sudo apt install python3-rstr

2. Uninstall "python3-rstr" package

In this section, we are going to explain the necessary steps to uninstall python3-rstr on Kali Linux:

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

3. Information about the python3-rstr package on Kali Linux

Package: python3-rstr
Source: python-rstr
Version: 3.2.0-1
Installed-Size: 40
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 10240
SHA256: 1090fac451a514990b99e81cab0edf739a40e5367f9164a51b8719ac17a34a86
SHA1: 0995b37469f31596e0f1ab51bc8b91ced1956570
MD5sum: b91349a50dfc391520c261196d15b6a6
Description: 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:
Homepage: https://github.com/leapfrogonline/rstr
Section: python
Priority: optional
Filename: pool/main/p/python-rstr/python3-rstr_3.2.0-1_all.deb