Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - joshuabrand

Pages: [1]
1
Problems on other RedHat linux servers / Re: Packages not found for install
« on: December 09, 2024, 08:59:02 PM »
If I go to remove epel-release it also wants to remove cwpphp - is that safe to do?


2
Problems on other RedHat linux servers / Packages not found for install
« on: December 09, 2024, 06:05:54 PM »
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 -

Code: [Select]
[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 -

Code: [Select]
[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 -

Code: [Select]
[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?


Pages: [1]