Ajouter opencloud/collabora/install.md

This commit is contained in:
2026-02-03 18:43:40 +00:00
parent 212f05eeeb
commit 64935a31e3

View File

@@ -0,0 +1,15 @@
<h4>Setting up and configuring native CODE packages on Linux</h4>
<p>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.</p>
<p><strong>1. Import the signing key:</strong></p>
<p>CODE packages are digitally signed by Collabora Productivity Ltd. First step is to import the signing key.</p>
<p>On deb based distributions use the following command:</p>
<pre>mkdir -p /etc/apt/keyrings &amp;&amp; cd /etc/apt/keyrings
sudo wget -O collaboraonline-release-keyring.gpg https://collaboraoffice.com/downloads/gpg/collaboraonline-release-keyring.gpg</pre>
<p>On rpm based distributions use the following command:</p>
<pre>wget https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-rpm/repodata/repomd.xml.key &amp;&amp; sudo rpm --import repomd.xml.key</pre>
<p><strong>2. Add CODE package repositories:</strong></p>
<p>On deb based distributions create <span><code>/etc/apt/sources.list.d/collaboraonline.sources</code></span> with the following contents:</p>
<pre>Types: deb
URIs: https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-deb
Suites: ./
Signed-By: /etc/apt/keyrings/collaboraonline-release-keyring.gpg</pre>