summaryrefslogtreecommitdiffstats
path: root/html/debconf0.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/debconf0.html')
-rw-r--r--html/debconf0.html72
1 files changed, 72 insertions, 0 deletions
diff --git a/html/debconf0.html b/html/debconf0.html
new file mode 100644
index 0000000..298587f
--- /dev/null
+++ b/html/debconf0.html
@@ -0,0 +1,72 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>debtree - Package dependency graphs</title>
+</head>
+
+<body>
+<h1>debtree &mdash; package dependency graphs on steroids</h1>
+
+<table>
+<tbody valign="top">
+<tr>
+<td>
+
+<h3><a href="index.html">Introduction</a></h3>
+
+<h3>Example: debconf</h3>
+
+<ol start="0">
+<li><b>Graph from apt-cache (for comparison)</b></li>
+<li><a href="debconf1.html">Basic graph (only hard dependencies and conflicts)</a></li>
+<li><a href="debconf2.html">Basic graph with Recommends</a></li>
+<li><a href="debconf3.html">Basic graph with Recommends and Suggests</a></li>
+<li><a href="debconf4.html">Basic graph with Recommends and showing alternatives</a></li>
+<li><a href="debconf5.html">Default graph (showing Recommends, alternatives and versions)</a></li>
+<li><a href="debconf6.html">Default graph with Suggests</a></li>
+<li><a href="debconf7.html">Default graph with Suggests and versioned Conflicts</a></li>
+<li><a href="debconf8.html">Default graph (rotated)</a></li>
+</ol>
+<hr />
+
+<p>
+This graph is roughly equivalent to:<br />
+<tt><font size="-1">
+$ debtree --no-recommends --no-versions --versioned-conflicts --rotate debconf
+</font></tt>
+</p><p>
+Not the most beautiful graph, mostly due to the conflicts from <tt>perl-base</tt>.
+The <a href="debconf7.html">7th example</a> generated with <tt>debtree</tt> also
+shows them, but looks much more structured (besides showing a lot of additional
+information).
+</p>
+
+</td>
+<td width="10" />
+<td width="400">
+
+<p><tt><font size="-1">
+$ apt-cache dotty debconf
+</font></tt></p>
+<hr />
+<img src="thumbs/debconf0.png" alt="Dependency graph for debconf" />
+<hr />
+<table>
+<tr>
+<td>Generated .dot file:</td>
+<td><a href="debconf0.dot">DOT</a></td>
+</tr><tr>
+<td>Full-sized images:</td>
+<td><a href="debconf0.ps" target="_blank">PS</a>&nbsp;|&nbsp;<a href="debconf0.png" target="_blank">PNG</a>&nbsp;|&nbsp;<a href="debconf0.svg" target="_blank">SVG</a></td>
+</tr>
+</table>
+<p><font size="-1"><a href="aptitude0.html">Equivalent graph for aptitude</a></font></p>
+
+</td>
+</tr>
+</tbody>
+</table>
+
+</body>
+</html>