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 / Linux】Homebrewのインストール方法【Homebrew】

Last updated at Posted at 2025-03-09

様々なパッケージのインストールに必須と言っていいレベルのHomebrewのインストールを、Homebrew公式ホームページに従ってインストールの方法を説明します。

Homebrewが使える人

Homebrewが使えるのは、Mac, Linuxの人のみです。ご注意ください。

インストール

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

これだけです

パッケージのインストールは

brew install (インストールしたいパッケージ名)

です。

例:neofetchのインストール

brew install neofetch

まとめ

様々な記事でパッケージのインストールに使用されているHomebrewですが、標準でインストールされていない割に使用者が多いので、解説が省かれることが多いです。

そんな人のお役に立てれば嬉しいです。

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?