# mr mit Homebrew, Nix, zypper, dnf, pacman installieren

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

## Installation

```sh
sudo av install brew:mr
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install mr
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#mr
```

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

- zypper (92%):

```sh
sudo zypper install mr
```

  Evidenz: openSUSE Tumbleweed package metadata: mr from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

- dnf (92%):

```sh
sudo dnf install myrepos
```

  Evidenz: Fedora Rawhide package metadata: myrepos from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- pacman (92%):

```sh
sudo pacman -S myrepos
```

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

## Paketfakten

- **Paketschlüssel:** brew:mr
- **Paketmanager:** Homebrew
- **Version:** 1.20180726
- **Quellzusammenfassung:** Multiple Repository management tool
- **Homepage:** <https://myrepos.branchable.com/>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- mr (Alias)
- webcheckout (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

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

myrepos, installed as the mr command, is Joey Hess's Perl tool for managing many version-control repositories as a group. Its README describes the problem it solves: developers often have many repositories, need to update or push them together, and need repository-specific workflows. mr records repositories in ~/.mrconfig, can discover chained .mrconfig files, and runs commands recursively over repositories below the working directory.

### Projektgeschichte

Technically, mr sits above individual VCS tools rather than replacing them. It supports Git, Subversion, Mercurial, Bazaar, Darcs, CVS, Fossil, and Veracity, and exposes familiar cross-repository commands such as checkout, update, status, diff, commit, fetch, push, grep, and arbitrary run commands. The project emphasizes being self-contained, with the main mr command depending only on basic Perl, which made it easy to keep in ~/bin or a version-controlled home directory.

### Wie es verwendet wird

Its adoption niche is the long-tail developer and sysadmin workflow of maintaining many unrelated repositories without adopting a monorepo or a heavyweight workspace manager. The project site documents parallel updates, offline retry of failed actions, per-repository command overrides, global custom commands, and combining related repositories into a logical repository group. In package managers it appears under both mr and myrepos names, alongside developer tools rather than VCS implementations themselves.

### Quellen

- <https://formulae.brew.sh/formula/mr>
- <https://github.com/RichiH/myrepos>
- <https://github.com/RichiH/myrepos/blob/master/mr>
- <https://myrepos.branchable.com/>


## Sicherheitshinweise

Für mr wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.mrconfig, ./.mrconfig
## Andere Paketmanager-Einträge

- Nix - mr: normalized package name match | nixpkgs package indexes: pkgs/by-name/mr/mr/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - myrepos - 1.20180726-24.fc45: normalized package name match | Fedora Rawhide package metadata: myrepos from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A multiple SCM repository management tool | https://github.com/joeyh/myrepos
- pacman - myrepos - 1.20180726-8: normalized package name match | Arch Linux sync databases: myrepos from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Multiple Repository management tool | https://myrepos.branchable.com
- zypper - mr - 1.20180726-1.19: normalized package name match | openSUSE Tumbleweed package metadata: mr from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Version control repository manager | https://myrepos.branchable.com


## Combined YAML source

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


## Quellen

- pkg.so package database
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
