How To Install nexus on Fedora 36

In this tutorial we learn how to install nexus in Fedora 36. nexus is Libraries and tools for the NeXus scientific data file format

Introduction

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

What is nexus

NeXus is common data format for neutron, x-ray, and muon science. This package provides tools and libraries for accessing these files. The on disk representation is based upon either HDF4, HDF5 or XML

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

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

sudo dnf -y install nexus

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

sudo yum -y install nexus

How To Uninstall nexus on Fedora 36

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

sudo dnf remove nexus

nexus Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/a9e8d90e8f2205810597c2250a7d1a7730f5db
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/167dc6e69b6dd179f331762178d4dab1843a0e
/usr/lib64/libNeXus.so.1
/usr/lib64/libNeXus.so.1.0.0
/usr/lib64/libNeXusCPP.so.1
/usr/lib64/libNeXusCPP.so.1.0.0
/usr/share/doc/NeXus/README.doc
/usr/share/licenses/nexus
/usr/share/licenses/nexus/COPYING

References

Summary

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


title: “How To Install nexus on Fedora 36” linkTitle: “nexus” type: “docs” description: “In this tutorial we learn how to install nexus in Fedora 36. nexus is Libraries and tools for the NeXus scientific data file format” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/nexus-featured.png

Introduction

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

What is nexus

NeXus is common data format for neutron, x-ray, and muon science. This package provides tools and libraries for accessing these files. The on disk representation is based upon either HDF4, HDF5 or XML

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

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

sudo dnf -y install nexus

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

sudo yum -y install nexus

How To Uninstall nexus on Fedora 36

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

sudo dnf remove nexus

nexus Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/54
/usr/lib/.build-id/54/132e9af58d3837d6bc6d522e94841b6171eaef
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/897bb3b9bd98b9497138bb6bca71715849c174
/usr/lib/libNeXus.so.1
/usr/lib/libNeXus.so.1.0.0
/usr/lib/libNeXusCPP.so.1
/usr/lib/libNeXusCPP.so.1.0.0
/usr/share/doc/NeXus/README.doc
/usr/share/licenses/nexus
/usr/share/licenses/nexus/COPYING

References

Summary

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