LinuxCommandLibrary

pacgraph

Draw a graph of installed packages to PNG/SVG/GUI/console.

TLDR

Produce an SVG and PNG graph

$ pacgraph
copy


Produce an SVG graph
$ pacgraph --svg
copy


Print summary to console
$ pacgraph --console
copy


Override the default filename/location (Note: Do not specify the file extension)
$ pacgraph --file=[path/to/file]
copy


Change the color of packages that are not dependencies
$ pacgraph --top=[color]
copy


Change the color of package dependencies
$ pacgraph --dep=[color]
copy


Change the background color of a graph
$ pacgraph --background=[color]
copy


Change the color of links between packages
$ pacgraph --link=[color]
copy

Copied to clipboard