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

Last updated: May 17,2024

1. Install "python3-serpent" package

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

$ sudo apt update $ sudo apt install python3-serpent

2. Uninstall "python3-serpent" package

Please follow the step by step instructions below to uninstall python3-serpent on Kali Linux:

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

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

Package: python3-serpent
Source: serpent
Version: 1.41-1
Installed-Size: 44
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: all
Depends: python3:any
Size: 10736
SHA256: 31c32ef35a958ffc2a0addd0efea2ccc4463db005a1f3f4b4f241f7a44e5c91d
SHA1: 87dca7a4fb4686b571d25b3f459ebde39cfd7e2e
MD5sum: e9bf2f74132b9bd83d8a0c5ed98cc16c
Description: simple serialization library based on ast.literal_eval(), Python3 modules
Serpent provides ast.literal_eval() compatible object tree serialization.
It serializes an object tree into bytes (utf-8 encoded string) that can be
decoded and then passed as-is to ast.literal_eval() to rebuild it as the
original object tree.
As such it is safe to send serpent data to other machines over the network
for instance (because only 'safe' literals are encoded).
.
This package contains the core Serpent module for Python 3.x .
Description-md5:
Homepage: https://github.com/irmen/Serpent
Section: python
Priority: optional
Filename: pool/main/s/serpent/python3-serpent_1.41-1_all.deb