How To Install milia-devel on Fedora 36

In this tutorial we learn how to install milia-devel in Fedora 36. milia-devel is Headers for developing programs that will use milia

Introduction

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

What is milia-devel

These are the header files and libraries needed to develop a milia application.

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

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

sudo dnf -y install milia-devel

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

sudo yum -y install milia-devel

How To Uninstall milia-devel on Fedora 36

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

sudo dnf remove milia-devel

milia-devel Package Contents on Fedora 36

/usr/include/milia
/usr/include/milia/flrw.h
/usr/include/milia/flrw_nat.h
/usr/include/milia/metric.h
/usr/lib/libmilia.so
/usr/lib/pkgconfig/milia.pc

References

Summary

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


title: “How To Install milia-devel on Fedora 36” linkTitle: “milia-devel” type: “docs” description: “In this tutorial we learn how to install milia-devel in Fedora 36. milia-devel is Headers for developing programs that will use milia” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/milia-devel-featured.png

Introduction

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

What is milia-devel

These are the header files and libraries needed to develop a milia application.

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

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

sudo dnf -y install milia-devel

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

sudo yum -y install milia-devel

How To Uninstall milia-devel on Fedora 36

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

sudo dnf remove milia-devel

milia-devel Package Contents on Fedora 36

/usr/include/milia
/usr/include/milia/flrw.h
/usr/include/milia/flrw_nat.h
/usr/include/milia/metric.h
/usr/lib64/libmilia.so
/usr/lib64/pkgconfig/milia.pc

References

Summary

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