How To Install nexus-tools on Fedora 36

In this tutorial we learn how to install nexus-tools in Fedora 36. nexus-tools is Applications for reading and writing NeXus files.

Introduction

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

What is nexus-tools

Applications for reading and writing NeXus files..

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

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

sudo dnf -y install nexus-tools

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

sudo yum -y install nexus-tools

How To Uninstall nexus-tools on Fedora 36

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

sudo dnf remove nexus-tools

nexus-tools Package Contents on Fedora 36

/usr/bin/nxbrowse
/usr/bin/nxconvert
/usr/bin/nxdir
/usr/bin/nxsummary
/usr/bin/nxtranslate
/usr/bin/nxtraverse
/usr/lib/.build-id
/usr/lib/.build-id/47
/usr/lib/.build-id/47/711b922f82b1c97a77e64b1a98619541cd3a41
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/73372f77616c9b86b52affd4d896e762e96538
/usr/lib/.build-id/96
/usr/lib/.build-id/96/205e06ff2f42f21ffe5c0dd7d1b4aa37c910ac
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/880a4c4f8e62ed1fa317c759355b7b7c736b18
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/8c9dfcd3c27055d643d278fbcbcd37adced2e7
/usr/lib/.build-id/de
/usr/lib/.build-id/de/3179f9427598d08886d9b35b984b4ab275c806
/usr/share/doc/NeXus/programs/nxdir/CHANGES
/usr/share/doc/NeXus/programs/nxdir/LICENSE
/usr/share/doc/NeXus/programs/nxdir/README
/usr/share/doc/NeXus/programs/nxdir/TODO
/usr/share/man/man1/nxbrowse.1.gz
/usr/share/man/man1/nxconvert.1.gz
/usr/share/man/man1/nxdir.1.gz
/usr/share/man/man1/nxsummary.1.gz

References

Summary

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