How To Install libxnm on Fedora 36

In this tutorial we learn how to install libxnm in Fedora 36. libxnm is A library for parsing the XNM format

Introduction

In this tutorial we learn how to install libxnm on Fedora 36.

What is libxnm

XNM is a simple recursively defined serialization syntax for storing and communicating of complex data structures

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

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

sudo dnf -y install libxnm

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

sudo yum -y install libxnm

How To Uninstall libxnm on Fedora 36

To uninstall only the libxnm package we can use the following command:

sudo dnf remove libxnm

libxnm Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/95
/usr/lib/.build-id/95/951b70e728451096e6e693dc1fd7c4c3cb299f
/usr/lib/libxnm-1.0.so.0
/usr/lib/libxnm-1.0.so.0.0.0
/usr/share/doc/libxnm
/usr/share/doc/libxnm/AUTHORS
/usr/share/doc/libxnm/COPYING
/usr/share/doc/libxnm/ChangeLog
/usr/share/doc/libxnm/NEWS
/usr/share/doc/libxnm/README
/usr/share/doc/libxnm/TODO

References

Summary

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


title: “How To Install libxnm on Fedora 36” linkTitle: “libxnm” type: “docs” description: “In this tutorial we learn how to install libxnm in Fedora 36. libxnm is A library for parsing the XNM format” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libxnm-featured.png

Introduction

In this tutorial we learn how to install libxnm on Fedora 36.

What is libxnm

XNM is a simple recursively defined serialization syntax for storing and communicating of complex data structures

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

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

sudo dnf -y install libxnm

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

sudo yum -y install libxnm

How To Uninstall libxnm on Fedora 36

To uninstall only the libxnm package we can use the following command:

sudo dnf remove libxnm

libxnm Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/99
/usr/lib/.build-id/99/fbd72427d9069b7a588a26942a19e82cc93d61
/usr/lib64/libxnm-1.0.so.0
/usr/lib64/libxnm-1.0.so.0.0.0
/usr/share/doc/libxnm
/usr/share/doc/libxnm/AUTHORS
/usr/share/doc/libxnm/COPYING
/usr/share/doc/libxnm/ChangeLog
/usr/share/doc/libxnm/NEWS
/usr/share/doc/libxnm/README
/usr/share/doc/libxnm/TODO

References

Summary

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