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

Last updated: May 09,2024

1. Install "php-fpdf" package

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

$ sudo apt update $ sudo apt install php-fpdf

2. Uninstall "php-fpdf" package

Please follow the guidance below to uninstall php-fpdf on Kali Linux:

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

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

Package: php-fpdf
Version: 3:1.8.4.dfsg-2
Installed-Size: 451
Maintainer: Debian QA Group
Architecture: all
Depends: php | php-cli | php-common | php7.4 | php7.4-cli
Suggests: ttf2pt1
Size: 71016
SHA256: 7280838b860b4ac9ead2b07dec291daedd348547a43e0636fa1b4c4b875efd63
SHA1: fde00880ef024a9e7a224a8efa8d3cfd09f20c50
MD5sum: abdb0214d9b528cc0ddaa2ad4219bfa7
Description: PHP class to generate PDF files
FPDF is a PHP class that allow generating PDF files with pure PHP,
that is to say without using the PDFlib library. FPDF provides
high-level functions and has the following main features:
.
- Choice of measure unit, page format, and margins
- Page header and footer management
- Automatic page break
- Automatic line break and text justification
- Image support (JPEG and PNG)
- Colors
- Links
- TrueType, Type1, and encoding support
- Page compression
Description-md5:
Homepage: http://www.fpdf.org/
Tag: devel::lang:php, devel::library, implemented-in::php, role::program,
works-with-format::pdf, works-with::text
Section: php
Priority: optional
Filename: pool/main/p/php-fpdf/php-fpdf_1.8.4.dfsg-2_all.deb