How To Install libnuml on Fedora 36

In this tutorial we learn how to install libnuml in Fedora 36. libnuml is Numerical Markup Language

Introduction

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

What is libnuml

LibNuML is a library for reading/writing documents describing numerical results in an XML dialect. This release includes a number of improvements especially * improved object structure matching the specification document * ability to add notes and annotations * improved python support

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

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

sudo dnf -y install libnuml

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

sudo yum -y install libnuml

How To Uninstall libnuml on Fedora 36

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

sudo dnf remove libnuml

libnuml Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/28e1a0da92cac2be11dcf40f09e54c4caaa130
/usr/lib/libnuml.so.1
/usr/lib/libnuml.so.1.1.4
/usr/share/doc/libnuml
/usr/share/doc/libnuml/README.md
/usr/share/licenses/libnuml
/usr/share/licenses/libnuml/LICENSE.txt

References

Summary

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


title: “How To Install libnuml on Fedora 36” linkTitle: “libnuml” type: “docs” description: “In this tutorial we learn how to install libnuml in Fedora 36. libnuml is Numerical Markup Language” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libnuml-featured.png

Introduction

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

What is libnuml

LibNuML is a library for reading/writing documents describing numerical results in an XML dialect. This release includes a number of improvements especially * improved object structure matching the specification document * ability to add notes and annotations * improved python support

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

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

sudo dnf -y install libnuml

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

sudo yum -y install libnuml

How To Uninstall libnuml on Fedora 36

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

sudo dnf remove libnuml

libnuml Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/11c8265d302f6e3ed138b82a2cf6396d68d3f7
/usr/lib64/libnuml.so.1
/usr/lib64/libnuml.so.1.1.4
/usr/share/doc/libnuml
/usr/share/doc/libnuml/README.md
/usr/share/licenses/libnuml
/usr/share/licenses/libnuml/LICENSE.txt

References

Summary

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