Richard G
Verified User
Formerly this was the exclude line in yum.conf which DA put in there:
this was also like this on my first Almalinux 8.x server which was converted from Centos 8 to Alma 8.
On newly installed Alma 8 and 9 servers, this is the exclude line:
as you can see nginx* is now added.
However I would like to install Munin again like I had on the Centos 7 server, but then the package
As far as I know Munin runs seperately on a different port.
But since DA added the nginx* exclusion now in Alma 8, I wonder if I can safely remove the nginx* restriction so Munin can be installed (and later updated if needed)?
I don't use nGinx on this server, only apache. So can I safely do this?
exclude=apache* httpd* mod_* mysql* MySQL* mariadb* da_* *ftp* exim* sendmail* php* bind-chroot* dovecot*
this was also like this on my first Almalinux 8.x server which was converted from Centos 8 to Alma 8.
On newly installed Alma 8 and 9 servers, this is the exclude line:
exclude=apache* nginx* httpd* mod_* mysql* MySQL* mariadb* da_* *ftpd exim* sendmail* php* bind-chroot* dovecot*
as you can see nginx* is now added.
However I would like to install Munin again like I had on the Centos 7 server, but then the package
munin-nginx
will be installed too, because Munin requires this to run.As far as I know Munin runs seperately on a different port.
But since DA added the nginx* exclusion now in Alma 8, I wonder if I can safely remove the nginx* restriction so Munin can be installed (and later updated if needed)?
I don't use nGinx on this server, only apache. So can I safely do this?