traviscross / mtr

Official repository for mtr, a network diagnostic tool
http://www.bitwizard.nl/mtr/
GNU General Public License v2.0
2.64k stars 337 forks source link

MTR installed by Brew #441

Open aliafshany opened 2 years ago

aliafshany commented 2 years ago

hi there

i tried to install MTR by brew which was successful, but, I can't use its command, I get not found error.

SCR-20220806-foz s

R2robot commented 2 years ago

You should probably reach out to a homebrew support group for this But quickly... brew installs mtr to /usr/local/sbin so make sure that is in your path. And also, you probably want to run it with sudo. sudo mtr google.com

aliafshany commented 2 years ago

@R2robot thank you i appreciate your reply

chezsmithy commented 2 years ago

Most homehombrew commands are hosted out of /usr/local/bin or /opt/homebrew/bin so the use of sbin means folks don't always have sbin in their path. Adding sbin fixes this but there might be an opportunity to align the mtr home-brew tap.