LoginSignup
46
27

More than 5 years have passed since last update.

macでlzhファイルをコマンドラインで解凍する方法

Last updated at Posted at 2015-03-05

Homebrewをインストール

入ってなかったらインストールします。

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew -v
# Homebrew 0.9.5

brewでlhaをインストール

brew install lha
lha --version
# LHa for UNIX version 1.14i-ac20050924p1 (i686-apple-darwin13.4.0)

lhaコマンドで解凍

lha e kaitoushitai_fairu.lzh

finderで確認

解凍されたフォルダがあるはず

open .
46
27
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
46
27