analyze_pacman_conf
Parse and analyze pacman configuration to identify enabled repositories, ignored packages, parallel download settings, and other system configurations on Arch Linux systems.
Instructions
Parse and analyze pacman.conf. Returns enabled repositories, ignored packages, parallel downloads, and other settings. Only works on Arch Linux.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}