3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Homebrew CaskでPostgreSQLクライアントのPSequelをインストールする

Last updated at Posted at 2018-08-28
  • 環境
    • macOS High Sierra バージョン10.13.5
    • Homebrew 1.7.2
    • Homebrew-Cask 1.7.2

Homebrewでインストール前の準備をする。

# アップデートする。
$ brew update
Updated 2 taps (homebrew/core, homebrew/cask).
==> New Formulae
libsignal-protocol-c
<省略>

# 異常がないか確認する。
$ brew doctor
Your system is ready to brew.

# どんなバージョンがあるか確認する。
$ brew search psequel
==> Casks
psequel

# Homebrew Caskのインストールが必要。。。

brew doctor で警告が出たら対処する。

Homebrew Cask をインストールする。

Homebrew Caskとは・・・GUI系のアプリも管理してくれるバッケージマネージャ。
今はもうインストールしなくてもHomebrewに入っているから大丈夫。

HomebrewはMac用のパッケージマネージャー。ターミナルで使うものなんかをいろいろインストールできたりするわけですが、Homebrew CaskはHomebrewでアプリ(GUI)も管理してしまおうというやつです。
Homebrew Caskで楽々インストール | 株式会社 エヴォワークス -EVOWORX-

# メッセージなど表示されずに終わるけれどOK
$ brew tap caskroom/cask

PSequelをインストールする。

$ brew cask install psequel
==> Satisfying dependencies
==> Downloading http://www.psequel.com/download?version=1.5.3
==> Downloading from https://www.dropbox.com/s/z1jsw0r4prk1qg1/PSequel.1.5.3.app.zip?dl=1
######################################################################## 100.0%
==> Verifying checksum for Cask psequel
==> Installing Cask psequel
==> Moving App 'PSequel.app' to '/Applications/PSequel.app'.
🍺  psequel was successfully installed!

インストールされた。
スクリーンショット 2018-08-25 15.24.01.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?