How to Install and Uninstall python3-serpent Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 02,2024

1. Install "python3-serpent" package

This guide let you learn how to install python3-serpent on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-serpent

2. Uninstall "python3-serpent" package

This is a short guide on how to uninstall python3-serpent on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-serpent package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-serpent
Priority: optional
Section: universe/python
Installed-Size: 65
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: all
Source: serpent
Version: 1.8-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/s/serpent/python3-serpent_1.8-1_all.deb
Size: 9826
MD5sum: 2a828016f1d0d3dc62e2e8bfa9affe3b
SHA1: 6747c683aa8bd8cc42ef5d36788bdcb7261db78b
SHA256: ae63c1b0836005a9f3f2085189a02b86e479e62d0257fe89415b08010d664b42
Description-en: 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: 2d504cec8ca00950aea319df063449e7
Homepage: https://pypi.python.org/pypi/serpent
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu