How To Install calnex on Fedora 36

In this tutorial we learn how to install calnex in Fedora 36. calnex is CLI for a Calnex Sentinel device

Introduction

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

What is calnex

  • calnex CLI supports several basic commands such as - Firmware upgrade - Configuration of the device - Measurement data export - Device reboot - Device clear - Device problem report export

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

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

sudo dnf -y install calnex

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

sudo yum -y install calnex

How To Uninstall calnex on Fedora 36

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

sudo dnf remove calnex

calnex Package Contents on Fedora 36

/usr/bin/calnex
/usr/lib/.build-id
/usr/lib/.build-id/35
/usr/lib/.build-id/35/50975f73c2ba25a657d8806a583153ed3bee21
/usr/share/doc/calnex
/usr/share/doc/calnex/README.md
/usr/share/licenses/calnex
/usr/share/licenses/calnex/LICENSE

References

Summary

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