LoginSignup
1
1

More than 5 years have passed since last update.

Mac での App の Download から Install まで

Last updated at Posted at 2012-04-20

ここでは、MacでのAppDownloadからInstallまでをすべて端末上で作業してみます。以下は、具体例ですので、各自、ダウンロードするファイルやマウントするファイル名のところは、変更してください。

Terminal

#Download
curl -O http://www.zipeg.com/downloads/zipeg_mac.dmg

#Mount
hdid zipeg_mac.dmg

#Move
cd /Volumes/Zipeg/

#Cope
cp -Ri Zipeg.app /Applications

#Start
open -a Zipeg

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