3
4

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 1 year has passed since last update.

【Mac】コマンドでApp Storeのアプリケーションを管理する方法

Last updated at Posted at 2023-05-01

masコマンドをインストールする

HomeBrewを使用して次のコマンドでmasコマンドをインストールします。

brew install mas

アプリケーションの一覧を表示する

次のコマンドを実行するとアプリケーションの一覧を取得できます。

$ mas list
724472954   Manico              (3.4)
1278508951  Trello              (2.13.10)
1429033973  RunCat              (9.7)
1444383602  GoodNotes           (5.9.103)
803453959   Slack               (4.31.155)
457622435   Yoink               (3.6.84)
1348617240  FirstSeed Calendar  (5.2.1)
720669838   iThoughtsX          (9.3)
1482454543  Twitter             (9.30)

アプリケーションを検索する

次のコマンドでアプリケーションを検索できます。

mas search line
  1500855883  CapCut - 動画編集アプリ                           (8.1.1)
   539883307  LINE                                       (7.16.1)
  1310262344  Code of War - オンライン銃撃ゲーム 5v5               (3.18.1)
  1127260935  ウォープラネット オンライン (War Planet)                (5.4.1)
  1137864805  せんしゃ 戦争 戦車 ゲーム - Modern Tanks              (3.60.1)
  1029784963  LINE WORKS – ビジネスチャット                      (3.6.3)
  1441507725  Oka Unarchiver - Unzip ZIP RAR             (2.1.7)
  1335335588  ビデオプレーヤー メディアプレーヤー                         (1.0.7)
   404242044  チェッカー                                      (10.11)
   441968334  SpeakLine – Text to Speech                 (4.2.1)
  1548427467  アメージング ボンバーマン                              (1.3.0)
   434290957  Motion                                     (5.6.3)
  1208322173  翻訳ソフト:写真翻訳機海外英語オンライン                       (5.2)
   424389933  Final Cut Pro                              (10.6.5)
  1471344150  数学のなぞなぞ:IQテスト                              (3.2.4)
   989461317  SwingVision: A.I. Tennis App               (10.1.4)
   977949232  DayGram -1日1行日記 デイグラム                      (4.7.5)
   582635628  Toolbox for Keynote - テンプレート               (7.0.7)
   432850619  FL Studio Mobile                           (4.3.2)
  1565119039  オセロ − オンライン                                (1.1.5)
  1264559899  オンライン麻雀 Maru-Jan App                       (22.1.0)
  1208164242  Flow VPN - 高速グローバルインターネット                  (2.01)
  1450246547  BestZip - Unarchive RAR&7Z&ZIP             (2.5.3)
  1127676902  アニメ画像に変換する君                                (4.2)
  1258500140  ScreenNote                                 (4.1)

アプリケーションをインストールする

次のコマンドでアプリケーションをインストールできます。

mas install <app_id>

以下のように実行するとLINEがインストールされます。

$ mas install 539883307
==> Installed LINE

アプリケーションを更新する

次のコマンドを実行すると更新可能なアプリケーションの一覧を取得できます。

mas outdated

次のコマンドを実行することで更新可能なアプリケーションをすべて更新します。

mas upgrade

特定のアプリケーションのみ更新する場合には次のように実行します。

mas upgrade <app_id>

アプリケーションをアンインストールする

次のコマンドを実行することでアプリケーションをアンインストールできます。

mas uninstall <app_id>

上記のコマンドはエラーになってしまい、アンインストールはできません。
以下のページをご参照ください。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?