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

Last updated: May 15,2024

1. Install "python3-empy" package

In this section, we are going to explain the necessary steps to install python3-empy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-empy

2. Uninstall "python3-empy" package

Learn how to uninstall python3-empy on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-empy
Priority: optional
Section: universe/python
Installed-Size: 288
Maintainer: Ubuntu Developers
Original-Maintainer: Jose Luis Rivero
Architecture: all
Source: empy
Version: 3.3.2-1build1
Depends: python3, python, python3:any (>= 3.3.2-2~)
Conflicts: python-empy (<= 3.3-8)
Filename: pool/universe/e/empy/python3-empy_3.3.2-1build1_all.deb
Size: 37342
MD5sum: 55d261f5372ad371b5d0fd3d77b3c14e
SHA1: 9039c34625aea2448ae30ad532b4292e8f843c21
SHA256: b1b074a331aec7aa185e45617a102c2df833829b7e72d6f6edfcf4294638bf29
Description-en: templating system for Python (Python 3)
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 3 version of the package. This version installs
the empy executable under the name "empy3"
Description-md5: 11f63ca7d17aa21d9e9fac270281d492
Homepage: http://www.alcyone.com/software/empy/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu