How To Install nexus on Fedora 34

nexus is Libraries and tools for the NeXus scientific data file format Libraries and tools for the NeXus scientific data file format

Introduction

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

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 nexus 4.4.3 7.fc34 x86_64 136 k nexus-4.4.3-7.fc34.src.rpm fedora Libraries and tools for the NeXus scientific data file format http LGPLv2+ and MIT 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install nexus.

Install nexus on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install nexus using dnf by running the following command:

sudo dnf -y install nexus

Install nexus on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34

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

sudo dnf remove nexus

nexus Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/5600302fceb0b43b8c4d1aac146d27ee05acc7
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/766af6754d6d8b448e5076c7fd0c3550d81383
/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
/usr/lib/.build-id
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/401a3d1a3fe5eab2a7969f4840f9d3a505fa03
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/98bfc8bda6d9aa52fdebe54cae90705bd484d5
/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 34 using yum and dnf.