How To Install netmask on Fedora 36
Introduction
In this tutorial we learn how to install netmask
on Fedora 36.
What is netmask
This is a handy tool for generating terse netmasks in several common formats. If you’ve ever maintained a firewall with more than a few rules in it, you might use netmask to clean up and generalize sloppy rules left by the network administrator before you. It will also convert netmasks from one format to another for the day you change your firewall software.
We can use yum
or dnf
to install netmask
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install netmask.
Install netmask 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 netmask
using dnf
by running the following command:
sudo dnf -y install netmask
Install netmask 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 netmask
using yum
by running the following command:
sudo yum -y install netmask
How To Uninstall netmask on Fedora 36
To uninstall only the netmask
package we can use the following command:
sudo dnf remove netmask
netmask Package Contents on Fedora 36
/usr/bin/netmask
/usr/lib/.build-id
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/9809ce6af925df1e551f87d471d5f5590d74d8
/usr/share/doc/netmask
/usr/share/doc/netmask/AUTHORS
/usr/share/doc/netmask/ChangeLog
/usr/share/doc/netmask/README
/usr/share/info/netmask.info.gz
/usr/share/licenses/netmask
/usr/share/licenses/netmask/COPYING
/usr/share/man/man1/netmask.1.gz
References
Summary
In this tutorial we learn how to install netmask
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).