How To Install php-tcpdf on Fedora 36

In this tutorial we learn how to install php-tcpdf in Fedora 36. php-tcpdf is PHP class for generating PDF documents and barcodes

Introduction

In this tutorial we learn how to install php-tcpdf on Fedora 36.

What is php-tcpdf

PHP class for generating PDF documents. * no external libraries are required for the basic functions; * all standard page formats, custom page formats, custom margins and units of measure; * UTF-8 Unicode and Right-To-Left languages; * TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts; * font subsetting; * methods to publish some XHTML + CSS code, Javascript and Forms; * images, graphic (geometric figures) and transformation methods; * supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http * 1D and 2D barcodes USS-93, Standard 2 of 5, Interleaved 2 of 5, CODE 128 A/B/C, 2 and 5 Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI, POSTNET, PLANET, RMS4CC (Royal Mail 4-state Customer Code), CBC (Customer Bar Code), KIX (Klant index - Customer index), Intelligent Mail Barcode, Onecode, USPS-B-3200, CODABAR, CODE 11, PHARMACODE, PHARMACODE TWO-TRACKS, Datamatrix ECC200, QR-Code, PDF417; * ICC Color Profiles, Grayscale, RGB, CMYK, Spot Colors and Transparencies; * automatic page header and footer management; * document encryption up to 256 bit and digital signature certifications; * transactions to UNDO commands; * PDF annotations, including links, text and file attachments; * text rendering modes (fill, stroke and clipping); * multiple columns mode; * no-write page regions; * bookmarks and table of content; * text hyphenation; * text stretching and spacing (tracking/kerning); * automatic page break, line break and text alignments including justification; * automatic page numbering and page groups; * move and delete pages; * page compression (requires php-zlib extension); * XOBject templates; * PDF/A-1b (ISO 19005-1 By default, TCPDF uses the GD library which is know as slower than ImageMagick solution. You can optionally install php-pecl-imagick; TCPDF will use it.

We can use yum or dnf to install php-tcpdf on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-tcpdf.

Install php-tcpdf on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install php-tcpdf using dnf by running the following command:

sudo dnf -y install php-tcpdf

Install php-tcpdf on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install php-tcpdf using yum by running the following command:

sudo yum -y install php-tcpdf

How To Uninstall php-tcpdf on Fedora 36

To uninstall only the php-tcpdf package we can use the following command:

sudo dnf remove php-tcpdf

php-tcpdf Package Contents on Fedora 36

/etc/php-tcpdf
/etc/php-tcpdf/tcpdf_config.php
/etc/php-zts.d/opcache-php-tcpdf.blacklist
/etc/php.d/opcache-php-tcpdf.blacklist
/usr/bin/tcpdf_addfont
/usr/share/doc/php-tcpdf
/usr/share/doc/php-tcpdf/CHANGELOG.TXT
/usr/share/doc/php-tcpdf/README.md
/usr/share/doc/php-tcpdf/composer.json
/usr/share/doc/php-tcpdf/examples
/usr/share/doc/php-tcpdf/examples/barcodes
/usr/share/doc/php-tcpdf/examples/barcodes/example_1d_html.php
/usr/share/doc/php-tcpdf/examples/barcodes/example_1d_png.php
/usr/share/doc/php-tcpdf/examples/barcodes/example_1d_svg.php
/usr/share/doc/php-tcpdf/examples/barcodes/example_1d_svgi.php
/usr/share/doc/php-tcpdf/examples/barcodes/example_2d_datamatrix_html.php
/usr/share/doc/php-tcpdf/examples/barcodes/example_2d_datamatrix_png.php
/usr/share/doc/php-tcpdf/examples/barcodes/example_2d_datamatrix_svg.php
/usr/share/doc/php-tcpdf/examples/barcodes/example_2d_datamatrix_svgi.php
/usr/share/doc/php-tcpdf/examples/barcodes/example_2d_pdf417_html.php
/usr/share/doc/php-tcpdf/examples/barcodes/example_2d_pdf417_png.php
/usr/share/doc/php-tcpdf/examples/barcodes/example_2d_pdf417_svg.php
/usr/share/doc/php-tcpdf/examples/barcodes/example_2d_pdf417_svgi.php
/usr/share/doc/php-tcpdf/examples/barcodes/example_2d_qrcode_html.php
/usr/share/doc/php-tcpdf/examples/barcodes/example_2d_qrcode_png.php
/usr/share/doc/php-tcpdf/examples/barcodes/example_2d_qrcode_svg.php
/usr/share/doc/php-tcpdf/examples/barcodes/example_2d_qrcode_svgi.php
/usr/share/doc/php-tcpdf/examples/barcodes/tcpdf_barcodes_1d_include.php
/usr/share/doc/php-tcpdf/examples/barcodes/tcpdf_barcodes_2d_include.php
/usr/share/doc/php-tcpdf/examples/config
/usr/share/doc/php-tcpdf/examples/config/tcpdf_config_alt.php
/usr/share/doc/php-tcpdf/examples/data
/usr/share/doc/php-tcpdf/examples/data/cert
/usr/share/doc/php-tcpdf/examples/data/cert/tcpdf.crt
/usr/share/doc/php-tcpdf/examples/data/cert/tcpdf.fdf
/usr/share/doc/php-tcpdf/examples/data/cert/tcpdf.p12
/usr/share/doc/php-tcpdf/examples/data/chapter_demo_1.txt
/usr/share/doc/php-tcpdf/examples/data/chapter_demo_2.txt
/usr/share/doc/php-tcpdf/examples/data/table_data_demo.txt
/usr/share/doc/php-tcpdf/examples/data/utf8test.txt
/usr/share/doc/php-tcpdf/examples/example_001.php
/usr/share/doc/php-tcpdf/examples/example_002.php
/usr/share/doc/php-tcpdf/examples/example_003.php
/usr/share/doc/php-tcpdf/examples/example_004.php
/usr/share/doc/php-tcpdf/examples/example_005.php
/usr/share/doc/php-tcpdf/examples/example_006.php
/usr/share/doc/php-tcpdf/examples/example_007.php
/usr/share/doc/php-tcpdf/examples/example_008.php
/usr/share/doc/php-tcpdf/examples/example_009.php
/usr/share/doc/php-tcpdf/examples/example_010.php
/usr/share/doc/php-tcpdf/examples/example_011.php
/usr/share/doc/php-tcpdf/examples/example_012.pdf
/usr/share/doc/php-tcpdf/examples/example_012.php
/usr/share/doc/php-tcpdf/examples/example_013.php
/usr/share/doc/php-tcpdf/examples/example_014.php
/usr/share/doc/php-tcpdf/examples/example_015.php
/usr/share/doc/php-tcpdf/examples/example_016.php
/usr/share/doc/php-tcpdf/examples/example_017.php
/usr/share/doc/php-tcpdf/examples/example_018.php
/usr/share/doc/php-tcpdf/examples/example_019.php
/usr/share/doc/php-tcpdf/examples/example_020.php
/usr/share/doc/php-tcpdf/examples/example_021.php
/usr/share/doc/php-tcpdf/examples/example_022.php
/usr/share/doc/php-tcpdf/examples/example_023.php
/usr/share/doc/php-tcpdf/examples/example_024.php
/usr/share/doc/php-tcpdf/examples/example_025.php
/usr/share/doc/php-tcpdf/examples/example_026.php
/usr/share/doc/php-tcpdf/examples/example_027.php
/usr/share/doc/php-tcpdf/examples/example_028.php
/usr/share/doc/php-tcpdf/examples/example_029.php
/usr/share/doc/php-tcpdf/examples/example_030.php
/usr/share/doc/php-tcpdf/examples/example_031.php
/usr/share/doc/php-tcpdf/examples/example_032.php
/usr/share/doc/php-tcpdf/examples/example_033.php
/usr/share/doc/php-tcpdf/examples/example_034.php
/usr/share/doc/php-tcpdf/examples/example_035.php
/usr/share/doc/php-tcpdf/examples/example_036.php
/usr/share/doc/php-tcpdf/examples/example_037.php
/usr/share/doc/php-tcpdf/examples/example_038.php
/usr/share/doc/php-tcpdf/examples/example_039.php
/usr/share/doc/php-tcpdf/examples/example_040.php
/usr/share/doc/php-tcpdf/examples/example_041.php
/usr/share/doc/php-tcpdf/examples/example_042.php
/usr/share/doc/php-tcpdf/examples/example_043.php
/usr/share/doc/php-tcpdf/examples/example_044.php
/usr/share/doc/php-tcpdf/examples/example_045.php
/usr/share/doc/php-tcpdf/examples/example_046.php
/usr/share/doc/php-tcpdf/examples/example_047.php
/usr/share/doc/php-tcpdf/examples/example_048.php
/usr/share/doc/php-tcpdf/examples/example_049.php
/usr/share/doc/php-tcpdf/examples/example_050.php
/usr/share/doc/php-tcpdf/examples/example_051.php
/usr/share/doc/php-tcpdf/examples/example_052.php
/usr/share/doc/php-tcpdf/examples/example_053.php
/usr/share/doc/php-tcpdf/examples/example_054.php
/usr/share/doc/php-tcpdf/examples/example_055.php
/usr/share/doc/php-tcpdf/examples/example_056.php
/usr/share/doc/php-tcpdf/examples/example_057.php
/usr/share/doc/php-tcpdf/examples/example_058.php
/usr/share/doc/php-tcpdf/examples/example_059.php
/usr/share/doc/php-tcpdf/examples/example_060.php
/usr/share/doc/php-tcpdf/examples/example_061.php
/usr/share/doc/php-tcpdf/examples/example_062.php
/usr/share/doc/php-tcpdf/examples/example_063.php
/usr/share/doc/php-tcpdf/examples/example_064.php
/usr/share/doc/php-tcpdf/examples/example_065.php
/usr/share/doc/php-tcpdf/examples/example_066.php
/usr/share/doc/php-tcpdf/examples/images
/usr/share/doc/php-tcpdf/examples/images/_blank.png
/usr/share/doc/php-tcpdf/examples/images/alpha.png
/usr/share/doc/php-tcpdf/examples/images/image_demo.jpg
/usr/share/doc/php-tcpdf/examples/images/image_with_alpha.png
/usr/share/doc/php-tcpdf/examples/images/img.png
/usr/share/doc/php-tcpdf/examples/images/logo_example.gif
/usr/share/doc/php-tcpdf/examples/images/logo_example.jpg
/usr/share/doc/php-tcpdf/examples/images/logo_example.png
/usr/share/doc/php-tcpdf/examples/images/tcpdf_box.ai
/usr/share/doc/php-tcpdf/examples/images/tcpdf_box.svg
/usr/share/doc/php-tcpdf/examples/images/tcpdf_cell.png
/usr/share/doc/php-tcpdf/examples/images/tcpdf_logo.jpg
/usr/share/doc/php-tcpdf/examples/images/tcpdf_signature.png
/usr/share/doc/php-tcpdf/examples/images/testsvg.svg
/usr/share/doc/php-tcpdf/examples/images/tux.svg
/usr/share/doc/php-tcpdf/examples/index.php
/usr/share/doc/php-tcpdf/examples/lang
/usr/share/doc/php-tcpdf/examples/lang/afr.php
/usr/share/doc/php-tcpdf/examples/lang/ara.php
/usr/share/doc/php-tcpdf/examples/lang/aze.php
/usr/share/doc/php-tcpdf/examples/lang/bel.php
/usr/share/doc/php-tcpdf/examples/lang/bra.php
/usr/share/doc/php-tcpdf/examples/lang/bul.php
/usr/share/doc/php-tcpdf/examples/lang/cat.php
/usr/share/doc/php-tcpdf/examples/lang/ces.php
/usr/share/doc/php-tcpdf/examples/lang/chi.php
/usr/share/doc/php-tcpdf/examples/lang/cym.php
/usr/share/doc/php-tcpdf/examples/lang/dan.php
/usr/share/doc/php-tcpdf/examples/lang/eng.php
/usr/share/doc/php-tcpdf/examples/lang/est.php
/usr/share/doc/php-tcpdf/examples/lang/eus.php
/usr/share/doc/php-tcpdf/examples/lang/far.php
/usr/share/doc/php-tcpdf/examples/lang/fra.php
/usr/share/doc/php-tcpdf/examples/lang/ger.php
/usr/share/doc/php-tcpdf/examples/lang/gle.php
/usr/share/doc/php-tcpdf/examples/lang/glg.php
/usr/share/doc/php-tcpdf/examples/lang/hat.php
/usr/share/doc/php-tcpdf/examples/lang/heb.php
/usr/share/doc/php-tcpdf/examples/lang/hrv.php
/usr/share/doc/php-tcpdf/examples/lang/hun.php
/usr/share/doc/php-tcpdf/examples/lang/hye.php
/usr/share/doc/php-tcpdf/examples/lang/ind.php
/usr/share/doc/php-tcpdf/examples/lang/ita.php
/usr/share/doc/php-tcpdf/examples/lang/jpn.php
/usr/share/doc/php-tcpdf/examples/lang/kat.php
/usr/share/doc/php-tcpdf/examples/lang/kor.php
/usr/share/doc/php-tcpdf/examples/lang/mkd.php
/usr/share/doc/php-tcpdf/examples/lang/mlt.php
/usr/share/doc/php-tcpdf/examples/lang/msa.php
/usr/share/doc/php-tcpdf/examples/lang/nld.php
/usr/share/doc/php-tcpdf/examples/lang/nob.php
/usr/share/doc/php-tcpdf/examples/lang/pol.php
/usr/share/doc/php-tcpdf/examples/lang/por.php
/usr/share/doc/php-tcpdf/examples/lang/ron.php
/usr/share/doc/php-tcpdf/examples/lang/rus.php
/usr/share/doc/php-tcpdf/examples/lang/slv.php
/usr/share/doc/php-tcpdf/examples/lang/spa.php
/usr/share/doc/php-tcpdf/examples/lang/sqi.php
/usr/share/doc/php-tcpdf/examples/lang/srp.php
/usr/share/doc/php-tcpdf/examples/lang/swa.php
/usr/share/doc/php-tcpdf/examples/lang/swe.php
/usr/share/doc/php-tcpdf/examples/lang/ukr.php
/usr/share/doc/php-tcpdf/examples/lang/urd.php
/usr/share/doc/php-tcpdf/examples/lang/yid.php
/usr/share/doc/php-tcpdf/examples/lang/zho.php
/usr/share/doc/php-tcpdf/examples/tcpdf_include.php
/usr/share/licenses/php-tcpdf
/usr/share/licenses/php-tcpdf/LICENSE.TXT
/usr/share/php/tcpdf
/usr/share/php/tcpdf/autoload.php
/usr/share/php/tcpdf/fonts
/usr/share/php/tcpdf/fonts/cid0cs.php
/usr/share/php/tcpdf/fonts/cid0ct.php
/usr/share/php/tcpdf/fonts/cid0jp.php
/usr/share/php/tcpdf/fonts/cid0kr.php
/usr/share/php/tcpdf/fonts/courier.php
/usr/share/php/tcpdf/fonts/courierb.php
/usr/share/php/tcpdf/fonts/courierbi.php
/usr/share/php/tcpdf/fonts/courieri.php
/usr/share/php/tcpdf/fonts/helvetica.php
/usr/share/php/tcpdf/fonts/helveticab.php
/usr/share/php/tcpdf/fonts/helveticabi.php
/usr/share/php/tcpdf/fonts/helveticai.php
/usr/share/php/tcpdf/fonts/hysmyeongjostdmedium.php
/usr/share/php/tcpdf/fonts/kozgopromedium.php
/usr/share/php/tcpdf/fonts/kozminproregular.php
/usr/share/php/tcpdf/fonts/msungstdlight.php
/usr/share/php/tcpdf/fonts/stsongstdlight.php
/usr/share/php/tcpdf/fonts/symbol.php
/usr/share/php/tcpdf/fonts/times.php
/usr/share/php/tcpdf/fonts/timesb.php
/usr/share/php/tcpdf/fonts/timesbi.php
/usr/share/php/tcpdf/fonts/timesi.php
/usr/share/php/tcpdf/fonts/uni2cid_ac15.php
/usr/share/php/tcpdf/fonts/uni2cid_ag15.php
/usr/share/php/tcpdf/fonts/uni2cid_aj16.php
/usr/share/php/tcpdf/fonts/uni2cid_ak12.php
/usr/share/php/tcpdf/fonts/zapfdingbats.php
/usr/share/php/tcpdf/images
/usr/share/php/tcpdf/images/_blank.png
/usr/share/php/tcpdf/include
/usr/share/php/tcpdf/include/barcodes
/usr/share/php/tcpdf/include/barcodes/datamatrix.php
/usr/share/php/tcpdf/include/barcodes/pdf417.php
/usr/share/php/tcpdf/include/barcodes/qrcode.php
/usr/share/php/tcpdf/include/sRGB.icc
/usr/share/php/tcpdf/include/tcpdf_colors.php
/usr/share/php/tcpdf/include/tcpdf_filters.php
/usr/share/php/tcpdf/include/tcpdf_font_data.php
/usr/share/php/tcpdf/include/tcpdf_fonts.php
/usr/share/php/tcpdf/include/tcpdf_images.php
/usr/share/php/tcpdf/include/tcpdf_static.php
/usr/share/php/tcpdf/tcpdf.php
/usr/share/php/tcpdf/tcpdf_autoconfig.php
/usr/share/php/tcpdf/tcpdf_barcodes_1d.php
/usr/share/php/tcpdf/tcpdf_barcodes_2d.php
/usr/share/php/tcpdf/tcpdf_import.php
/usr/share/php/tcpdf/tcpdf_parser.php

References

Summary

In this tutorial we learn how to install php-tcpdf on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).