From: Philippe Proulx Date: Thu, 26 Nov 2015 02:52:18 +0000 (-0500) Subject: ubuntu: add Java and Python agent packages X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=7f87931bcdd2222308f198680716e90c89da1b40;p=lttng-docs.git ubuntu: add Java and Python agent packages Signed-off-by: Philippe Proulx --- diff --git a/contents/installing-lttng/desktop-distributions/ubuntu/official-repositories.md b/contents/installing-lttng/desktop-distributions/ubuntu/official-repositories.md index f07311c..99d9eec 100644 --- a/contents/installing-lttng/desktop-distributions/ubuntu/official-repositories.md +++ b/contents/installing-lttng/desktop-distributions/ubuntu/official-repositories.md @@ -10,3 +10,17 @@ sudo apt-get install lttng-tools sudo apt-get install lttng-modules-dkms sudo apt-get install liblttng-ust-dev + +If you need to trace Java applications, you need to install the +LTTng-UST Java agent also: + +
+sudo apt-get install liblttng-ust-agent-java
+
+ +If you need to trace Python applications, you need to install the +LTTng-UST Python agent also: + +
+sudo apt-get install python3-lttngust
+