How to Install MTR on Ubuntu Linux
In this article, we will show you how to install MTR on a Ubuntu server.
Table of Contents
Step 1. Login to your Server
Using SSH or KVM, connect to your server.
Step 2: Update repositories
apt-get update
Step 3: Install MTR
apt-get -y install mtr
That’s it! You should now have MTR installed on your Ubuntu server.