How to install Java on Fedora?
- List available versions
dnf search openjdk
- Choose the version of Java you want to install, say java-11-openjdk-devel.x86_64
- Run the command
sudo dnf install java-11-openjdk-devel.x86_64
- Follow the prompts to complete the Installation
No comments:
Post a Comment