How To Install httprobe on Fedora 36
Introduction
In this tutorial we learn how to install httprobe
on Fedora 36.
What is httprobe
Take a list of domains and probe for working HTTP and HTTPS servers.
We can use yum
or dnf
to install httprobe
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install httprobe.
Install httprobe 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 httprobe
using dnf
by running the following command:
sudo dnf -y install httprobe
Install httprobe 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 httprobe
using yum
by running the following command:
sudo yum -y install httprobe
How To Uninstall httprobe on Fedora 36
To uninstall only the httprobe
package we can use the following command:
sudo dnf remove httprobe
httprobe Package Contents on Fedora 36
/usr/bin/httprobe
/usr/lib/.build-id
/usr/lib/.build-id/52
/usr/lib/.build-id/52/945536f15f571cf526d2da699dfe61330ea8b1
/usr/share/doc/httprobe
/usr/share/doc/httprobe/README.md
References
Summary
In this tutorial we learn how to install httprobe
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).