How to install Java runtime environment on Fedora for LibreOffice needs it

I know you want JRE but it much better to install JDK. I use openJDK (there is no OpenJRE right?)
simply just sudo dnf install java-11-openjdk java-11-openjdk-devel will install JAVA.

Or you can download binary file from oracle and install it youself. You can follow this POST

3 Likes