xxxxxxxxxx
/bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
xxxxxxxxxx
What Does Homebrew Do?
-Homebrew installs the stuff you need that
Apple (or your Linux system) didn’t.
To Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
xxxxxxxxxx
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
#To install mtr, run the command
brew install mtr
#Once mtr is installed, run the command:
cd /usr/local/Cellar/mtr/0.94/sbin
#Make the mtr command available to your system by running:
cp mtr /usr/local/bin/
If you get a permission error, run:
sudo cp mtr /usr/local/bin/
Running MTR
#Once MTR is installed, open your Terminal app and run this command:
sudo mtr google.com -r
xxxxxxxxxx
vv copy this into the terminal vv
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
more information here: https://brew.sh/
xxxxxxxxxx
mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew
xxxxxxxxxx
export HOMEBREW_NO_INSTALL_FROM_API=1
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
xxxxxxxxxx
export NONINTERACTIVE=true && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"