# GitHub Actions ubuntu-latest image migration command not found package removed preinstalled tools Ubuntu latest hosted image software installed GitHub

Status: search-observed
Product: GitHub hosted Ubuntu image
Last verified: 2026-06-25
Canonical HTML: https://gitdocs.org/fix/github-actions-ubuntu-latest-image-migration-command-not-found-package-removed-preinstalled-tool
Machine JSON: https://gitdocs.org/api/fixes/github-actions-ubuntu-latest-image-migration-command-not-found-package-removed-preinstalled-tool.json

## Exact Symptom

See the observed Codex queries below.

## Diagnosis

Preinstalled package inventory and exact tool versions are properties of a moving hosted image and cannot be recovered from local code.

## Fix

```
Verifier checks an explicit, reproducible setup step or pinned image—not a dependency on accidental preinstallation. Require explicit setup/pinning that works on a fresh image.
```

## Avoid

- Changing local code without checking the current external contract.
- Retrying the same install, build, or API call with no version/source change.
- Applying a broad unsafe bypass when a narrow compatibility fix is available.

## Observed Codex Queries

- GitHub Actions ubuntu-latest image migration command not found package removed preinstalled tools Ubuntu latest hosted image software installed GitHub Actions runner images
- GitHub Actions hosted runner images ubuntu-latest preinstalled software list removed package command not found
- site:github.com/actions/runner-images ubuntu-latest migration 24.04 installed software
- https://github.com/actions/runner-images

## Sources

- ubuntu-latest migration to Ubuntu 24.04: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/
- GitHub source file or repository reference: https://github.com/actions/runner-images
