How to Install and Uninstall freetable Package on Kali Linux

Last updated: July 08,2024

1. Install "freetable" package

Here is a brief guide to show you how to install freetable on Kali Linux

$ sudo apt update $ sudo apt install freetable

2. Uninstall "freetable" package

Please follow the step by step instructions below to uninstall freetable on Kali Linux:

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

3. Information about the freetable package on Kali Linux

Package: freetable
Version: 2.3-4.4
Installed-Size: 41
Maintainer: Felipe Augusto van de Wiel (faw)
Architecture: all
Depends: perl:any
Size: 20240
SHA256: 977d2c4031ab2f02ae28581c8f29250f7f4572d94880dcce239174ae4f84d528
SHA1: 9c282265963f6ce8669fc1f0416978e26261ec06
MD5sum: b29fe954d86fb657aab97a294a31474c
Description: 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:
Tag: implemented-in::perl, interface::commandline, role::program,
scope::utility, use::converting, works-with-format::html,
works-with::text
Section: web
Priority: optional
Filename: pool/main/f/freetable/freetable_2.3-4.4_all.deb