# Installer mr avec Homebrew, Nix, zypper, dnf, pacman

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de mr pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install mr
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:mr
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.20180726
- **Résumé source:** Multiple Repository management tool
- **Page d'accueil:** <https://myrepos.branchable.com/>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- mr (alias)
- webcheckout (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.20180726
## Historique du projet et usages

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.

### Historique du projet

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.

### Modes d'utilisation

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.

### Sources

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


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour mr. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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
## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

- 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
