How To Install zint-devel on Fedora 36
Introduction
In this tutorial we learn how to install zint-devel
on Fedora 36.
What is zint-devel
C library and header files needed to develop applications that use the Zint library. The API documentation can be found on the project website http
We can use yum
or dnf
to install zint-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zint-devel.
Install zint-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install zint-devel
Install zint-devel 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-devel
using yum
by running the following command:
sudo yum -y install zint-devel
How To Uninstall zint-devel on Fedora 36
To uninstall only the zint-devel
package we can use the following command:
sudo dnf remove zint-devel
zint-devel Package Contents on Fedora 36
---
/usr/include/zint.h
/usr/lib64/libzint.so
/usr/share/cmake/Modules/FindZint.cmake
title: "How To Install zint-devel on Fedora 36"
linkTitle: "zint-devel"
type: "docs"
description: "In this tutorial we learn how to install zint-devel in Fedora 36. zint-devel is Library and header files for zint"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/zint-devel-featured.png
---
## Introduction
In this tutorial we learn how to install zint-devel
on Fedora 36.
References
What is zint-devel
C library and header files needed to develop applications that use the Zint library. The API documentation can be found on the project website http
Summary
We can use yum
or dnf
to install zint-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zint-devel.
In this tutorial we learn how to install zint-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
Install zint-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install zint-devel
Install zint-devel 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-devel
using yum
by running the following command:
sudo yum -y install zint-devel
How To Uninstall zint-devel on Fedora 36
To uninstall only the zint-devel
package we can use the following command:
sudo dnf remove zint-devel
zint-devel Package Contents on Fedora 36
/usr/include/zint.h
/usr/lib/libzint.so
/usr/share/cmake/Modules/FindZint.cmake
References
Summary
In this tutorial we learn how to install zint-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).