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

Last updated: May 14,2024

1. Install "python3-empy" package

In this section, we are going to explain the necessary steps to install python3-empy on Kali Linux

$ sudo apt update $ sudo apt install python3-empy

2. Uninstall "python3-empy" package

Please follow the instructions below to uninstall python3-empy on Kali Linux:

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

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

Package: python3-empy
Source: empy
Version: 3.3.4-2
Installed-Size: 394
Maintainer: Jose Luis Rivero
Architecture: all
Depends: python3:any
Breaks: python-empy (<= 3.3-8)
Size: 66148
SHA256: c2c0b4dfc4ee2c4ef9db78ad896a6e9c4d407cf52ca88aa3fc2c6fd7480d1986
SHA1: d382731de64e714989f3bce39b60c332150ace75
MD5sum: 038c217f3bd9685df3dbae2ea5ae5140
Description: 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:
Multi-Arch: foreign
Homepage: http://www.alcyone.com/software/empy/
Section: python
Priority: optional
Filename: pool/main/e/empy/python3-empy_3.3.4-2_all.deb