最終更新:2014-05-04 (日) 21:52:33 (3639d)  

pkgutil
Top / pkgutil

Query and manipulate Mac OS X Installer packages and receipts.

一覧

  • pkgutil --pkgs
    com.apple.pkg.AdditionalEssentials
    com.apple.pkg.AdditionalSpeechVoices
    com.apple.pkg.AsianLanguagesSupport
    com.apple.pkg.BaseSystemBinaries
    com.apple.pkg.BaseSystemResources
    com.apple.pkg.BookKitDelta
    com.apple.pkg.BSD
    com.apple.pkg.ChineseWordlistUpdate.6-8
    com.apple.pkg.CLTools_Executables
    com.apple.pkg.CoreADI
    com.apple.pkg.CoreFP
    com.apple.pkg.Essentials
    com.apple.pkg.GarageBand_AppStore
    com.apple.pkg.iBooksDelta
    com.apple.pkg.iMovie_AppStore
    com.apple.pkg.IncompatibleKextConfigData.3-15
    com.apple.pkg.iTunesAccess
    com.apple.pkg.iTunesXPatch
    com.apple.pkg.JavaEssentials
    com.apple.pkg.JavaForMacOSX107
    com.apple.pkg.JavaMDNS
    com.apple.pkg.JavaSecurity
    com.apple.pkg.JavaTools
    com.apple.pkg.Keynote6
    com.apple.pkg.MacOSX10_9_SDK
    com.apple.pkg.MediaFiles
    com.apple.pkg.MobileDevice
    com.apple.pkg.MobileDeviceDevelopment
    com.apple.pkg.Numbers3
    com.apple.pkg.OxfordDictionaries
    com.apple.pkg.Pages5
    com.apple.pkg.RAWCameraUpdate5
    com.apple.pkg.RegionalBoot
    com.apple.pkg.Safari7.0.3Mavericks
    com.apple.pkg.update.security.10.9.2.13C1021.2014.002
    com.apple.pkg.X11redirect
    com.apple.pkg.XcodeMAS_iOSSDK_7_1
    com.apple.pkg.XProtectPlistConfigData.2-49
    com.apple.pkg.GarageBand_AppStore
    com.apple.pkg.iMovie_AppStore
    com.apple.pkg.iPhoto_AppStore
    com.apple.pkg.Keynote6
    com.apple.pkg.MAContent10_GarageBandCoreContent
    com.apple.pkg.MAContent10_PremiumPreLoopsChillwave
    com.apple.pkg.MAContent10_PremiumPreLoopsDeepHouse
    com.apple.pkg.MAContent10_PremiumPreLoopsDubstep
    com.apple.pkg.MAContent10_PremiumPreLoopsElectroHouse
    com.apple.pkg.MAContent10_PremiumPreLoopsGarageBand
    com.apple.pkg.MAContent10_PremiumPreLoopsHipHop
    com.apple.pkg.MAContent10_PremiumPreLoopsJamPack1
    com.apple.pkg.MAContent10_PremiumPreLoopsModernRnB
    com.apple.pkg.MAContent10_PremiumPreLoopsRemixTools
    com.apple.pkg.MAContent10_PremiumPreLoopsRhythmSection
    com.apple.pkg.MAContent10_PremiumPreLoopsSymphony
    com.apple.pkg.MAContent10_PremiumPreLoopsTechHouse
    com.apple.pkg.MAContent10_PremiumPreLoopsWorld
    com.apple.pkg.Numbers3
    com.apple.pkg.Pages5

help

  • Usage: pkgutil [OPTIONS] [COMMANDS] ...
    
    Options:
      --help                 Show this usage guide
      --verbose, -v          Show contextual information and format for easy reading
      --force, -f            Perform all operations without asking for confirmation
      --volume PATH          Perform all operations on the specified volume
      --edit-pkg PKGID       Adjust properties of package PKGID using --learn PATH
      --only-files           List only files (not directories) in --files listing
      --only-dirs            List only directories (not files) in --files listing
      --regexp               Try all PKGID arguments as regular expressions
    
    Receipt Database Commands:
      --pkgs, --packages     List all currently installed package IDs on --volume
      --pkgs-plist           List all package IDs on --volume in plist format
      --pkgs=REGEXP          List package IDs on --volume that match REGEXP
      --groups               List all GROUPIDs on --volume
      --groups-plist         List all GROUPIDs on --volume in plist format
      --group-pkgs GROUPID   List all PKGIDs in GROUPID
      --files PKGID          List files installed by the specified package
      --lsbom PKGID          List files in the same format as 'lsbom -s'
      --pkg-groups PKGID     List all GROUPIDs that PKGID is a member of
      --export-plist PKGID   Print all info about PKGID in plist format
      --verify PKGID         Verify file permissions of the specified package
      --repair PKGID         Repair file permissions of the specified package
      --pkg-info PKGID       Show metadata about PKGID
      --pkg-info-plist PKGID Show metadata about PKGID in plist format
      --file-info PATH       Show metadata known about PATH
      --file-info-plist PATH Show metadata known about PATH in plist format
      --forget PKGID         Discard receipt data for the specified package
      --learn PATH           Update --edit-pkg PKGID with actual metadata from PATH
    
    File Commands:
      --expand PKG DIR       Expand the flat package PKG to DIR
      --flatten DIR PKG      Flatten the files at DIR as PKG
      --bom PATH             Extract any Bom files from the pkg at PATH into /tmp
      --payload-files PATH   List the paths archived within the (m)pkg at PATH

  • lsbom?

関連