How to Install and Uninstall liblatex-table-perl Package on Kali Linux

Last updated: May 10,2024

1. Install "liblatex-table-perl" package

This guide let you learn how to install liblatex-table-perl on Kali Linux

$ sudo apt update $ sudo apt install liblatex-table-perl

2. Uninstall "liblatex-table-perl" package

Here is a brief guide to show you how to uninstall liblatex-table-perl on Kali Linux:

$ sudo apt remove liblatex-table-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the liblatex-table-perl package on Kali Linux

Package: liblatex-table-perl
Version: 1.0.6-4
Installed-Size: 607
Maintainer: Debian Perl Group
Architecture: all
Depends: liblatex-driver-perl, liblatex-encode-perl, libmodule-pluggable-perl | perl (<< 5.17.0), libmoose-perl, libmoosex-followpbp-perl, libnumber-format-perl, libreadonly-perl, libtemplate-perl, libtext-csv-perl, perl:any
Suggests: texlive-latex-extra, texlive-latex3
Size: 436540
SHA256: e886d9a3e38c59e675f7a76b94b634f91440f9c079a616709168bccd28678dce
SHA1: a74cf4e9b934d7287814a182f52b1160b596a1f2
MD5sum: 1bcbdce6c0498391b300353af5a78697
Description: Perl extension for the automatic generation of LaTeX tables
LaTeX::Table is a Perl extension for the automatic generation of LaTeX tables
.
LaTeX makes professional typesetting easy. Unfortunately, this is not
entirely true for tables and the standard LaTeX table macros have a rather
limited functionality. LaTeX::Table supports many CTAN packages and hides the
complexity of using them behind an easy and intuitive API.
.
This module supports multipage tables via the xtab and the longtable package.
For publication quality tables it utilizes the booktabs package. It also
supports the tabularx and tabulary packages for nicer fixed-width tables.
Furthermore, it supports the colortbl package for colored tables optimized for
presentations. The powerful new ctable package is supported and especially
recommended when footnotes are needed. LaTeX::Table ships with some
predefined, good looking themes.
.
This module ships with two small utilities. The first, csv2pdf is a CSV to PDF
converter. It is only about 100 lines of code short and only meant as an
example application, but it is already very powerful. It requires Getopt::Long,
Text::CSV, LaTeX::Encode and LaTeX::Driver.
.
The second utility is ltpretty. It takes a lazy formatted LaTeX table from
STDIN (typically piped from Vim or emacs) and outputs a completely formatted
table. This makes this module not only useful for automatically generated
reports, but also saves a lot of typing work in creating custom tables.
Description-md5:
Homepage: https://metacpan.org/release/LaTeX-Table
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libl/liblatex-table-perl/liblatex-table-perl_1.0.6-4_all.deb