You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/operate/c8y/apama.md
+22-7Lines changed: 22 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -17,19 +17,34 @@ Further details about this can be found in the %%te%% documentation at [Manage t
17
17
1. In the Cumulocity tenant, open the **Device Management** app, go to the **Management** menu option and select the **Software repository**.
18
18
2. Click **Add software** at the right of the top menu bar.
19
19
3. In the **ADD SOFTWARE** dialog enter the following details:
20
-
-**Software**: apama-repo
21
-
-**Description**: apama-repo (or something else if you choose)
22
-
-**Device Filter Type**: (leave empty)
23
-
-**Software Type**: apt
24
-
-**Version**: 2022
25
-
-**SOFTWARE FILE**: check the *Provide a file path* option and enter the URL: https://downloads.apamacommunity.com/debian/apama-repo_2022_all.deb
20
+
21
+
|Property|Value|
22
+
|--------|-----|
23
+
|Software|apama-repo|
24
+
|Description|apama-repo (or something else if you choose)|
25
+
|Device Filter Type|(leave empty)|
26
+
|Software Type|apt|
27
+
|Version|1:26.0-1|
28
+
|Software File - *Provide a File* option|https://download.cumulocity.com/Apama/Debian/apama-repo_26.0-1_all.deb|
29
+
30
+
:::note
31
+
The repository item's version **MUST** match the the Debian package's "Version" (including the debian epoch number if present). If it doesn't, the package will fail to install due to a meta-information mismatch.
32
+
33
+
If you have having trouble finding a package's version number, you can use a Debian based distribution to download the package manually, and use the `dpkg-deb` command to view the exact version number of the package. Below shows an example of the command:
0 commit comments