Cannot install Brotli libraries on Ubuntu 26.04 with newest NGINX

My issue: I am trying to install 2 Brotli libraties on Ubuntu 26.04 using:

sudo apt install libnginx-mod-http-brotli-filter libnginx-mod-http-brotli-static -y

Installing them on Ubuntu 24.04 worked when having installed NGINX using this PPA: https://launchpad.net/~ondrej/+archive/ubuntu/nginx . But installing these packages on Ubuntu 26.04 is not working.

I have installed NGINX on Ubuntu 26.04 as described here: https://nginx.org/en/linux_packages.html#Ubuntu

This is the output I get:

itwithme-ictmee@try:~$ sudo apt install libnginx-mod-http-brotli-filter libnginx-mod-http-brotli-static -y
Solving dependencies... Error!
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

Unsatisfied dependencies:
 libnginx-mod-http-brotli-filter : Depends: nginx-abi-1.28.3-1
 libnginx-mod-http-brotli-static : Depends: nginx-abi-1.28.3-1
Error: Unable to satisfy dependencies. Reached two conflicting assignments:
   1. libnginx-mod-http-brotli-static:amd64=1.0.0~rc-7build3 is selected for install
   2. libnginx-mod-http-brotli-static:amd64 Depends nginx-abi-1.28.3-1
      but none of the choices are installable:
      - nginx:amd64=1.28.3-2ubuntu1.6 is not selected for install
      - nginx:amd64=1.28.3-2ubuntu1 is not selected for install

Are these libraries no longer needed on Ubuntu 26.04 and/or on the newest NGINX version? Is that the reason I get this error?

Thank you for your time!

Although you can install plain nginx with some modules. Not all modules seem to be available. You can download https://nginx.org/packages/ubuntu/dists/resolute/nginx/binary-amd64/Packages to see what packages are available and I think that answers your question on why you get the shown errors.