RHEL 8 / Alma Linux 8 / Rocky Linux 8 / CentOS 8 / Other EL8 тестовый репозиторий

Репозиторий EL8 открыт для тестирования:

cd /etc/yum.repos.d && wget https://repo.codeit.guru/codeit.el8.repo && yum install -y epel-release

Пожалуйста, делайте бэкапы и запускайте эти пакеты только на тестовых нодах.

RHEL 8 / Alma Linux 8 / Rocky Linux 8 / CentOS 8 / Other EL8 тестовый репозиторий: 20 комментариев

          1. Not the original poster, but I sought after a more current version of mod_md which supports wildcard ACME — sadly this requires apache 2.4.41 and I hoped not to have to build everything myself.

  1. i’m use rocky linux and try to install nginx from codeit.guru but is always installed from rocky repo not from codeit.guru, how to make it enable and default?

    this my step:
    vi /etc/yum.repos.d/codeit.repo

    [CodeITmainline]
    name=CodeIT mainline repo
    baseurl=https://repo.codeit.guru/packages/mainline/centos/8/$basearch
    enabled=1
    gpgkey=https://repo.codeit.guru/RPM-GPG-KEY-MasterOfDevon
    gpgcheck=1

    dnf update

    dnf install nginx

    nginx installed is 1.14 version not 1.21 from code.it

      1. Thank you very much!! its work, now nginx installed from codeit.guru

        nginx version: nginx/1.21.6
        built by gcc 8.5.0 20210514 (Red Hat 8.5.0-4) (GCC)
        built with OpenSSL 1.1.1k FIPS 25 Mar 2021
        TLS SNI support enabled

        Best Regards.

      2. every time i run command dnf update this error appear and i can’t install php

        Problem: module php:7.2:8040020210530192442:02bae935.x86_64 requires module(nginx), but none of the providers can be installed
        — conflicting requests
        — module nginx:1.14:8040020210610090123:9f9e2e7e.x86_64 is disabled
        — module nginx:1.16:8040020210610090125:9f9e2e7e.x86_64 is disabled
        — module nginx:1.18:8040020210610090124:9f9e2e7e.x86_64 is disabled
        — module nginx:1.20:8050020211109125042:b4937e53.x86_64 is disabled
        — module nginx:1.20:8050020220131160934:b4937e53.x86_64 is disabled
        — module nginx:1.20:820210908185433:9edba152.x86_64 is disabled
        — module nginx:mainline:820220125162647:9edba152.x86_64 is disabled

          1. Hi,
            Please also try to install remi php repo, as they have lot of different php versions with great backports.
            I think that the issue you have will be fixed by us using own nginx modules, but I do not have any ETA at the moment.

  2. i see you update your post with added repo for mainline version el8 rocky linux.
    great, so i not added manual for repo, just run :
    cd /etc/yum.repos.d && wget https://repo.codeit.guru/codeit.mainline.el8.repo && yum install -y epel-release && dnf disable module httpd nginx

    i was tested that repo and when run dnf install nginx, this error appear:

    Error:
    Problem: cannot install the best candidate for the job
    — nothing provides brotli >= 1.0.7 needed by nginx-1:1.21.6-1.codeit.el7.x86_64
    (try to add ‘—skip-broken’ to skip uninstallable packages or ‘—nobest’ to use not only best candidate packages)

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *