How To Install miniz-devel on Fedora 36
Introduction
In this tutorial we learn how to install miniz-devel
on Fedora 36.
What is miniz-devel
Header files for developing applications that use the miniz library.
We can use yum
or dnf
to install miniz-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install miniz-devel.
Install miniz-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 miniz-devel
using dnf
by running the following command:
sudo dnf -y install miniz-devel
Install miniz-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 miniz-devel
using yum
by running the following command:
sudo yum -y install miniz-devel
How To Uninstall miniz-devel on Fedora 36
To uninstall only the miniz-devel
package we can use the following command:
sudo dnf remove miniz-devel
miniz-devel Package Contents on Fedora 36
---
title: "How To Install miniz-devel on Fedora 36"
/usr/include/miniz.h
/usr/lib64/libminiz.so
/usr/share/doc/miniz-devel
/usr/share/doc/miniz-devel/example1.c
/usr/share/doc/miniz-devel/example2.c
/usr/share/doc/miniz-devel/example3.c
/usr/share/doc/miniz-devel/example4.c
/usr/share/doc/miniz-devel/example5.c
/usr/share/doc/miniz-devel/example6.c
linkTitle: "miniz-devel"
type: "docs"
description: "In this tutorial we learn how to install miniz-devel in Fedora 36. miniz-devel is Development files for the miniz library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/miniz-devel-featured.png
References
Introduction
In this tutorial we learn how to install miniz-devel
on Fedora 36.
Summary
What is miniz-devel
In this tutorial we learn how to install miniz-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
Header files for developing applications that use the miniz library.
We can use yum
or dnf
to install miniz-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install miniz-devel.
Install miniz-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 miniz-devel
using dnf
by running the following command:
sudo dnf -y install miniz-devel
Install miniz-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 miniz-devel
using yum
by running the following command:
sudo yum -y install miniz-devel
How To Uninstall miniz-devel on Fedora 36
To uninstall only the miniz-devel
package we can use the following command:
sudo dnf remove miniz-devel
miniz-devel Package Contents on Fedora 36
/usr/include/miniz.h
/usr/lib/libminiz.so
/usr/share/doc/miniz-devel
/usr/share/doc/miniz-devel/example1.c
/usr/share/doc/miniz-devel/example2.c
/usr/share/doc/miniz-devel/example3.c
/usr/share/doc/miniz-devel/example4.c
/usr/share/doc/miniz-devel/example5.c
/usr/share/doc/miniz-devel/example6.c
References
Summary
In this tutorial we learn how to install miniz-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).