Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Infrastructure as code
See every change, undo any error, repeat every success.
Extend Fleet
Integrate your favorite tools with Fleet.
More
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Infrastructure as code
See every change, undo any error, repeat every success.
Extend Fleet
Integrate your favorite tools with Fleet.
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
Apple
Linux
Windows
ChromeOS
package_receipts
macOS package receipt details.
| Column | Type | Description |
|---|---|---|
| install_time | double | Timestamp of install time |
| installer_name | text | Name of installer process |
| location | text | Optional relative install path on volume |
| package_filename | text | Filename of original .pkg file Not returned in SELECT * FROM package_receipts. |
| package_id | text | Package domain identifier |
| path | text | Path of receipt plist |
| version | text | Installed package version |
List the location of receipt files related to installed packages.
SELECT * FROM package_receipts;