Troubleshooting

You can run into the following error when installing Carbonio-docs-Editor on Red Hat-based distributions:

Error:  Problem: package carbonio-docs-core-22.05.12-1.el8.x86_64 requires harfbuzz-icu,
but none of the providers can be installed
  - package carbonio-docs-core-22.05.12-1.el8.x86_64 requires libharfbuzz-icu.so.0()(64bit), but none of the providers can be installed
  - package harfbuzz-icu-1.7.5-3.el8.x86_64 conflicts with harfbuzz
    provided by harfbuzz-1.7.5-3.el8.x86_64
  - cannot install the best candidate for the job
  - problem with installed package harfbuzz-1.7.5-3.el8.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

You need to follow the advice in the last line and execute the command

# dnf install harfbuzz-icu --allowerasing

After the package has been installed, you can resume the upgrade.