How To Install meg on Fedora 36
In this tutorial we learn how to install meg in Fedora 36. meg is Fetch many paths for many hosts
Introduction
In this tutorial we learn how to install meg
on Fedora 36.
What is meg
Fetch many paths for many hosts without killing the hosts.
We can use yum
or dnf
to install meg
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install meg.
Install meg 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 meg
using dnf
by running the following command:
sudo dnf -y install meg
Install meg 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 meg
using yum
by running the following command:
sudo yum -y install meg
How To Uninstall meg on Fedora 36
To uninstall only the meg
package we can use the following command:
sudo dnf remove meg
meg Package Contents on Fedora 36
/usr/bin/meg
/usr/lib/.build-id
/usr/lib/.build-id/29
/usr/lib/.build-id/29/80c72a4f1fb2d03eabc8dac3672dc4177eda0b
/usr/share/doc/meg
/usr/share/doc/meg/README.mkd
/usr/share/licenses/meg
/usr/share/licenses/meg/LICENSE
References
Summary
In this tutorial we learn how to install meg
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).