If you are a customer, please contact us for information on how to download Collabora Office for Linux
Collabora provides snapshot builds of Collabora Office to show the latest state of development. These snapshot builds can be used for evaluation and testing of bugfixes and new features.
cd /usr/share/keyrings
sudo wget https://collaboraoffice.com/downloads/gpg/collaboraonline-snapshot-keyring.gpg
sudo tee /etc/apt/sources.list.d/collaboraoffice.sources > /dev/null << EOF
Types: deb
URIs: https://www.collaboraoffice.com/downloads/Collabora-Office-24-Snapshot/Linux/apt
Suites: ./
Signed-By: /usr/share/keyrings/collaboraonline-snapshot-keyring.gpg
EOF
sudo apt update
sudo apt install collaboraoffice-desktop
wget https://www.collaboraoffice.com/downloads/Collabora-Office-24-Snapshot/Linux/yum/repodata/repomd.xml.key && sudo rpm --import repomd.xml.key
sudo zypper addrepo -f 'https://www.collaboraoffice.com/downloads/Collabora-Office-24-Snapshot/Linux/yum' 'Collabora Office 24.04 Snapshot'
sudo zypper ref
sudo zypper install collaboraoffice-desktop
sudo vim /etc/yum.repos.d/collaboraoffice.repo
[collaboraoffice]
name=collaboraoffice
baseurl=https://www.collaboraoffice.com/downloads/Collabora-Office-24-Snapshot/Linux/yum/
repo_gpgcheck=0
gpgcheck=0
enabled=1
gpgkey=
sslverify=1
ssl=cacert=/etc/pki/tls/certs/ca-bundle.crt
:wq
sudo dnf config-manager --add-repo /etc/yum.repos.d/collaboraoffice.repo
dnf install collaboraoffice-desktop
The current snapshot is part of our undergoing development and so, it’s not advised for any usage outside of testing and reporting of bugs. There is no official support, please do not use it in production as it may be unstable.
If you are a customer, please contact us for information on how to download Collabora Office for Linux