MTR (My traceroute) is a network diagnostic tool which combines the functionality of traceroute and ping.
In this tutorial, we will be discussing how to install MTR on Void Linux from the website https://www.bitwizard.nl/mtr/.
Before proceeding with the installation, you need to have the following:
Follow the steps below to install MTR on Void Linux:
Open your terminal or command line interface.
Update your package list with the following command:
sudo xbps-install -S
Install the dependencies required for building MTR. Use the following command:
sudo xbps-install -Sy base-devel
Download MTR source code from its website https://www.bitwizard.nl/mtr/. Use the following command:
wget https://www.bitwizard.nl/mtr/files/mtr-0.92.tar.gz
Extract the downloaded tarball file using the following command:
tar -zxvf mtr-0.92.tar.gz
Change your working directory to the extracted directory:
cd mtr-0.92
Configure the installation with the following command:
./configure
Make the installation with the following command:
make
Install MTR binary with the following command:
sudo make install
Confirm that MTR is installed by running the following command:
mtr --version
If MTR is installed correctly, you should see its version number.
Congratulations! You have successfully installed MTR from https://www.bitwizard.nl/mtr/ on your Void Linux system.
You can now use MTR to diagnose network issues using its traceroute feature.
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!