How To Install zmat-devel on Fedora 36

In this tutorial we learn how to install zmat-devel in Fedora 36. zmat-devel is Development files for zmat - an easy-to-use data compression library

Introduction

In this tutorial we learn how to install zmat-devel on Fedora 36.

What is zmat-devel

The zmat-devel package provides the headers files and tools you may need to develop applications using zmat.

We can use yum or dnf to install zmat-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zmat-devel.

Install zmat-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 zmat-devel using dnf by running the following command:

sudo dnf -y install zmat-devel

Install zmat-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 zmat-devel using yum by running the following command:

sudo yum -y install zmat-devel

How To Uninstall zmat-devel on Fedora 36

To uninstall only the zmat-devel package we can use the following command:

sudo dnf remove zmat-devel

zmat-devel Package Contents on Fedora 36

/usr/include/zmatlib.f90
/usr/include/zmatlib.h
/usr/lib/libzmat.so
/usr/share/doc/zmat-devel
/usr/share/doc/zmat-devel/examples
/usr/share/doc/zmat-devel/examples/c
/usr/share/doc/zmat-devel/examples/c/Makefile
/usr/share/doc/zmat-devel/examples/c/testzmat.c
/usr/share/doc/zmat-devel/examples/f90
/usr/share/doc/zmat-devel/examples/f90/Makefile
/usr/share/doc/zmat-devel/examples/f90/testzmat.f90

References

Summary

In this tutorial we learn how to install zmat-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install zmat-devel on Fedora 36” linkTitle: “zmat-devel” type: “docs” description: “In this tutorial we learn how to install zmat-devel in Fedora 36. zmat-devel is Development files for zmat - an easy-to-use data compression library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/zmat-devel-featured.png

Introduction

In this tutorial we learn how to install zmat-devel on Fedora 36.

What is zmat-devel

The zmat-devel package provides the headers files and tools you may need to develop applications using zmat.

We can use yum or dnf to install zmat-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zmat-devel.

Install zmat-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 zmat-devel using dnf by running the following command:

sudo dnf -y install zmat-devel

Install zmat-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 zmat-devel using yum by running the following command:

sudo yum -y install zmat-devel

How To Uninstall zmat-devel on Fedora 36

To uninstall only the zmat-devel package we can use the following command:

sudo dnf remove zmat-devel

zmat-devel Package Contents on Fedora 36

/usr/include/zmatlib.f90
/usr/include/zmatlib.h
/usr/lib64/libzmat.so
/usr/share/doc/zmat-devel
/usr/share/doc/zmat-devel/examples
/usr/share/doc/zmat-devel/examples/c
/usr/share/doc/zmat-devel/examples/c/Makefile
/usr/share/doc/zmat-devel/examples/c/testzmat.c
/usr/share/doc/zmat-devel/examples/f90
/usr/share/doc/zmat-devel/examples/f90/Makefile
/usr/share/doc/zmat-devel/examples/f90/testzmat.f90

References

Summary

In this tutorial we learn how to install zmat-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).