Convert documentation to AsciiDoc
[lttng-docs.git] / contents / installing-lttng / desktop-distributions / debian.md
diff --git a/contents/installing-lttng/desktop-distributions/debian.md b/contents/installing-lttng/desktop-distributions/debian.md
deleted file mode 100644 (file)
index d66dd41..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: debian
----
-
-Debian "stretch" and Debian "sid" have LTTng-modules 2.7 and
-LTTng-UST 2.7 packages:
-
-<pre class="term">
-sudo apt-get install lttng-modules-dkms
-sudo apt-get install liblttng-ust-dev
-</pre>
-
-LTTng-tools 2.7 still needs to be
-[built from source](#doc-building-from-source).
-
-If you need to trace [Java applications](#doc-java-application), you
-need to install the LTTng-UST Java agent also:
-
-<pre class="term">
-sudo apt-get install liblttng-ust-agent-java
-</pre>
-
-If you need to trace [Python applications](#doc-python-application),
-you need to install the LTTng-UST Python agent also:
-
-<pre class="term">
-sudo apt-get install python3-lttngust
-</pre>
This page took 0.023789 seconds and 4 git commands to generate.