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

Last updated: May 07,2024

1. Install "txt2html" package

Please follow the instructions below to install txt2html on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install txt2html

2. Uninstall "txt2html" package

Please follow the guidance below to uninstall txt2html on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove txt2html $ sudo apt autoclean && sudo apt autoremove

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

Package: txt2html
Priority: optional
Section: universe/text
Installed-Size: 296
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Varun Hiremath
Architecture: all
Version: 2.51-1
Depends: libgetopt-argvfile-perl, libyaml-syck-perl, perl (>= 5.6.0-16)
Suggests: perl-doc
Filename: pool/universe/t/txt2html/txt2html_2.51-1_all.deb
Size: 92644
MD5sum: 456eef333586c7121b9fb5eef9d5fb2e
SHA1: 8083174126b3eba934779e5edb69d22039edde37
SHA256: 18de1d979849217988375ddee4e1213227d3de667efc83a5fe1625d54c3f73ca
Description-en: Text to HTML converter
txt2html is a Perl program that converts plain text to HTML.
.
It supports headings, lists, simple character markup, and hyperlinking, and is
highly customizable. It recognizes some of the apparent structure of the
source document (mostly whitespace and typographic layout), and attempts to
mark that structure explicitly using HTML.
.
The purpose for this tool is to provide an easier way of converting existing
text documents to HTML format, giving something nicer than just whapping the
text into a big PRE block. txt2html can also be used to aid in writing new
HTML documents, but there are probably better ways of doing that.
Description-md5: 789c33d00ea58269ed9a7f2d665a6790
Homepage: http://txt2html.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu