How To Install nispor on Fedora 34

nispor is Unified interface for Linux network state querying Unified interface for Linux network state querying

Introduction

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

What is nispor

Unified interface for Linux network state querying. nispor 1.0.1 2.fc34 x86_64 1.0 M nispor-1.0.1-2.fc34.src.rpm fedora Unified interface for Linux network state querying https ASL 2.0 Unified interface for Linux network state querying.

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

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

sudo dnf -y install nispor

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

sudo yum -y install nispor

How To Uninstall nispor on Fedora 34

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

sudo dnf remove nispor

nispor Package Contents on Fedora 34

/usr/bin/npc
/usr/bin/npd
/usr/lib/.build-id
/usr/lib/.build-id/31
/usr/lib/.build-id/31/9cb06db4f66231a92af74aacdc53c9efc7c464
/usr/lib/.build-id/31/c68a27c789934c1c7a3778af2df475eb7616c5
/usr/lib/.build-id/72
/usr/lib/.build-id/72/2927d3839ef9390971e179a97893a67bfbc273
/usr/lib/systemd/system/nispor.service
/usr/lib/systemd/system/nispor.socket
/usr/lib64/libnispor.so.1
/usr/lib64/libnispor.so.1.0.1
/usr/share/doc/nispor
/usr/share/doc/nispor/AUTHORS
/usr/share/doc/nispor/CHANGELOG
/usr/share/doc/nispor/DEVEL.md
/usr/share/doc/nispor/README.md
/usr/share/licenses/nispor
/usr/share/licenses/nispor/LICENSE
/usr/bin/npc
/usr/bin/npd
/usr/lib/.build-id
/usr/lib/.build-id/53
/usr/lib/.build-id/53/e7a427df8224695f0419772b3d573c20421f7d
/usr/lib/.build-id/64
/usr/lib/.build-id/64/5a20633d113b9ce5c309a5f74d22b419f1fbc2
/usr/lib/.build-id/db
/usr/lib/.build-id/db/67e8d7e7e19f4295449332c34f62bcc6dd3feb
/usr/lib/libnispor.so.1
/usr/lib/libnispor.so.1.0.1
/usr/lib/systemd/system/nispor.service
/usr/lib/systemd/system/nispor.socket
/usr/share/doc/nispor
/usr/share/doc/nispor/AUTHORS
/usr/share/doc/nispor/CHANGELOG
/usr/share/doc/nispor/DEVEL.md
/usr/share/doc/nispor/README.md
/usr/share/licenses/nispor
/usr/share/licenses/nispor/LICENSE

References

Summary

In this tutorial we learn how to install nispor on Fedora 34 using yum and dnf.