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

Last updated: May 17,2024

1. Install "python3-plastex" package

Please follow the steps below to install python3-plastex on Kali Linux

$ sudo apt update $ sudo apt install python3-plastex

2. Uninstall "python3-plastex" package

Please follow the steps below to uninstall python3-plastex on Kali Linux:

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

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

Package: python3-plastex
Source: plastex
Version: 3.0-3
Installed-Size: 3131
Maintainer: Debian Python Team
Architecture: all
Replaces: python-plastex
Depends: dvipng, python3-jinja2, python3-pil, python3-unidecode, texlive-latex-base, python3-typing-extensions, python3:any
Recommends: libjs-jquery
Suggests: pdf2svg, python3-cheetah, python3-genshi, texlive-latex-extra
Size: 419136
SHA256: 80b946641db16bc5125e80389e23181a1ed16c34c6f61a019d7f7aacebe01c8c
SHA1: d2b0ace1745a64a6a5b51b078fbade3bcf0974e5
MD5sum: f7a7b131a09426801f8b81d582175e4e
Description: LaTeX document processing framework in Python - modules
plasTeX is a collection of Python frameworks that allow you to process LaTeX
documents. This processing includes, but is not limited to, conversion of
LaTeX documents to various document formats. Of course, it is capable of
converting to HTML or XML formats such as DocBook and tBook, but it is an
open framework that allows you to drive any type of rendering. This means that
it could be used to drive a COM object that creates a MS Word Document.
.
The plasTeX framework allows you to control all of the processes including
tokenizing, object creation, and rendering through API calls. You also have
access to all of the internals such as counters, the states of "if" commands,
locally and globally defined macros, labels and references, etc. In essence,
it is a LaTeX document processor that gives you the advantages of an XML
document in the context of a language as superb as Python.
.
This package contains the Python 3 modules.
Description-md5:
Homepage: https://github.com/plastex/plastex
Section: python
Priority: optional
Filename: pool/main/p/plastex/python3-plastex_3.0-3_all.deb