How To Install whatmask on Fedora 36

In this tutorial we learn how to install whatmask in Fedora 36. whatmask is Convert between different netmask types and show information

Introduction

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

What is whatmask

Whatmask is a small program that can analyze CIDR, netmask, netmask (hex), and wildcard bit notations to give useful information about a given network block in question. It is similar to ipcalc, but provides an easier-to-use interface.

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

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

sudo dnf -y install whatmask

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

sudo yum -y install whatmask

How To Uninstall whatmask on Fedora 36

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

sudo dnf remove whatmask

whatmask Package Contents on Fedora 36

/usr/bin/whatmask
/usr/lib/.build-id
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/8dddb98c841fb59b7cdca58ea918e9502e4fc9
/usr/share/doc/whatmask
/usr/share/doc/whatmask/AUTHORS
/usr/share/doc/whatmask/COPYING
/usr/share/doc/whatmask/ChangeLog
/usr/share/doc/whatmask/NEWS
/usr/share/doc/whatmask/README
/usr/share/man/man1/whatmask.1.gz

References

Summary

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