Linuxbrew: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 5: | Line 5: | ||
bash <(curl -fsSL 'https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh') | bash <(curl -fsSL 'https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh') | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==Playground== | ==Playground== |
Revision as of 19:48, 13 May 2024
sudo apt update
sudo apt install apt-transport-https ca-certificates
sudo apt install build-essential procps curl file git
bash <(curl -fsSL 'https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh')
Playground
brew services list
brew search derby
brew cleanup
brew doctor
|
brew services -h
brew services
brew tap -h
brew tap
|
brew services start mongodb
brew services info mongodb
brew services stop mongodb
brew tap | grep mongodb
|
| ||
References
| ||