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 22.05
Debian, Ubuntu (deb based)
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0135B53B
or
wget https://www.collaboraoffice.com/downloads/Collabora-Office-22-Snapshot/Linux/yum/repodata/repomd.xml.key && sudo apt-key add repomd.xml.key
sudo echo 'deb https://www.collaboraoffice.com/downloads/Collabora-Office-22-Snapshot/Linux/apt ./' >> /etc/apt/sources.list
sudo apt update
sudo apt install collaboraoffice-desktop
SUSE
wget https://www.collaboraoffice.com/downloads/Collabora-Office-22-Snapshot/Linux/yum/repodata/repomd.xml.key && sudo rpm --import repomd.xml.key
sudo zypper addrepo -f 'https://www.collaboraoffice.com/downloads/Collabora-Office-22-Snapshot/Linux/yum' 'Collabora Office 22.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-22-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 (32-bit and 64-bit installers)
macOS
Collabora Office 21.06
Debian, Ubuntu (deb based)
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0135B53B
or
wget https://www.collaboraoffice.com/downloads/Collabora-Office-21-Snapshot/Linux/yum/repodata/repomd.xml.key && sudo apt-key add repomd.xml.key
sudo echo 'deb https://www.collaboraoffice.com/downloads/Collabora-Office-21-Snapshot/Linux/apt ./' >> /etc/apt/sources.list
sudo apt update
sudo apt install collaboraoffice-desktop
SUSE
wget https://www.collaboraoffice.com/downloads/Collabora-Office-21-Snapshot/Linux/yum/repodata/repomd.xml.key && sudo rpm --import repomd.xml.key
sudo zypper addrepo -f 'https://www.collaboraoffice.com/downloads/Collabora-Office-21-Snapshot/Linux/yum' 'Collabora Office 21.06 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-21-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 (32-bit and 64-bit installers)
macOS
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.