How To Install zimg-devel on Fedora 36
Introduction
In this tutorial we learn how to install zimg-devel
on Fedora 36.
What is zimg-devel
The zimg-devel package contains libraries and header files for developing applications that use zimg.
We can use yum
or dnf
to install zimg-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zimg-devel.
Install zimg-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 zimg-devel
using dnf
by running the following command:
sudo dnf -y install zimg-devel
Install zimg-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 zimg-devel
using yum
by running the following command:
sudo yum -y install zimg-devel
How To Uninstall zimg-devel on Fedora 36
To uninstall only the zimg-devel
package we can use the following command:
sudo dnf remove zimg-devel
zimg-devel Package Contents on Fedora 36
---
title: "How To Install zimg-devel on Fedora 36"
linkTitle: "zimg-devel"
type: "docs"
description: "In this tutorial we learn how to install zimg-devel in Fedora 36. zimg-devel is Development files for zimg"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/zimg-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `zimg-devel` on Fedora 36.
### What is `zimg-devel`
> The zimg-devel package contains libraries and header files for developing applications that use zimg.
We can use `yum` or `dnf` to install `zimg-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zimg-devel.
## Install zimg-devel on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install zimg-devel
using dnf
by running the following command:
sudo dnf -y install zimg-devel
Install zimg-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 zimg-devel
using yum
by running the following command:
sudo yum -y install zimg-devel
How To Uninstall zimg-devel on Fedora 36
To uninstall only the zimg-devel
package we can use the following command:
sudo dnf remove zimg-devel
zimg-devel Package Contents on Fedora 36
/usr/bin/testapp
/usr/include/zimg++.hpp
/usr/include/zimg.h
/usr/lib/.build-id
/usr/lib/.build-id/83
/usr/lib/.build-id/83/53a3c2f0ca10c45cb41fb70611d04b5ca2fa2f
/usr/lib/libzimg.so
/usr/lib/pkgconfig/zimg.pc
References
Summary
In this tutorial we learn how to install zimg-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/bin/testapp /usr/include/zimg++.hpp /usr/include/zimg.h /usr/lib/.build-id /usr/lib/.build-id/6d /usr/lib/.build-id/6d/103449a0fbf688bae33e2593a0da6a90d5c65d /usr/lib64/libzimg.so /usr/lib64/pkgconfig/zimg.pc
## References
* [zimg-devel website](https://github.com/sekrit-twc/zimg)
## Summary
In this tutorial we learn how to install `zimg-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).