How to Install and Uninstall php-tcpdf Package on Kali Linux

Last updated: May 21,2024

1. Install "php-tcpdf" package

In this section, we are going to explain the necessary steps to install php-tcpdf on Kali Linux

$ sudo apt update $ sudo apt install php-tcpdf

2. Uninstall "php-tcpdf" package

This guide let you learn how to uninstall php-tcpdf on Kali Linux:

$ sudo apt remove php-tcpdf $ sudo apt autoclean && sudo apt autoremove

3. Information about the php-tcpdf package on Kali Linux

Package: php-tcpdf
Source: tcpdf
Version: 6.6.5+dfsg-1
Installed-Size: 19774
Maintainer: phpMyAdmin Team
Architecture: all
Depends: icc-profiles-free, php-common
Recommends: php-gd, php-mcrypt
Suggests: php-imagick
Size: 7831416
SHA256: c6a70df3895623852abb16a26ce9ee3ce81650626101e2a1648152ba3bf4c9e6
SHA1: f401042e7b469c1104c69a1e713d0cca2c28fc7d
MD5sum: 3c123f56858040a431f286050d7e9bb9
Description: PHP class for generating PDF files on-the-fly
TCPDF is a library to generate PDF files that does not require external
extensions. It also includes a class to extract data from existing PDF
documents and classes to generate 1D and 2D barcodes in various formats.
.
TCPDF has been originally derived from the Public Domain FPDF class by
Olivier Plathey (https://www.fpdf.org).
.
Its main features are:
.
* an extensive API to control the generated content and its layout
(including using XHTML as input);
* works without external libraries;
* works with any language (UTF-8 and RTL support);
* supports TrueTypeUnicode, TrueType, Type1 and CID-0 fonts;
* supports all page formats (standardized and customized);
* supports most PDF features:
- encryption and digital signatures
- compression
- bookmarks
- javascript and forms support
- PDF annotations, including links, text and file attachments
- XOBject Templates (layers and object visibility, PDF/A-1b support)
* supports barcode generation (multiple formats);
* automatic hyphenation and page break.
Description-md5:
Homepage: https://www.tcpdf.org/
Section: php
Priority: optional
Filename: pool/main/t/tcpdf/php-tcpdf_6.6.5+dfsg-1_all.deb