How to Install and Uninstall plastex Package on Kali Linux

Last updated: May 07,2024

1. Install "plastex" package

This guide covers the steps necessary to install plastex on Kali Linux

$ sudo apt update $ sudo apt install plastex

2. Uninstall "plastex" package

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

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

3. Information about the plastex package on Kali Linux

Package: plastex
Version: 3.0-3
Installed-Size: 27
Maintainer: Debian Python Team
Architecture: all
Replaces: python-plastex
Depends: python3, python3-plastex
Breaks: python-plastex
Size: 10176
SHA256: e6cd2fa0280c834ec364790ef28a07e57f6168b175ace88b098c7def103cf21b
SHA1: 52cf84d8c663c42e19fa24c332b4aa8fe5384bb5
MD5sum: 150e42eec8f350bb2102f4e34e2002c2
Description: LaTeX document processing framework in Python
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 command line tool 'plastex'.
Description-md5:
Homepage: https://github.com/plastex/plastex
Section: tex
Priority: optional
Filename: pool/main/p/plastex/plastex_3.0-3_all.deb