analyze_pacman_conf
Parse and analyze pacman.conf configuration files on Arch Linux to review enabled repositories, ignored packages, parallel downloads, and other settings with optional focus areas.
Instructions
[CONFIG] Parse and analyze pacman.conf with optional focus. Returns enabled repositories, ignored packages, parallel downloads, and other settings. Only works on Arch Linux. Examples: focus='full' (default) returns all settings; focus='ignored_packages' returns only ignored packages with warnings for critical ones; focus='parallel_downloads' returns only parallel downloads setting with optimization recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| focus | No | What to analyze: 'full' (all settings), 'ignored_packages' (only ignored packages), 'parallel_downloads' (only parallel downloads setting) | full |