1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/linux/pacgraph.md
aljustiet 8372d49865
pacgraph: add page (#13499)
* pacgraph: add page

---------

Co-authored-by: spageektti <git@spageektti.cc>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-08-23 13:40:11 +05:30

36 lines
706 B
Markdown

# pacgraph
> Draw a graph of installed packages to PNG/SVG/GUI/console.
> More information: <https://github.com/keenerd/pacgraph>.
- Produce an SVG and PNG graph:
`pacgraph`
- Produce an SVG graph:
`pacgraph --svg`
- Print summary to console:
`pacgraph --console`
- Override the default filename/location (Note: Do not specify the file extension):
`pacgraph --file={{path/to/file}}`
- Change the color of packages that are not dependencies:
`pacgraph --top={{color}}`
- Change the color of package dependencies:
`pacgraph --dep={{color}}`
- Change the background color of a graph:
`pacgraph --background={{color}}`
- Change the color of links between packages:
`pacgraph --link={{color}}`