# cargo-outdated mit Homebrew, apk, apt, Nix, pacman installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für cargo-outdated in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:cargo-outdated
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install cargo-outdated
```

  Evidenz: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add cargo-outdated
```

  Evidenz: Alpine Linux edge package indexes: cargo-outdated from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install cargo-outdated
```

  Evidenz: Debian stable package indexes: cargo-outdated from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#cargo-outdated
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/ca/cargo-outdated/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S cargo-outdated
```

  Evidenz: Arch Linux sync databases: cargo-outdated from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Paketfakten

- **Paketschlüssel:** brew:cargo-outdated
- **Paketmanager:** Homebrew
- **Version:** 0.19.0
- **Quellzusammenfassung:** Cargo subcommand for displaying when Rust dependencies are out of date
- **Homepage:** <https://github.com/kbknapp/cargo-outdated>
- **Repository:** <https://github.com/kbknapp/cargo-outdated>
- **Zuletzt aktualisiert:** 2026-06-22T14:02:58-07:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- cargo-outdated (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.19.0
## Projektgeschichte und Nutzung

cargo-outdated is a Cargo subcommand that reports when Rust project dependencies have newer compatible or latest versions available.

### Projektgeschichte

The project was created on GitHub in August 2015 and first published to crates.io as version 0.1.1 in November 2015. Its README describes the core approach as creating a temporary workspace, running Cargo's built-in cargo update machinery, and comparing dependency trees.

### Adoptionsgeschichte

The crate is distributed through crates.io and has also been packaged by multiple operating-system package managers, including Homebrew, Debian, Ubuntu, Alpine, Arch, and Nix according to the batch source facts. crates.io metadata lists it under development-tools and cargo-plugin categories.

### Wie es verwendet wird

Users install it as cargo-outdated and run cargo outdated from a project directory. The README documents list and JSON output, workspace checking, dependency ignore and exclusion options, manifest-path support, and an exit-code option for automation.

### Warum Paket-Nerds sich dafür interessieren

It is one of the older Rust ecosystem tools for auditing dependency freshness without immediately changing the project lockfile, making it useful to maintainers who want npm-outdated-style visibility in Cargo workflows.

### Zeitleiste

- 2015: GitHub repository created and first crates.io release published.
- 2024: v0.15.0 release published on GitHub.
- 2026: crates.io reported v0.19.0 as the latest release.

### Related projects

- Cargo's cargo update command is central to cargo-outdated's implementation.
- cargo-binstall is documented by the README as a way to install prebuilt versions.

### Quellen

- <https://api.github.com/repos/kbknapp/cargo-outdated>
- <https://github.com/kbknapp/cargo-outdated>
- <https://github.com/kbknapp/cargo-outdated#readme>
- <https://crates.io/api/v1/crates/cargo-outdated>
- <https://formulae.brew.sh/api/formula/cargo-outdated.json>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Andere Paketmanager-Einträge

- Debian apt - cargo-outdated - 0.17.0-1+b1: normalized package name match | Debian stable package indexes: cargo-outdated from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Cargo subcommand for displaying when dependencies are out of date | https://github.com/kbknapp/cargo-outdated.git
- Nix - cargo-outdated: normalized package name match | nixpkgs package indexes: pkgs/by-name/ca/cargo-outdated/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - cargo-outdated - 0.14.0-2build3: normalized package name match | Ubuntu 24.04 LTS package indexes: cargo-outdated from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Cargo subcommand for displaying when dependencies are out of date
- apk - cargo-outdated - 0.19.0-r0: normalized package name match | Alpine Linux edge package indexes: cargo-outdated from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Cargo subcommand for displaying when Rust dependencies are out of date | https://github.com/kbknapp/cargo-outdated
- apk - cargo-outdated-doc - 0.19.0-r0: normalized package name match | Alpine Linux edge package indexes: cargo-outdated-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Cargo subcommand for displaying when Rust dependencies are out of date (documentation) | https://github.com/kbknapp/cargo-outdated
- pacman - cargo-outdated - 0.19.0-3: normalized package name match | Arch Linux sync databases: cargo-outdated from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A cargo subcommand for displaying when Rust dependencies are out of date | https://github.com/kbknapp/cargo-outdated


## Verwandte Links

- [cargo-outdated](https://pkg.so/de/pkg/cargo/cargo-outdated/) - Same normalized package name exists in another local package ecosystem.

## Combined YAML source

View the package source record on GitHub. [combined/cargo-outdated.yml](https://github.com/mxcl/pkgdb/blob/main/combined/cargo-outdated.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
