How to Install and Uninstall php-fpdf Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 08,2024

1. Install "php-fpdf" package

This is a short guide on how to install php-fpdf on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install php-fpdf

2. Uninstall "php-fpdf" package

This tutorial shows how to uninstall php-fpdf on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the php-fpdf package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: php-fpdf
Priority: optional
Section: universe/web
Installed-Size: 437
Maintainer: Ubuntu Developers
Original-Maintainer: Alessandro De Zorzi
Architecture: all
Version: 3:1.7.dfsg-1.1ubuntu1
Depends: php | php-cli
Suggests: ttf2pt1
Filename: pool/universe/p/php-fpdf/php-fpdf_1.7.dfsg-1.1ubuntu1_all.deb
Size: 64038
MD5sum: f2ce8dd5afaa0aaf6fd3e5309f2d1687
SHA1: b1df2f4c96f434003af32a656c802da115040022
SHA256: b4f75707d4bc827c6b83f42e3379f0bb937cc92240d180e236bba8728f8a1d81
Description-en: 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: c2decc92c7005e2371e991de944df66b
Homepage: http://www.fpdf.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu