From 64935a31e389ec47bd2a3c3945420b31f3c4bc53 Mon Sep 17 00:00:00 2001 From: xavye Date: Tue, 3 Feb 2026 18:43:40 +0000 Subject: [PATCH] Ajouter opencloud/collabora/install.md --- opencloud/collabora/install.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 opencloud/collabora/install.md diff --git a/opencloud/collabora/install.md b/opencloud/collabora/install.md new file mode 100644 index 0000000..9a4010d --- /dev/null +++ b/opencloud/collabora/install.md @@ -0,0 +1,15 @@ +

Setting up and configuring native CODE packages on Linux

+

Collabora provide native Linux packages in deb and rpm formats. For the deb format 3 platforms are supported: amd64, ppc64, and arm64. For the rpm format only amd64 is supported.

+

1. Import the signing key:

+

CODE packages are digitally signed by Collabora Productivity Ltd. First step is to import the signing key.

+

On deb based distributions use the following command:

+
mkdir -p /etc/apt/keyrings && cd /etc/apt/keyrings
+sudo wget -O collaboraonline-release-keyring.gpg https://collaboraoffice.com/downloads/gpg/collaboraonline-release-keyring.gpg
+

On rpm based distributions use the following command:

+
wget https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-rpm/repodata/repomd.xml.key && sudo rpm --import repomd.xml.key
+

2. Add CODE package repositories:

+

On deb based distributions create /etc/apt/sources.list.d/collaboraonline.sources with the following contents:

+
Types: deb
+URIs: https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-deb
+Suites: ./
+Signed-By: /etc/apt/keyrings/collaboraonline-release-keyring.gpg