-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
26 lines (19 loc) · 1005 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
debviewer3d - Visualizes Dependencies of deb packages
Overview:
Displays a 3D graph with dependencies of a defined Ubuntu package.
Also lets the user interact and get more information about
the displayed packages.
Usage:
./debviewer3d <packageName>
If no package is defined the default openscenegraph package will be displayed.
Click on the name of package to display more information then click on it again
to toggle it back.
The user can also use the mouse to change the view of the display.
The color of each package depends on the section type of the package:
libs = red, editors = green, python = white, unknown = black,
web = purple,graphics = yellow, interpreters = blue, universe orange
Press q to exit
Example:
./debviewer3d vim
Install:
Please read the file INSTALL for installation instructions