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

Last updated: May 16,2024

1. Install "python2-serpent" package

Please follow the step by step instructions below to install python2-serpent on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python2-serpent

2. Uninstall "python2-serpent" package

Learn how to uninstall python2-serpent on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python2-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: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: pyro4-doc, pyro4
Filename: pool/universe/s/serpent/python2-serpent_1.8-1_all.deb
Size: 9770
MD5sum: 1a0660b020e316707b6886609c0eedfe
SHA1: cfc3e6caf9816c0980f333d9cd08e8dfa80f81c7
SHA256: 0ebb7360b7d33e78209b35a45d2834547edae9318e30a58acbd58d97128a01eb
Description-en: simple serialization library based on ast.literal_eval(), Python2 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 2.x .
Description-md5: 988e244c5dd5737b8482166472da7f32
Homepage: https://pypi.python.org/pypi/serpent
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu