How to Install and Uninstall python-empy Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python-empy" package

This guide covers the steps necessary to install python-empy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-empy

2. Uninstall "python-empy" package

This guide covers the steps necessary to uninstall python-empy on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-empy $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-empy package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-empy
Priority: optional
Section: universe/python
Installed-Size: 322
Maintainer: Ubuntu Developers
Original-Maintainer: Jose Luis Rivero
Architecture: all
Source: empy
Version: 3.3.2-1build1
Provides: python2.7-empy
Depends: python, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Conflicts: python3-empy (<= 3.3-8)
Filename: pool/universe/e/empy/python-empy_3.3.2-1build1_all.deb
Size: 72536
MD5sum: 581b264b575ece209e7d994e704cdce1
SHA1: 20bf567e0717ab2f0cacf2a58f4ccfb3afd8544e
SHA256: 41f98209a26fd4880811129ff65d720623629c941427675e28c5300cc790b1a7
Description-en: templating system for Python (Python 2)
EmPy is a system for embedding Python expressions and statements
in template text; it takes an EmPy source file, processes it, and
produces output.
This is accomplished via expansions, which are special signals
to the EmPy system and are set off by a special prefix (by default
the at sign, '@'). EmPy can expand arbitrary Python expressions
and statements in this way, as well as a variety of special forms.
Textual data not explicitly delimited in this way is sent unaffected
to the output, allowing Python to be used in effect as a markup
language.
Also supported are "hook" callbacks, recording and playback via
diversions, and dynamic, chainable filters.
The system is highly configurable via command line options and
embedded commands.
.
This is the Python 2 version of the package. This version installs
the empy executable under the name "empy"
Description-md5: 797b1c03973b22d868a2ac6bfcadd0c2
Homepage: http://www.alcyone.com/software/empy/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu