Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The first step in installing the Open Telemetry Collector is downloading it. For
Obtain the `.deb` package for your platform from the [**OpenTelemetry Collector Contrib releases page**](https://github.com/open-telemetry/opentelemetry-collector-releases/releases)

``` bash
wget https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.80.0/otelcol-contrib_0.80.0_linux_amd64.deb
wget https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.96.0/otelcol-contrib_0.96.0_linux_amd64.deb
```

## Install the OpenTelemetry Collector Contrib distribution
Expand All @@ -22,7 +22,7 @@ Install the `.deb` package using `dpkg`. Take a look at the **dpkg Output** tab
{{% tab title="Install" %}}

``` bash
sudo dpkg -i otelcol-contrib_0.80.0_linux_amd64.deb
sudo dpkg -i otelcol-contrib_0.96.0_linux_amd64.deb
```

{{% /tab %}}
Expand All @@ -31,9 +31,9 @@ sudo dpkg -i otelcol-contrib_0.80.0_linux_amd64.deb
``` text
Selecting previously unselected package otelcol-contrib.
(Reading database ... 64218 files and directories currently installed.)
Preparing to unpack otelcol-contrib_0.75.0_linux_amd64.deb ...
Unpacking otelcol-contrib (0.75.0) ...
Setting up otelcol-contrib (0.75.0) ...
Preparing to unpack otelcol-contrib_0.96.0_linux_amd64.deb ...
Unpacking otelcol-contrib (0.96.0) ...
Setting up otelcol-contrib (0.96.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/otelcol-contrib.service → /lib/systemd/system/otelcol-contrib.service.
```

Expand Down