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 @@ +
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