pacod is a small utility that lists optional dependencies (optdepends) of pacman packages and groups in a clean and organized way.
It supports:
- Simple listing
- Single-line output (useful for command substitution)
- Detailed output with descriptions
- Group analysis showing which packages use each optdepend
Example usage:
pacman --needed -S $(pacod -cc lutris)
This installs a package along with all its optional dependencies.
If you find any issues or have suggestions, feel free to open an issue on GitHub.
Pinned Comments
elppans commented on 2026-02-13 22:19 (UTC) (edited on 2026-02-14 07:13 (UTC) by elppans)
pacod is a small utility that lists optional dependencies (optdepends) of pacman packages and groups in a clean and organized way.
It supports:
- Simple listing
- Single-line output (useful for command substitution)
- Detailed output with descriptions
- Group analysis showing which packages use each optdepend
Example usage:
This installs a package along with all its optional dependencies.
If you find any issues or have suggestions, feel free to open an issue on GitHub.