Hi,
I'm trying to setup on Oracle Linux 8 (OEL8).
The first few issues I could jump over, i.e. I needed more common sense, which I found for download here:
https://repo.almalinux.org/almalinux/8/PowerTools/x86_64/os/Packages/perl-common-sense-3.7.4-8.el8.x86_64.rpm |
After that though there's something odd:
[root@zmail install]# dnf install carbonio-amavisd-2.12.2-2.el8.x86_64 carbonio-amavisd-2.13.0-1.el8.x86_64 carbonio-amavisd-2.13.0-3.el8.x86_64 carbonio-amavisd-2.13.1-1.el8.x86_64 carbonio-mta-4.1.4-1.el8.x86_64
Last metadata expiration check: 0:19:11 ago on Wed 12 Mar 2025 05:19:32 AM UTC.
Error:
Problem 1: conflicting requests
- nothing provides carbonio-perl-io-socket-inet6 needed by carbonio-amavisd-2.12.2-2.el8.x86_64 from zextras
- nothing provides carbonio-perl-unix-getrusage needed by carbonio-amavisd-2.12.2-2.el8.x86_64 from zextras
- nothing provides carbonio-perl-net-libidn needed by carbonio-amavisd-2.12.2-2.el8.x86_64 from zextras
Problem 2: conflicting requests
- nothing provides carbonio-perl-io-socket-inet6 needed by carbonio-amavisd-2.13.0-1.el8.x86_64 from zextras
- nothing provides carbonio-perl-unix-getrusage needed by carbonio-amavisd-2.13.0-1.el8.x86_64 from zextras
Problem 3: conflicting requests
- nothing provides carbonio-perl-io-socket-inet6 needed by carbonio-amavisd-2.13.0-3.el8.x86_64 from zextras
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
My repo is configured as such:
[root@zmail install]# cat /etc/yum.repos.d/carbonio.repo
[zextras]
name=zextras
baseurl= https://repo.zextras.io/release/rhel8
enabled=1
repo_gpgcheck=1
gpgcheck=0
gpgkey= https://repo.zextras.io/repomd.xml.key
I don't know why it has a problem there and since it's apparently not in the repo I suppose there's no point in reinstalling either.
do you see anything wrong here?