0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

MacにHomebrewをインストール

0
Posted at

概要

MacBookProにHomebrewをインストールしたので、その手順をまとめる。

Homebrewとは

Homebrewとは、macOS用またはLinux用のパッケージ管理ツールである。
パッケージ管理ツールとは、リポジトリに接続してパッケージ一覧を取得し、インストールしたいパッケージを自動的に展開・インストールすることができるツールのことである。

homebrewのインストール手順

1.下記URLにアクセスして、インストールに書かれているコマンドをコピーする。

2.Macのターミナルを起動して、コピーしたコマンドを貼り付けて、Enterを押下する。

3.Macのターミナルに下記コマンドを入力して、バージョンが表示されればインストールできている。

$ brew -v
Homebrew 5.0.10

Homebrewの使用方法

1.Macのターミナルを起動して、下記コマンドを入力する。

$ brew install [インストールしたいパッケージの名称]

まとめ

Homebrewの説明とインストール手順についてまとめた。
基本的に、Macのターミナルに公式HPのコマンドを貼り付けるだけでインストールできる。

参考

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?