Add Ubuntu Noble system dependencies to INSTALL guide#69754
Merged
Conversation
The INSTALL guide only covered Debian Bookworm, leaving Ubuntu Noble users to guess the package names that differ between the two (libldap2 vs libldap-2.5-0). It also omitted the build headers needed to compile optional dependencies from source. Document the Noble apt line and the extra build packages so a source install works on both distributions.
gopidesupavan
approved these changes
Jul 11, 2026
choo121600
approved these changes
Jul 11, 2026
joshuabvarghese
pushed a commit
to joshuabvarghese/airflow
that referenced
this pull request
Jul 16, 2026
The INSTALL guide only covered Debian Bookworm, leaving Ubuntu Noble users to guess the package names that differ between the two (libldap2 vs libldap-2.5-0). It also omitted the build headers needed to compile optional dependencies from source. Document the Noble apt line and the extra build packages so a source install works on both distributions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
INSTALLsource-install guide only documented Debian Bookworm apt packages. This adds a dedicated Ubuntu Noble apt section (package names differ, e.g.libldap2vslibldap-2.5-0), the build headers needed to compile optional dependencies from source (python3-dev,libkrb5-dev,gcc,libldap2-dev,libsasl2-dev), a MariaDB compat-package alternative, and a note for installing local postgres/mysql servers.Docs-only change.
Was generative AI tooling used to co-author this PR?
Generated-by: Claude Code (Opus 4.8) following the guidelines