Collabora Office Unstable Snapshots

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 24.05

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-24-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-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.05 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-24-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

Linux deb/rpm in tar.gz

Microsoft Windows

Download Collabora Office (32-bit and 64-bit installers)


 

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.