pub async fn install_java_jdk(
host: &Host,
) -> Result<(), LinuxPackageManagerError>Expand description
Install a JDK package using the detected Linux package manager.
ยงErrors
Returns an error when no supported package manager is available, or when installation fails.