Homebrew
https://brew.sh
Installation
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Commands
# update Homebrew
brew update
# install application
brew install --cask <graphical_programname> # gui application
brew install <programname> # cmdline application
# update application
brew upgrade <programname>
# uninstall application
brew uninstall <programname>
# search application
brew search <programname>
# info about application
brew info <programname>
Useful Applications
- Krusader
- kdiff3
- md5deep
- unrar
- pzip
- putty
- tightvnc
- ...