Install mtr-tiny
Installing mtr-tiny package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mtr-tiny
mtr-tiny package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mtr-tiny |
version | 0.86-1+b1 |
description | Full screen ncurses traceroute tool |
subsection | net |
website | bitwizard.nl / mtr / |
maintainer | Robert Woodcock |
Uninstall mtr-tiny
To remove just mtr-tiny package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mtr-tiny
Uninstall mtr-tiny and it’s dependent packages
To remove the mtr-tiny package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mtr-tiny
Purging mtr-tiny
If you also want to delete configuration and/or data files of mtr-tiny from Debian Sid then this will work:
sudo apt-get purge mtr-tiny
To delete configuration and/or data files of mtr-tiny and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mtr-tiny