Also #java users out there should be aware that @fedora 42+ and EL10 based distributions such as @centos Stream 10 and RHEL10 no longer have "non-system" (21) versions of java. But the good news is you can now easily install @eclipseadoptium #Temurin via #EPEL e.g. to install Temurin JDK8:
# For CS10/Fedora # dnf install epel-release
# RHEL10 # rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm
dnf install -y adoptium-temurin-java-repository
dnf --enablerepo=adoptium-temurin-java-repository install temurin-8-jdk