Tools/environment_install: Update Linux Mint codename handling in script#32208
Merged
peterbarker merged 1 commit intoArduPilot:masterfrom Feb 17, 2026
Merged
Tools/environment_install: Update Linux Mint codename handling in script#32208peterbarker merged 1 commit intoArduPilot:masterfrom
peterbarker merged 1 commit intoArduPilot:masterfrom
Conversation
Contributor
Contributor
Author
Testing Evidence for Linux Mint "Zena" (Ubuntu 24.04.3 base)Following the feedback from @peterbarker, I have verified the environment installation by running the following tests from the OS Info
Modem Manager check
Build Test (FMUv3):Successfully configured and compiled ArduCopter for the
Functional SITL Tests
|
Contributor
|
LGTM, but CI must pass. We don't allow merge commits into ArduPilot. You can update the branch and choose "rebase on master" from the github interface. |
Contributor
|
Merged, thanks! |
Contributor
Author
|
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.



Title
Tools: add Linux Mint 'zena' codename to Ubuntu prerequisite script
Description
This PR adds support for Linux Mint "Zena" to the Ubuntu prerequisite installation script.
Currently, the script fails on Mint Zena because it cannot map the codename to an underlying Ubuntu release. Since Zena is based on Ubuntu 24.04 (Noble), I have added it to the existing mapping logic for wilma and xia.
Changes:
Updated
Tools/environment_install/install-prereqs-ubuntu.shto include zena in the Linux Mint codename translation case statement.Testing Performed