This is a video about homebrew, an open source package manager mainly for macOS users.
01:11 - Safe aspects
02:54 - Potential risks
04:17 - Best practices
06:15 - Alternatives
07:15 - Homebrew installation
10:44 - Install a package
12:30 - Homebrew uninstallation
Command to install homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Hom...)"
To verify installation:
brew doctor
To update homebrew:
brew update
Command to uninstall homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Hom...)"
Use these package manager wisely, don't install software you don't trust, do your own research and stay safe.
Cheers