v5tech / notes

notes
https://ameizi.gitee.io/notes
MIT License
1.52k stars 378 forks source link

mac系统下系统报告-软件-安装下的安装记录清理 #80

Open v5tech opened 9 years ago

v5tech commented 9 years ago

清除关于本机-更多信息-系统报告-软件-安装下的安装记录

mac下所有的安装记录都保存在/Library/Receipts/InstallHistory.plist文件中。编辑/Library/Receipts/InstallHistory.plist文件,删除对应的文本即可。

InstallHistory.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
    <dict>
        <key>date</key>
        <date>2015-01-17T23:59:51Z</date>
        <key>displayName</key>
        <string>OS X</string>
        <key>displayVersion</key>
        <string></string>
        <key>packageIdentifiers</key>
        <array>
            <string>com.apple.pkg.BaseSystemBinaries</string>
            <string>com.apple.pkg.BaseSystemResources</string>
            <string>com.apple.pkg.Essentials</string>
            <string>com.apple.pkg.BSD</string>
            <string>com.apple.pkg.JavaTools</string>
            <string>com.apple.pkg.AdditionalEssentials</string>
            <string>com.apple.pkg.AdditionalSpeechVoices</string>
            <string>com.apple.pkg.AsianLanguagesSupport</string>
            <string>com.apple.pkg.MediaFiles</string>
            <string>com.apple.pkg.JavaEssentials</string>
            <string>com.apple.pkg.OxfordDictionaries</string>
            <string>com.apple.pkg.X11redirect</string>
            <string>com.apple.pkg.OSInstall</string>
        </array>
        <key>processName</key>
        <string>OS X Installer</string>
    </dict>
    <dict>
        <key>date</key>
        <date>2015-01-19T20:49:22Z</date>
        <key>displayName</key>
        <string>Green Wlan USB Adapter Driver</string>
        <key>displayVersion</key>
        <string></string>
        <key>packageIdentifiers</key>
        <array>
            <string>com.GreenWlanUSBUtility.pkg</string>
            <string>com.StartUpGreen.pkg</string>
            <string>com.RealtekDriverCU.pkg</string>
        </array>
        <key>processName</key>
        <string>Installer</string>
    </dict>
    <dict>
        <key>date</key>
        <date>2015-01-19T13:29:27Z</date>
        <key>displayName</key>
        <string>Remote Desktop Client 更新</string>
        <key>displayVersion</key>
        <string>3.7.1</string>
        <key>packageIdentifiers</key>
        <array>
            <string>com.apple.pkg.RemoteDesktopClient</string>
        </array>
        <key>processName</key>
        <string>softwareupdated</string>
    </dict>
    <dict>
        <key>date</key>
        <date>2015-01-19T13:31:28Z</date>
        <key>displayName</key>
        <string>iBooks 更新</string>
        <key>displayVersion</key>
        <string>1.0.1</string>
        <key>packageIdentifiers</key>
        <array>
            <string>com.apple.pkg.BookKitDelta</string>
            <string>com.apple.pkg.iBooksDelta</string>
        </array>
        <key>processName</key>
        <string>softwareupdated</string>
    </dict>
    <dict>
        <key>date</key>
        <date>2015-01-19T13:45:41Z</date>
        <key>displayName</key>
        <string>iTunes</string>
        <key>displayVersion</key>
        <string>12.0.1</string>
        <key>packageIdentifiers</key>
        <array>
            <string>com.apple.pkg.iTunesX</string>
            <string>com.apple.pkg.iTunesAccess</string>
            <string>com.apple.pkg.CoreFP</string>
            <string>com.apple.pkg.CoreADI</string>
            <string>com.apple.pkg.MobileDevice</string>
        </array>
        <key>processName</key>
        <string>softwareupdated</string>
    </dict>
    <dict>
        <key>date</key>
        <date>2015-01-19T14:25:43Z</date>
        <key>displayName</key>
        <string>XtraFinder</string>
        <key>displayVersion</key>
        <string></string>
        <key>packageIdentifiers</key>
        <array>
            <string>com.trankynam.xtrafinder.preflight.pkg</string>
            <string>com.trankynam.xtrafinder.XtraFinder-1.pkg</string>
            <string>com.trankynam.xtrafinder.XtraFinder.pkg</string>
            <string>com.trankynam.xtrafinder.postflight.pkg</string>
        </array>
        <key>processName</key>
        <string>Installer</string>
    </dict>
    <dict>
        <key>date</key>
        <date>2015-01-19T16:07:13Z</date>
        <key>displayName</key>
        <string>Command Line Developer Tools for OS X Mavericks</string>
        <key>displayVersion</key>
        <string>5.1.0.0</string>
        <key>packageIdentifiers</key>
        <array>
            <string>com.apple.pkg.MacOSX10_9_SDK</string>
            <string>com.apple.pkg.CLTools_Executables</string>
        </array>
        <key>processName</key>
        <string>softwareupdated</string>
    </dict>
    <dict>
        <key>date</key>
        <date>2015-01-19T16:07:13Z</date>
        <key>displayName</key>
        <string>Command Line Tools (OS X 10.9)</string>
        <key>displayVersion</key>
        <string>6.0</string>
        <key>packageIdentifiers</key>
        <array>
            <string>com.apple.pkg.CLTools_Executables</string>
            <string>com.apple.pkg.DevSDK_OSX109</string>
            <string>com.apple.pkg.CLTools_Executables</string>
            <string>com.apple.pkg.DevSDK_OSX109</string>
        </array>
        <key>processName</key>
        <string>softwareupdated</string>
    </dict>
</array>
</plist>