MTR (My traceroute) is a diagnostic tool which combines the functions of ping and traceroute. In this tutorial, we will learn how to install MTR on Fedora CoreOS.
Open a terminal window on your Fedora CoreOS instance.
Update the package database by running the following command:
sudo dnf update
This will ensure that your system has the latest available packages.
Install the necessary dependencies by running the following command:
sudo dnf install -y gcc make kernel-devel libevent libevent-devel ncurses ncurses-devel
This will install all the necessary dependencies required to build and install MTR.
Download the source code for MTR from the official website:
wget https://github.com/traviscross/mtr/archive/master.zip
Extract the downloaded archive by running the following command:
unzip master.zip
Change to the extracted directory by running the command:
cd mtr-master
Run the following commands in order to configure, compile, and install MTR:
./bootstrap.sh
./configure
make
sudo make install
This will compile and install MTR on your system.
Verify that MTR has been installed correctly by running the following command:
mtr --version
This will display the version number of MTR installed on your system.
Congratulations! You have successfully installed MTR on Fedora CoreOS. You can now use MTR to diagnose network connectivity issues on your system.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!