DEV Community

魔狸@30歳 ポケGoトレーナー
魔狸@30歳 ポケGoトレーナー

Posted on • Originally published at dev.to

pkgutil

MacOSの pkg形式の内容を調べるには。

Debian GNU/Linuxの dpkg -L に相当する情報が欲しい。

Google日本語入力の構造が知りたい。

まずは

% pkgutil --pkgs|grep -i google                   
com.google.pkg.Keystone
com.google.pkg.GoogleJapaneseInput
com.google.Keystone
com.google.drivefs.arm64
com.google.drivefs.shortcuts
Enter fullscreen mode Exit fullscreen mode
pkgutil --files com.google.pkg.GoogleJapaneseInput
Applications
Applications/GoogleJapaneseInput.localized
Applications/GoogleJapaneseInput.localized/.localized
(以下略)
Enter fullscreen mode Exit fullscreen mode

Top comments (0)