1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Homebrewのコマンド基本一覧

Posted at
  1. brew update
    Homebrew自体とそのレシピを最新の状態に更新します。

  2. brew upgrade
    インストールされているパッケージを最新バージョンにアップグレードします。

  3. brew install [パッケージ名]
    パッケージをインストールします。

  4. brew list
    インストールされているパッケージの一覧を表示します。

  5. brew list [パッケージ名]
    特定のパッケージがインストールされているか確認します。

  6. brew info [パッケージ名]
    パッケージの情報を表示します。インストールされているかどうかも確認できます。

  7. brew search [キーワード]
    パッケージを検索します。

  8. brew uninstall [パッケージ名]
    パッケージをアンインストールします。

  9. brew cleanup
    古いバージョンのパッケージを削除してディスクスペースを解放します。

  10. brew doctor
    Homebrewの環境を診断し、問題を報告します。

  11. brew tap [リポジトリ名]
    外部のリポジトリを追加します。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?