get_database_sync_history
Retrieve synchronization history showing when package database updates were performed on Arch Linux systems using pacman -Sy command.
Instructions
Get database synchronization history. Shows when 'pacman -Sy' was run. Only works on Arch Linux.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of sync events to return (default 20) |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 20,
"description": "Maximum number of sync events to return (default 20)",
"type": "integer"
}
},
"required": [],
"type": "object"
}