CentOS8Stream / Roc...
 
Notifications
Clear all

CentOS8Stream / Rocky-Linux8 someone successfully installed carbonio-ce ?

3 Posts
3 Users
2 Likes
379 Views
(@anynet)
Joined: 10 months ago
Posts: 1
Topic starter  

Installation according to Step 3: "System Upgrade and Package Installation RHEL" fails..

dnf install carbonio-directory-server \
carbonio-proxy \
carbonio-webui carbonio-files-ui \
carbonio-mta \
carbonio-appserver \
carbonio-user-management carbonio-preview-ce \
carbonio-files-ce carbonio-files-db \
carbonio-storages-ce \
carbonio-docs-connector-ce carbonio-docs-editor \
carbonio-prometheus

Following message:

Problem: package carbonio-mta-4.0.22-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
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)


   
Quote
(@stefanodavid)
Joined: 3 years ago
Posts: 149
 

@anynet I think that on Rocky you need to enable some extra repository because packages providing perl(common::sense) are not in the main repositories.


   
ReplyQuote
(@davidtio)
Joined: 10 months ago
Posts: 3
 

@anynet, you just need to enable powertools

# dnf config-manager --set-enabled powertools

This should allow you to install the packages


   
ReplyQuote