Graphite visualizes the dependencies of locally installed APT packages.
- Visualize the entire dependency graph of your system's APT packages.
- Highlight the dependency subtree for any selected package.
- Search for specific packages within the graph.
- Zoom and pan the graph for detailed inspection.
- Customize graph layout parameters, such as layout iterations and gravity.
Graphite generates a directed graph of package dependencies. It begins with all packages marked as manually installed and recursively maps out their direct dependencies (predecessors and successors).
# apt install debhelper-compat meson libglib2.0-dev libgtk-4-dev python3-dev desktop-file-utils cython3$ dpkg-buildpackage -us -uc -b# dpkg -i ../graphite*.debThis project is licensed under the GNU General Public License v3.0. A copy of the license is available in the LICENSE file.
