How To Install netscanner on Fedora 36

In this tutorial we learn how to install netscanner in Fedora 36. netscanner is TCP/UDP scanner to find open or closed ports

Introduction

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

What is netscanner

A TCP/UDP scanner to find open or closed ports.

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

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

sudo dnf -y install netscanner

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

sudo yum -y install netscanner

How To Uninstall netscanner on Fedora 36

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

sudo dnf remove netscanner

netscanner Package Contents on Fedora 36

/usr/bin/netscanner
/usr/lib/.build-id
/usr/lib/.build-id/10
/usr/lib/.build-id/10/bdaaec5a7e43c1b627fbfd56d61e5e8df2602f
/usr/share/doc/netscanner
/usr/share/doc/netscanner/README.md
/usr/share/licenses/netscanner
/usr/share/licenses/netscanner/LICENSE

References

Summary

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