Learn more about this linux command. learn about the linux command mtr share pin email print linux. commands basics guides & tutorials installing & upgrading tips & tricks key concepts by juergen haas. a software developer, data scientist, and a fan of the linux operating system.. The following sections outline how to install the mtr software and how to interpret the results provided by this tool. install mtr linux. debian/ubuntu. apt update && apt upgrade apt install mtr-tiny centos/rhel/fedora. yum update yum install mtr windows. for windows there is a port of mtr called “winmtr”.. Linux is a great platform for learning how the internet really works, and it’s due in no small part to the availability of tools like mtr. while sophisticated networking tools can cost thousands of dollars on other platforms, you can find quality tools to diagnose and troubleshoot connections available for free on linux..
Traceroute is a simple tool to show the pathway to a remote server. this can be anything from a website that you are attempting to visit, to a printer on your local network. the traceroute program is installed by default on just about every linux distribution, so you shouldn't need to install it.. 1. installation. on debian or ubuntu systems use the following command: $ sudo apt-get install mtr. on centos and fedora systems execute the following command: $ yum install mtr 2. execute mtr for a domain. mtr works in two modes, a graphical mode (x11) and text based mode (ncurses). by default, mtr command runs in x11 mode.. Mtr is part of the centos base repo so just [code] yum install mtr [/code] will find and install it.