I have recently upgraded from Centos7 to Almalinux 8. Everything seems to be working but when I try to install some packages, I get an error "Problem: conflicting requests".
One example, I am trying to install Amavis -
[root@mail ~]# dnf install amavis
varnishcache_varnish5 310 B/s | 836 B 00:02
varnishcache_varnish5-source 390 B/s | 836 B 00:02
Error:
Problem: conflicting requests
- nothing provides pax needed by amavis-2.12.3-1.el7.noarch from epel
- nothing provides perl(Net::LibIDN) needed by amavis-2.12.3-1.el7.noarch from epel
If I try to install (as per this example) pax manually I get -
[root@mail ~]# dnf install pax
Last metadata expiration check: 0:03:56 ago on Mon 09 Dec 2024 05:51:31 PM GMT.
No match for argument: pax
Error: Unable to find a match: pax
and my repolist -
[root@mail ~]# dnf repolist
repo id repo name
appstream AlmaLinux 8 - AppStream
baseos AlmaLinux 8 - BaseOS
cwp CentOS Web Panel repo for Linux 7 - x86_64
elevate ELevate
elevate-testing ELevate Testing
epel Extra Packages for Enterprise Linux 7 - x86_64
extras AlmaLinux 8 - Extras
mariadb MariaDB
nginx nginx repo
powertools AlmaLinux 8 - PowerTools
varnishcache_varnish5 varnishcache_varnish5
varnishcache_varnish5-source varnishcache_varnish5-source
I would assume that the epel repo should have the packages I need for this install. Am I missing something?