Package Details: pacod 1.0.0-1

Git Clone URL: https://aur.archlinux.org/pacod.git (read-only, click to copy)
Package Base: pacod
Description: List optional dependencies (optdepends) of pacman packages and groups
Upstream URL: https://github.com/elppans/pacod
Keywords: pacman,optdepends,optional-dependencies,arch-linux,dependency,package-groups,cli,bash,expac
Licenses: MIT
Conflicts: pacod
Provides: pacod
Submitter: elppans
Maintainer: elppans
Last Packager: elppans
Votes: 0
Popularity: 0.000000
First Submitted: 2026-02-13 20:39 (UTC)
Last Updated: 2026-02-13 21:30 (UTC)

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:

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.

Latest 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:

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.