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.
Extend Fleet
Integrate your favorite tools with Fleet.
Customers
Stripe + Fleet
Stripe consolidates multiple tools with Fleet.
Foursquare + Fleet
Foursquare quickly migrates to Fleet for device management.
What people are saying
Stories from the Fleet community.
More
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
fleetd_pacman_packages
List the packages installed using the pacman
package manager.
Column | Type | Description |
---|---|---|
arch | text | The CPU architecture of the package |
build_date | text | The date the package was built |
conflicts_with | text | An array of packages that will conflict with this package |
depends_on | text | An array of packages this package depends on to run |
description | text | The description of the package |
groups | text | The package groups that the package is part of |
install_date | text | The date the package was installed |
install_reason | text | The reason the package was installed |
install_script | text | Whether or not the package uses an install script |
installed_size | text | The size of the package once installed |
licenses | text | The software license of the package |
name | text | Name of the package |
optional_deps | text | An array of packages (and accompanying reasons) that are not essential for base functionality, but may be necessary to make full use of the contents of this package |
optional_for | text | An array of packages that list this package an an optional dependency |
packager | text | The maintainer of the package |
provides | text | An array of “virtual provisions” this package provides |
replaces | text | An array of packages this package should replace |
required_by | text | An array of packages that depend on this package |
url | text | The upstream URL of the package |
validated_by | text | How the package was validated |
version | text | Version of the package |
This table is not a core osquery table. It is included as part of Fleet's agent (fleetd).