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

Last updated: July 05,2024

1. Install "python-plastex-doc" package

Please follow the steps below to install python-plastex-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-plastex-doc

2. Uninstall "python-plastex-doc" package

This guide covers the steps necessary to uninstall python-plastex-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-plastex-doc
Priority: optional
Section: universe/doc
Installed-Size: 1001
Maintainer: Ubuntu Developers
Original-Maintainer: Carl Fürstenberg
Architecture: all
Source: plastex
Version: 0.9.2-1.1
Suggests: doc-base
Filename: pool/universe/p/plastex/python-plastex-doc_0.9.2-1.1_all.deb
Size: 248092
MD5sum: f817669bd8103678f6c46d3a0ad00521
SHA1: f8fc7fa73c6abe253ac3e26363e97b6572da7615
SHA256: c0f59deca01986e93301ca066d01cccd8fde0ede34c7f651f0adeb4b06330ade
Description-en: LaTeX document processing framework in Python - documentation files
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 packages provides the documentation files for python-plastex.
Description-md5: 2700b1ae4ae6669502f24e8e56c0381f
Homepage: http://plastex.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu