How To Install zint on Fedora 36
Introduction
In this tutorial we learn how to install zint
on Fedora 36.
What is zint
Zint is a C library for encoding data in several barcode variants. The bundled command-line utility provides a simple interface to the library. Features of the library - Over 50 symbologies including all ISO/IEC standards, like QR codes. - Unicode translation for symbologies which support Latin-1 and Kanji character sets. - Full GS1 support including data verification and automated insertion of FNC1 characters. - Support for encoding binary data including NULL (ASCII 0) characters. - Health Industry Barcode (HIBC) encoding capabilities. - Output in PNG, EPS and SVG formats with user adjustable sizes and colors. - Verification stage for SBN, ISBN and ISBN-13 data.
We can use yum
or dnf
to install zint
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zint.
Install zint 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 zint
using dnf
by running the following command:
sudo dnf -y install zint
Install zint 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 zint
using yum
by running the following command:
sudo yum -y install zint
How To Uninstall zint on Fedora 36
To uninstall only the zint
package we can use the following command:
sudo dnf remove zint
zint Package Contents on Fedora 36
/usr/bin/zint
/usr/lib/.build-id
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/0758a395f32f1a3ab2655e1291ea97e0d31f28
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/829076626f495e80c038fadffd19e3ebb6a0c2
/usr/lib/libzint.so.2.10
/usr/lib/libzint.so.2.10.0.0
/usr/share/doc/zint
/usr/share/doc/zint/README
/usr/share/doc/zint/TODO
/usr/share/doc/zint/manual.txt
/usr/share/licenses/zint
/usr/share/licenses/zint/COPYING
/usr/share/man/man1/zint.1.gz
References
Summary
In this tutorial we learn how to install zint
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install zint on Fedora 36” linkTitle: “zint” type: “docs” description: “In this tutorial we learn how to install zint in Fedora 36. zint is Barcode generator library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/zint-featured.png
Introduction
In this tutorial we learn how to install zint
on Fedora 36.
What is zint
Zint is a C library for encoding data in several barcode variants. The bundled command-line utility provides a simple interface to the library. Features of the library - Over 50 symbologies including all ISO/IEC standards, like QR codes. - Unicode translation for symbologies which support Latin-1 and Kanji character sets. - Full GS1 support including data verification and automated insertion of FNC1 characters. - Support for encoding binary data including NULL (ASCII 0) characters. - Health Industry Barcode (HIBC) encoding capabilities. - Output in PNG, EPS and SVG formats with user adjustable sizes and colors. - Verification stage for SBN, ISBN and ISBN-13 data.
We can use yum
or dnf
to install zint
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zint.
Install zint 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 zint
using dnf
by running the following command:
sudo dnf -y install zint
Install zint 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 zint
using yum
by running the following command:
sudo yum -y install zint
How To Uninstall zint on Fedora 36
To uninstall only the zint
package we can use the following command:
sudo dnf remove zint
zint Package Contents on Fedora 36
/usr/bin/zint
/usr/lib/.build-id
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/682f9e9657a2a1fb28fd05e0cf56c2d5e6cd5f
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/096cae27eaa816e487d464483b6b526af83320
/usr/lib64/libzint.so.2.10
/usr/lib64/libzint.so.2.10.0.0
/usr/share/doc/zint
/usr/share/doc/zint/README
/usr/share/doc/zint/TODO
/usr/share/doc/zint/manual.txt
/usr/share/licenses/zint
/usr/share/licenses/zint/COPYING
/usr/share/man/man1/zint.1.gz
References
Summary
In this tutorial we learn how to install zint
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).