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

Last updated: May 13,2024

1. Install "txt2tags" package

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

$ sudo apt update $ sudo apt install txt2tags

2. Uninstall "txt2tags" package

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

$ sudo apt remove txt2tags $ sudo apt autoclean && sudo apt autoremove

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

Package: txt2tags
Priority: optional
Section: universe/text
Installed-Size: 942
Maintainer: Ubuntu Developers
Original-Maintainer: Python Applications Packaging Team
Architecture: all
Version: 2.6-3.1
Provides: python-txt2tags
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Suggests: python-tk
Filename: pool/universe/t/txt2tags/txt2tags_2.6-3.1_all.deb
Size: 411236
MD5sum: 07beb5e3cce5155350d709bd2e43d6bb
SHA1: 50630e526b907e533b5596a2b41f766a4543aba4
SHA256: 874b117dcb94b1fbe8dc85f7b81d7af0999537c0f9db2500f78e81d98b84d9fc
Description-en: conversion tool to generating several file formats
txt2tags is a document generator written in Python that
generates HTML, XHTML, SGML, LaTeX, Lout, man page, Wikipedia,
Google Code Wiki, DokuWiki, MoinMoin, Magic Point and PageMaker
documents from a plain text file with little marks.
.
Different from other conversion tools, it is generic, and not
target-specific (as a txt2html tool). This way, you can keep just
one source text file and one tool for all your formatting needs.
.
Supports header, title, bold/italic/underline/strike, preformatted,
quote, link, lists, bar, image and table.
.
With txt2tags, you can focus your mind on the document content, and
forget about formatting. Just let the program do this dirty job.
Description-md5: 611e496015c7109695efcf3c7d903b11
Homepage: http://txt2tags.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu