How to Install and Uninstall masscan.x86_64 Package on Fedora 36

Last updated: October 11,2024

1. Install "masscan.x86_64" package

This guide let you learn how to install masscan.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install masscan.x86_64

2. Uninstall "masscan.x86_64" package

This guide let you learn how to uninstall masscan.x86_64 on Fedora 36:

$ sudo dnf remove masscan.x86_64 $ sudo dnf autoremove

3. Information about the masscan.x86_64 package on Fedora 36

Last metadata expiration check: 5:53:02 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : masscan
Version : 1.3.2
Release : 5.fc36
Architecture : x86_64
Size : 207 k
Source : masscan-1.3.2-5.fc36.src.rpm
Repository : fedora
Summary : This is an Internet-scale port scanner
URL : https://github.com/robertdavidgraham/masscan
License : AGPLv3
Description : This is an Internet-scale port scanner. It can scan the entire
: Internet in under 6 minutes, transmitting 10 million packets
: per second, from a single machine.
: It is a faster port scan that produces results similar to nmap,
: the most famous port scanner. Internally, it operates more like
: scanrand, unicornscan, and ZMap, using asynchronous transmission.