> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/linux/networking/install-mtr.md).

# Install MTR

There are two variants of MTR which can be installed by following methods -

## GUI

```bash
apt-get install -y mtr
```

## CLI

```bash
apt-get install -y mtr-tiny
```

***Source:*** [***VaultNetworks***](https://www.volico.com/wiki/pages/viewpage.action?pageId=26411025)
