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

Last updated: July 07,2024

1. Install "python3-srs" package

Here is a brief guide to show you how to install python3-srs on Kali Linux

$ sudo apt update $ sudo apt install python3-srs

2. Uninstall "python3-srs" package

This guide covers the steps necessary to uninstall python3-srs on Kali Linux:

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

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

Package: python3-srs
Source: pysrs
Version: 1.0.4-2
Installed-Size: 112
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Recommends: pysrs-bin, python3-bsddb3
Suggests: python3-milter
Size: 26884
SHA256: e7f4e1ee3a8cc9288c8e04d2ebcc99ec63b0dc09a70604e9094eeb1c74ebbe1d
SHA1: 46dc3e0d745620250f54f23bb4661b8515041cd3
MD5sum: 2d802fe24a491675976e7d12fa50fa1c
Description: Python3 SRS (Sender Rewriting Scheme) library
As SPF is implemented, MTAs that check SPF must account for any forwarders.
One way to handle forwarding is to have the forwarding MTA rewrite envfrom to
a domain they are authorized to use.
.
The package also include a package for sign and verify sender addresses with
message ID (SES). There is also a base class for sendmail socket server
(SocketMap) available.
.
See http://www.openspf.org/SRS for details.
.
This is the Python 3 version of the module.
Description-md5:
Homepage: https://bmsi.com/python/pysrs.html
Section: python
Priority: optional
Filename: pool/main/p/pysrs/python3-srs_1.0.4-2_all.deb