Skip to content

Instantly share code, notes, and snippets.

@dogukancagatay
Created October 7, 2025 10:56
Show Gist options
  • Select an option

  • Save dogukancagatay/8c38e9e7a5333a9f1670f1ac0640776f to your computer and use it in GitHub Desktop.

Select an option

Save dogukancagatay/8c38e9e7a5333a9f1670f1ac0640776f to your computer and use it in GitHub Desktop.
Proper way to install Java on Fedora 42
sudo dnf install -y adoptium-temurin-java-repository
sudo dnf config-manager setopt adoptium-temurin-java-repository.enabled=1
sudo dnf install -y temurin-17-jre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment