How to Install and Uninstall libghc-pandoc-prof Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libghc-pandoc-prof" package

This guide let you learn how to install libghc-pandoc-prof on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-pandoc-prof

2. Uninstall "libghc-pandoc-prof" package

Please follow the steps below to uninstall libghc-pandoc-prof on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-pandoc-prof $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-pandoc-prof package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-pandoc-prof
Priority: extra
Section: universe/haskell
Installed-Size: 58238
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: pandoc
Version: 1.16.0.2~dfsg-1
Provides: libghc-pandoc-prof-1.16.0.2-492c1
Depends: libghc-pandoc-dev (= 1.16.0.2~dfsg-1), libghc-http-prof-4000.2.23-14eae, libghc-juicypixels-prof-3.2.6.4-6a8e3, libghc-sha-prof-1.6.4.2-77809, libghc-aeson-prof-0.10.0.0-f3d60, libghc-array-prof-0.5.1.0-960bf, libghc-base-prof-4.8.2.0-0d6d1, libghc-base64-bytestring-prof-1.0.0.1-a812c, libghc-binary-prof-0.7.5.0-bf6a9, libghc-blaze-html-prof-0.8.1.1-d2f0d, libghc-blaze-markup-prof-0.7.0.3-25645, libghc-bytestring-prof-0.10.6.0-9a873, libghc-cmark-prof-0.5.1-ec5f1, libghc-containers-prof-0.5.6.2-59326, libghc-data-default-prof-0.5.3-e05c4, libghc-deepseq-prof-1.4.1.1-614b6, libghc-directory-prof-1.2.2.0-660a7, libghc-extensible-exceptions-prof-0.1.1.4-81599, libghc-filemanip-prof-0.3.6.3-aca98, libghc-filepath-prof-1.4.0.0-f97d1, libghc-ghc-prim-prof-0.4.0.0-6cdc8, libghc-haddock-library-prof-1.2.1-3c852, libghc-highlighting-kate-prof-0.6.1-6263d, libghc-hslua-prof-0.4.1-faa31, libghc-http-client-prof-0.4.26.2-4f61d, libghc-http-client-tls-prof-0.2.2-51d3a, libghc-http-types-prof-0.9-9f0f8, libghc-mtl-prof-2.2.1-3af90, libghc-network-prof-2.6.2.1-25f4f, libghc-network-uri-prof-2.6.0.3-49848, libghc-old-time-prof-1.1.0.3-44943, libghc-pandoc-types-prof-1.16.1-f7948, libghc-parsec-prof-3.1.9-c97a6, libghc-process-prof-1.2.3.0-a2232, libghc-random-prof-1.1-c46cc, libghc-scientific-prof-0.3.4.4-ad7a1, libghc-syb-prof-0.6-d154b, libghc-tagsoup-prof-0.13.6-346bc, libghc-temporary-prof-1.2.0.3-f2b1a, libghc-texmath-prof-0.8.4.1-f2d8d, libghc-text-prof-1.2.2.0-2c09c, libghc-time-prof-1.5.0.1-1b9a5, libghc-unordered-containers-prof-0.2.5.1-a371f, libghc-vector-prof-0.11.0.0-c6a21, libghc-xml-prof-1.3.14-a73a3, libghc-yaml-prof-0.8.15.2-a4eb8, libghc-zip-archive-prof-0.2.3.7-90c5b, libghc-zlib-prof-0.6.1.1-15b43
Filename: pool/universe/p/pandoc/libghc-pandoc-prof_1.16.0.2~dfsg-1_amd64.deb
Size: 4515214
MD5sum: 95246082b34ddd32e0f29bd0b66b3839
SHA1: 7647d0681cfc0f3423a11504db5b95115a2910ec
SHA256: f5bca86ca0f256494a0c20cbdb164d8fb192e40b0dcaa685af2ba1d245c5a314
Description-en: general markup converter - profiling libraries
Pandoc is a Haskell library for converting
from one markup format to another,
and a command-line tool that uses this library.
It can read several dialects of Markdown and (subsets of) HTML,
reStructuredText, LaTeX, DocBook, MediaWiki markup, Haddock markup,
OPML, Emacs Org-mode, txt2tags, Word Docx, ODT, and Textile,
and it can write Markdown, reStructuredText, HTML,
LaTeX (including rendering as plain PDF or beamer slide shows),
ConTeXt, DocBook, OPML, OpenDocument, ODT, Word docx, RTF,
MediaWiki, DokuWiki, Textile, groff man pages, GNU Texinfo,
plain text, Emacs Org-Mode, AsciiDoc, Haddock markup,
EPUB (v2 or v3), FictionBook2, InDesign ICML,
and several kinds of HTML/javascript slide shows
(S5, Slidy, Slideous, DZSlides, reveal.js).
.
In contrast to most existing tools for converting Markdown to HTML,
pandoc has a modular design:
it consists of a set of readers, which parse text in a given format
and produce a native representation of the document,
and a set of writers,
which convert this native representation into a target format.
Thus,
adding an input or output format requires only adding a reader or writer.
.
This package contains the profiling libraries for Pandoc.
Description-md5: 4bf212cd85a64d57055699b1ce037189
Homepage: http://pandoc.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu