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.
Collabora Office 25.04
Debian, Ubuntu (deb based)
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-25-Snapshot/Linux/apt Suites: ./ Signed-By: /usr/share/keyrings/collaboraonline-snapshot-keyring.gpg EOF
sudo apt update
sudo apt install collaboraoffice-desktop
SUSE
wget https://www.collaboraoffice.com/downloads/Collabora-Office-25-Snapshot/Linux/yum/repodata/repomd.xml.key && sudo rpm --import repomd.xml.key
sudo zypper addrepo -f 'https://www.collaboraoffice.com/downloads/Collabora-Office-25-Snapshot/Linux/yum' 'Collabora Office 25.04 Snapshot'
sudo zypper ref
sudo zypper install collaboraoffice-desktop
CentOS, RedHat, Fedora, etc.
Dandified YUM (DNF)
- Define the repository for CollaboraOffice in a .repo file:
sudo vim /etc/yum.repos.d/collaboraoffice.repo
- Add the [repository] section in the file and save it
[collaboraoffice] name=collaboraoffice baseurl=https://www.collaboraoffice.com/downloads/Collabora-Office-25-Snapshot/Linux/yum/ repo_gpgcheck=0 gpgcheck=0 enabled=1 gpgkey= sslverify=1 ssl=cacert=/etc/pki/tls/certs/ca-bundle.crt
- Quit vim by typing
:wq
- Add newly created repo
sudo dnf config-manager --add-repo /etc/yum.repos.d/collaboraoffice.repo
- Install snapshot
dnf install collaboraoffice-desktop
If you want to manually download .deb/.rpm files
Microsoft Windows
Download Collabora Office (MSI installer for x86_64)
Support disclaimer
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.