How To Install zimg on Fedora 36
Introduction
In this tutorial we learn how to install zimg
on Fedora 36.
What is zimg
The “z” library implements the commonly required image processing basics of scaling, color space conversion, and depth conversion. A simple API enables conversion between any supported formats to operate with minimal knowledge from the programmer. All library routines were designed from the ground-up with correctness, flexibility, and thread-safety as first priorities. Allocation, buffering, and I/O are cleanly separated from processing, allowing the programmer to adapt “z” to many scenarios.
We can use yum
or dnf
to install zimg
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zimg.
Install zimg 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
using dnf
by running the following command:
sudo dnf -y install zimg
Install zimg 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
using yum
by running the following command:
sudo yum -y install zimg
How To Uninstall zimg on Fedora 36
To uninstall only the zimg
package we can use the following command:
sudo dnf remove zimg
zimg Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/0df3b28f4b5ab63963c6af6f3b04a6444c92ff
/usr/lib/libzimg.so.2
/usr/lib/libzimg.so.2.0.0
/usr/share/doc/zimg
/usr/share/doc/zimg/ChangeLog
/usr/share/doc/zimg/README.md
/usr/share/licenses/zimg
/usr/share/licenses/zimg/COPYING
References
Summary
In this tutorial we learn how to install zimg
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install zimg on Fedora 36” linkTitle: “zimg” type: “docs” description: “In this tutorial we learn how to install zimg in Fedora 36. zimg is Scaling, color space conversion, and dithering library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/zimg-featured.png
Introduction
In this tutorial we learn how to install zimg
on Fedora 36.
What is zimg
The “z” library implements the commonly required image processing basics of scaling, color space conversion, and depth conversion. A simple API enables conversion between any supported formats to operate with minimal knowledge from the programmer. All library routines were designed from the ground-up with correctness, flexibility, and thread-safety as first priorities. Allocation, buffering, and I/O are cleanly separated from processing, allowing the programmer to adapt “z” to many scenarios.
We can use yum
or dnf
to install zimg
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zimg.
Install zimg 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
using dnf
by running the following command:
sudo dnf -y install zimg
Install zimg 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
using yum
by running the following command:
sudo yum -y install zimg
How To Uninstall zimg on Fedora 36
To uninstall only the zimg
package we can use the following command:
sudo dnf remove zimg
zimg Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/fabf6be151e1e958fe13205b320c0d5661e539
/usr/lib64/libzimg.so.2
/usr/lib64/libzimg.so.2.0.0
/usr/share/doc/zimg
/usr/share/doc/zimg/ChangeLog
/usr/share/doc/zimg/README.md
/usr/share/licenses/zimg
/usr/share/licenses/zimg/COPYING
References
Summary
In this tutorial we learn how to install zimg
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).