Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 414 Bytes

brew.md

File metadata and controls

22 lines (13 loc) · 414 Bytes

Brew var mı kontrol:

brew -v

Brew yoksa brew kurulumu:

/usr/bin/ruby -e ">(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

brew update brew doctor

brew install <program_name>
brew upgrade <program_name> brew uninstall <program_name>

show a list of all installed Homebrew packages

brew list

show a list of all services running

brew services list