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

Last updated: May 19,2024

1. Install "python-plastex" package

Here is a brief guide to show you how to install python-plastex on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-plastex

2. Uninstall "python-plastex" package

Please follow the instructions below to uninstall python-plastex on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-plastex
Priority: optional
Section: universe/tex
Installed-Size: 2938
Maintainer: Ubuntu Developers
Original-Maintainer: Carl Fürstenberg
Architecture: all
Source: plastex
Version: 0.9.2-1.1
Depends: python, python:any (<< 2.8), python:any (>= 2.7.5-5~), texlive-latex-base, dvipng, python-imaging
Recommends: python-kid, python-genshi, python-cheetah
Filename: pool/universe/p/plastex/python-plastex_0.9.2-1.1_all.deb
Size: 391062
MD5sum: 01d7cb5aaa60f453fe100e0d18a76c41
SHA1: 6c99458b180cce67c51cf229d4f03b4a7772d014
SHA256: ff97823448abc90c169b6a54eff127cfd64f0a8cc6a752360025bdf63d1918af
Description-en: 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.
Description-md5: 519d0ec63cf54d221ba7f444891476f0
Homepage: http://plastex.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu