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

Last updated: May 15,2024

1. Install "freetable" package

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

$ sudo apt update $ sudo apt install freetable

2. Uninstall "freetable" package

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

$ sudo apt remove freetable $ sudo apt autoclean && sudo apt autoremove

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

Package: freetable
Priority: optional
Section: universe/web
Installed-Size: 77
Maintainer: Ubuntu Developers
Original-Maintainer: Felipe Augusto van de Wiel (faw)
Architecture: all
Version: 2.3-4.1
Depends: perl
Filename: pool/universe/f/freetable/freetable_2.3-4.1_all.deb
Size: 20030
MD5sum: 2f9112719ebcf9e62427ccb88ebe43f6
SHA1: 19d46f17d57991e036ec8e877cf8410a07407ee7
SHA256: b901d52d89bc84de533bd790c6e21175bbb4ef863cddee74eec765475a6a3821
Description-en: Facilitates production of HTML tables
Freetable is a perl script that aims to make the production of HTML
tables a little easier. This script works as a filter, reading stdin
and writing to stdout.
.
The input syntax is as roughly follows:
.

initial text (e.g. ... ).
(X, Y) options for cell (X, Y)
text for cell (X,Y)...
((X,Y)) options for header cell X,Y
text for header cell (X,Y)...

.
Rows and cells may be specified in any order, numbering starts at 1.
X and/or Y may be replaced by regular expression, explicit range
or even arbitrary Perl code to indicate rows or columns.
Options or text (or both) may be omitted for cells. Cells
may be omitted completely if they are empty or fall under the
rowspan/colspan specifications of another cell. Cells may contain
arbitrary HTML text, including other freetable tables.
Description-md5: 13762d0f7ace152a70bab4abc21ccccc
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu