How to Install and Uninstall freetable Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 07,2024

1. Install "freetable" package

This is a short guide on how to install freetable on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install freetable

2. Uninstall "freetable" package

Please follow the guidelines below to uninstall freetable on Ubuntu 21.10 (Impish Indri):

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

3. Information about the freetable package on Ubuntu 21.10 (Impish Indri)

Package: freetable
Architecture: all
Version: 2.3-4.3
Priority: optional
Section: universe/web
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Felipe Augusto van de Wiel (faw)
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 41
Depends: perl
Filename: pool/universe/f/freetable/freetable_2.3-4.3_all.deb
Size: 19652
MD5sum: 7173c838237387856b6724847f4f26a2
SHA1: 4538fe802a74150b942224736ab7eef6772eb3e9
SHA256: 333d8636d3f331b7dcf972a8fafd9ff70884e0cb4042e76c3d2c9313911559d2
SHA512: 163debc1652addba7bb9a2593b4298f419f483084f62d10434c65a02ed496c6771fbc465d68eaecb9db1bdf1474879a90bdd317cd96a5c84ea54109d43e757fd
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