How To Install php-laminas-barcode on Fedora 36

In this tutorial we learn how to install php-laminas-barcode in Fedora 36. php-laminas-barcode is Laminas Framework Barcode component

Introduction

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

What is php-laminas-barcode

Laminas\Barcode provides a generic way to generate barcodes. The Laminas\Barcode component is divided into two subcomponents barcode objects and renderers. Objects allow you to create barcodes independently of the renderer. Renderer allow you to draw barcodes based on the support required. Documentation

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

Install php-laminas-barcode 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-laminas-barcode using dnf by running the following command:

sudo dnf -y install php-laminas-barcode

Install php-laminas-barcode 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-laminas-barcode using yum by running the following command:

sudo yum -y install php-laminas-barcode

How To Uninstall php-laminas-barcode on Fedora 36

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

sudo dnf remove php-laminas-barcode

php-laminas-barcode Package Contents on Fedora 36

/usr/share/doc/php-laminas-barcode
/usr/share/doc/php-laminas-barcode/CHANGELOG.md
/usr/share/doc/php-laminas-barcode/COPYRIGHT.md
/usr/share/doc/php-laminas-barcode/README.md
/usr/share/doc/php-laminas-barcode/composer.json
/usr/share/licenses/php-laminas-barcode
/usr/share/licenses/php-laminas-barcode/LICENSE
/usr/share/php/Laminas/Barcode
/usr/share/php/Laminas/Barcode/Barcode.php
/usr/share/php/Laminas/Barcode/Exception
/usr/share/php/Laminas/Barcode/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Barcode/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/Barcode/Exception/OutOfRangeException.php
/usr/share/php/Laminas/Barcode/Exception/RendererCreationException.php
/usr/share/php/Laminas/Barcode/Exception/RuntimeException.php
/usr/share/php/Laminas/Barcode/Exception/UnexpectedValueException.php
/usr/share/php/Laminas/Barcode/Object
/usr/share/php/Laminas/Barcode/Object/AbstractObject.php
/usr/share/php/Laminas/Barcode/Object/Codabar.php
/usr/share/php/Laminas/Barcode/Object/Code128.php
/usr/share/php/Laminas/Barcode/Object/Code25.php
/usr/share/php/Laminas/Barcode/Object/Code25interleaved.php
/usr/share/php/Laminas/Barcode/Object/Code39.php
/usr/share/php/Laminas/Barcode/Object/Ean13.php
/usr/share/php/Laminas/Barcode/Object/Ean2.php
/usr/share/php/Laminas/Barcode/Object/Ean5.php
/usr/share/php/Laminas/Barcode/Object/Ean8.php
/usr/share/php/Laminas/Barcode/Object/Error.php
/usr/share/php/Laminas/Barcode/Object/Exception
/usr/share/php/Laminas/Barcode/Object/Exception/BarcodeValidationException.php
/usr/share/php/Laminas/Barcode/Object/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Barcode/Object/Exception/ExtensionNotLoadedException.php
/usr/share/php/Laminas/Barcode/Object/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/Barcode/Object/Exception/OutOfRangeException.php
/usr/share/php/Laminas/Barcode/Object/Exception/RuntimeException.php
/usr/share/php/Laminas/Barcode/Object/Identcode.php
/usr/share/php/Laminas/Barcode/Object/Itf14.php
/usr/share/php/Laminas/Barcode/Object/Leitcode.php
/usr/share/php/Laminas/Barcode/Object/ObjectInterface.php
/usr/share/php/Laminas/Barcode/Object/Planet.php
/usr/share/php/Laminas/Barcode/Object/Postnet.php
/usr/share/php/Laminas/Barcode/Object/Royalmail.php
/usr/share/php/Laminas/Barcode/Object/Upca.php
/usr/share/php/Laminas/Barcode/Object/Upce.php
/usr/share/php/Laminas/Barcode/ObjectPluginManager.php
/usr/share/php/Laminas/Barcode/Renderer
/usr/share/php/Laminas/Barcode/Renderer/AbstractRenderer.php
/usr/share/php/Laminas/Barcode/Renderer/Exception
/usr/share/php/Laminas/Barcode/Renderer/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Barcode/Renderer/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/Barcode/Renderer/Exception/OutOfRangeException.php
/usr/share/php/Laminas/Barcode/Renderer/Exception/RuntimeException.php
/usr/share/php/Laminas/Barcode/Renderer/Exception/UnexpectedValueException.php
/usr/share/php/Laminas/Barcode/Renderer/Image.php
/usr/share/php/Laminas/Barcode/Renderer/Pdf.php
/usr/share/php/Laminas/Barcode/Renderer/RendererInterface.php
/usr/share/php/Laminas/Barcode/Renderer/Svg.php
/usr/share/php/Laminas/Barcode/RendererPluginManager.php
/usr/share/php/Laminas/Barcode/autoload.php
/usr/share/php/Zend/Barcode
/usr/share/php/Zend/Barcode/autoload.php

References

Summary

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