find_when_installed
Check when an Arch Linux package was first installed and view its complete upgrade history to track system changes and dependencies.
Instructions
Find when a package was first installed and its upgrade history. Only works on Arch Linux.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | Name of the package to search for |
Input Schema (JSON Schema)
{
"properties": {
"package_name": {
"description": "Name of the package to search for",
"type": "string"
}
},
"required": [
"package_name"
],
"type": "object"
}