How to Install and Uninstall lhs2tex Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 07,2024

1. Install "lhs2tex" package

Please follow the step by step instructions below to install lhs2tex on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install lhs2tex

2. Uninstall "lhs2tex" package

In this section, we are going to explain the necessary steps to uninstall lhs2tex on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove lhs2tex $ sudo apt autoclean && sudo apt autoremove

3. Information about the lhs2tex package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: lhs2tex
Priority: optional
Section: universe/text
Installed-Size: 2585
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Version: 1.19-2
Depends: libc6 (>= 2.15), libffi6 (>= 3.0.4), libgmp10, tex-common (>= 6), texlive-latex-base, texlive-math-extra
Filename: pool/universe/l/lhs2tex/lhs2tex_1.19-2_amd64.deb
Size: 773364
MD5sum: 18140aab607fd1a28f48d3329b250b7a
SHA1: de9b3c1233085aaa186fc8eb0d7822bb3b222818
SHA256: 62d6ac13b150fe28302b41d52f9ed267fbb83a51eab494f4468195126ae10d8e
Description-en: Generates LaTeX code from literate Haskell sources
lhs2TeX includes the following features:
.
Different styles to process your source file: for instance,
"tt" style uses a monospaced font for the code while still
allowing you to highlight keywords etc, whereas
"poly" style uses proportional fonts for identifiers, handles
indentation nicely, is able to replace binary operators by
mathematical symbols and take care of complex horizontal
alignments.
.
Formatting directives, which let you customize the way certain
tokens in the source code should appear in the processed
output.
.
A liberal parser that can handle most of the language
extensions; you don't have to restrict yourself to Haskell 98.
.
Preprocessor-style conditionals that allow you to generate
different versions of a document from a single source file
(for instance, a paper and a presentation).
.
Active documents: you can use Haskell to generate parts of the
document (useful for papers on Haskell).
.
A manual explaining all the important aspects of lhs2TeX.
Description-md5: 96615613d7aa6971ace8fe235d24f64b
Multi-Arch: foreign
Homepage: http://people.cs.uu.nl/andres/lhs2tex/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu