Installing Carbonio Community for the first time for testing purposes on Rocky Linux 8
At https://docs.zextras.com/carbonio-ce/html/single-server-installation.html#step-4-bootstrap-product
Step 3 for RHEL
"Then proceed with other packages ...."
dnf install carbonio-directory-server \
I had to use --skip-broken because:
carbonio-amavisd..., carbonio-mta... and carbonio-perl-convert ...
Gave error messages
Error:
Problem: package carbonio-mta-4.0.19-1.el8.x86_64 requires carbonio-amavisd, but none of the providers can be installed
- package carbonio-amavisd-2.12.2-2.el8.x86_64 requires carbonio-perl-convert-uulib, but none of the providers can be installed
- cannot install the best candidate for the job
- nothing provides perl(common::sense) needed by carbonio-perl-convert-uulib-1.8-3.el8.x86_64
- nothing provides perl-common-sense needed by carbonio-perl-convert-uulib-1.8-3.el8.x86_64
Solution appears to be
dnf --enablerepo=powertools install perl-common-sense
Add this line RHEL8 prerequisites
In practice as I was doing this on the fly, that is I had tried to install the collection of programs but they had not installed, I enabled the Repo and installed perl-common-sense. Solution was proposed on Rocky Linux 8 and found by Googling it. Then I ran the line(s) for the other packages again and everythiong installed satisfactorily.
Hope this helps someone. Onto next step ....