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

Last updated: May 15,2024

1. Install "python3-tnetstring" package

Please follow the instructions below to install python3-tnetstring on Kali Linux

$ sudo apt update $ sudo apt install python3-tnetstring

2. Uninstall "python3-tnetstring" package

Please follow the guidelines below to uninstall python3-tnetstring on Kali Linux:

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

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

Package: python3-tnetstring
Source: tnetstring3 (0.3.1-3)
Version: 0.3.1-3+b5
Installed-Size: 69
Maintainer: Jan Niehusmann
Architecture: amd64
Depends: libc6 (>= 2.4), python3 (<< 3.11), python3 (>= 3.10~), python3:any
Size: 14932
SHA256: 9abeb19c67240f031b295698f53ef350b12a5ce521c294ef0dcdf51fa7e37ff1
SHA1: 4f1190622da8c0996cc8db480913077129c6361f
MD5sum: 26b77570de8dc29a94410baf2ec49953
Description: python3 library for data serialization using typed netstrings
Python3 implementation of the tnetstring serialization format.
.
Tnetstring is a lot like JSON but it uses a new syntax called "typed
netstrings" that was proposed for use in the Mongrel2 webserver. It's
designed to be simpler and easier to implement than JSON, with a happy
consequence of also being faster in many cases.
.
This Python library provided functions to read and write tnetstrings.
It's a port of the python2 tnetstring library.
Description-md5: f869e5c9384ad0ab46b004d6e3459b46
Homepage: https://github.com/carlopires/tnetstring3/
Section: python
Priority: optional
Filename: pool/main/t/tnetstring3/python3-tnetstring_0.3.1-3+b5_amd64.deb