使い方
# インストールする前にやること
$ brew update
$ brew doctor
Your system is ready to brew. # <<< 何も問題ないとこれが表示される。
# インストールしたアプリを確認する
$ brew list
# インストールしたアプリの情報を確認する
$ brew info {アプリ}
# アプリをアンインストールする
$ brew uninstall --force {アプリ名}
$ sudo rm -rf /usr/local/etc/{対象フォルダ} # 残ったディレクトリも削除(自己責任で)
インストールしたい
- Homebew - Qiita
- Apache - Qiita
- Git - Qiita
- GlassFishかPayara - Qiita
- ipコマンド - Qiita
- java - Qiita
- jq - Qiita
- mysqlコマンド - Qiita
- Ngrok - Qiita
- Node.js - Qiita
- Postman - Qiita
- PostgreSQLクライアントのPSequel - Qiita
- PHPUnit - Qiita
- PyCharm - ponsuke_tarou’s blog
- Ricty Diminished - Qiita
- telnet - Qiita
- Tomcat - Qiita
- SourceTree - Qiita
- Visual Studio Code - Qiita
- nkfコマンド - Qiita
公式以外のリポジトリからインストールしたい
公式以外のリポジトリをbrew tap
しておけばbrew install
できる。
# tapしているリポジトリの一覧
$ brew tap
homebrew/cask
homebrew/core
# GitHubのリポジトリを追加したい
$ brew tap <userName>/<repository>
# GitHub以外のリポジトリを追加したい
$ brew tap <url>
なんか言われた
- Error: An unexpected error occurred during the
brew link
step - Qiita - Error: caskroom/cask was moved. Tap homebrew/cask instead. - Qiita
- Error: Unknown command: prune - Qiita
- Calling
brew cask --version
is deprecated and will be disabled on 2018-10-31! Usebrew --version
instead. - Qiita - remote: Repository not found. - Qiita
- You have x outdated formulae installed. You can upgrade them with brew upgrade or list them with brew outdated. - Qiita
- Warning: Calling brew cask list is deprecated! Use brew list --cask instead. - Qiita
- Warning: Error searching on GitHub: GitHub API Error: Bad credentials The GitHub credentials in the macOS keychain may be invalid. - Qiita
brew doctor
がなんか言ってる
- Warning: Xcode alone is not sufficient on Mojave. - Qiita
- Warning: "config" scripts exist outside your system or Homebrew directories. - Qiita
- Warning: You have unlinked kegs in your Cellar - Qiita
- Warning: The following directories do not exist: - Qiita
- Warning: Broken symlinks were found. Remove them with
brew prune
: - Qiita - Warning: A newer Command Line Tools release is available. - Qiita
- Warning: You are using macOS 11.0. - Qiita
- Warning: Some installed formulae are missing dependencies. - Qiita