# mmv を Homebrew, apt, dnf, MacPorts, Nix, zypper, winget でインストール

mmv のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:mmv
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install mmv
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install mmv
```

  証拠: MacPorts ports tree: sysutils/mmv/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install mmv
```

  証拠: Debian stable package indexes: mmv from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install mmv
```

  証拠: Fedora Rawhide package metadata: mmv from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#mmv
```

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

- zypper (92%):

```sh
sudo zypper install mmv
```

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

### Windows

- winget (92%):

```sh
winget install --id goreleaser.mcp -e
```

  証拠: Windows Package Manager source index: goreleaser.mcp from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:mmv
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/mmv>
- **バージョン:** 2.10
- **ソース概要:** Move, copy, append, and link multiple files
- **ホームページ:** <https://github.com/rrthomas/mmv>
- **リポジトリ:** <https://github.com/rrthomas/mmv>
- **ライセンス:** GPL-3.0-or-later
- **ソースアーカイブ:** <https://github.com/rrthomas/mmv/releases/download/v2.10/mmv-2.10.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- mad (cli)
- mcp (cli)
- mln (cli)
- mmv (cli)
- mad (エイリアス)
- mcp (エイリアス)
- mln (エイリアス)
- mmv (エイリアス)

## 依存関係

- bdw-gc

## ビルド依存関係

- help2man
- pkgconf

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 2.10
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/rrthomas/mmv
- 情報: No package-manager update timestamp was available.
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

mmv is a long-lived Unix command-line utility for moving, copying, appending, and linking groups of files by wildcard pattern. The maintained GitHub repository credits Vladimir Lanin as the original author and Reuben Thomas as maintainer. Its core idea is older and narrower than editor-driven bulk renamers: a source pattern captures wildcard groups, and a target pattern reuses them, so commands such as mass extension swaps or filename rearrangements can be expressed in one operation.

### プロジェクトの歴史

The distinctive feature is safety planning. The README and manpage both emphasize that mmv checks the whole multiple-file operation before doing it, avoiding unexpected deletion from target collisions and giving the user a chance to abort or skip offending parts. The installed command names also map to default tasks: `mmv` moves, `mcp` copies, `mad` appends, and `mln` links. That makes the Homebrew package a small POSIX-oriented file-management tool rather than a shell builtin replacement.

### 使われ方

Its adoption is typical of classic Unix utilities: it appears in Linux distributions, MacPorts, Nix, Homebrew, and other package sets, and it is referenced in shell and Unix communities for batch renaming problems that plain `mv` does not solve. The package remains useful when a user wants predictable wildcard-based renaming without opening an editor or writing a one-off shell loop.

### ソース

- <https://formulae.brew.sh/formula/mmv>
- <https://github.com/rrthomas/mmv>
- <https://github.com/rrthomas/mmv/blob/master/AUTHORS>
- <https://manpages.ubuntu.com/manpages/xenial/man1/mmv.1.html>
- <https://unix.stackexchange.com/tags/mmv/info>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** mmv
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 他のパッケージマネージャ記録

- Debian apt - mmv - 2.5.1-1: normalized package name match | Debian stable package indexes: mmv from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Move/Copy/Link multiple files and directories | https://github.com/rrthomas/mmv
- Nix - mmv: normalized package name match | nixpkgs package indexes: pkgs/by-name/mm/mmv/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - mmv - 2.5.1-1: normalized package name match | Ubuntu 24.04 LTS package indexes: mmv from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Move/Copy/Link multiple files and directories | https://github.com/rrthomas/mmv
- dnf - mmv - 2.10-4.fc45: normalized package name match | Fedora Rawhide package metadata: mmv from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Move/copy/link multiple files | https://github.com/rrthomas/mmv
- zypper - mmv - 2.10-1.6: normalized package name match | openSUSE Tumbleweed package metadata: mmv from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Move/Copy/Append/Link Multiple Files by Wildcard Patterns | https://github.com/rrthomas/mmv/
- MacPorts - mmv: normalized package name match | MacPorts ports tree: sysutils/mmv/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- winget - goreleaser.mcp: installed executable or alias match | Windows Package Manager source index: goreleaser.mcp from https://cdn.winget.microsoft.com/cache/source.msix


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://pkg.so/ja/brew-utility-packages/) - Matched Homebrew package provider.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [help2man](https://pkg.so/ja/brew/help2man/) - Build dependency declared by Homebrew.
- [rmtrash](https://pkg.so/ja/brew/rmtrash/) - Shares pkgdb curated category or tags: cli, file-management, system.
- [rnr](https://pkg.so/ja/brew/rnr/) - Shares pkgdb curated category or tags: cli, file-management, rename, system.
- [fcp](https://pkg.so/ja/brew/fcp/) - Shares pkgdb curated category or tags: cli, copy, file-management, system.
- [periscope](https://pkg.so/ja/brew/periscope/) - Shares pkgdb curated category or tags: cli, file-management, system.
- [ddh](https://pkg.so/ja/brew/ddh/) - Shares pkgdb curated category or tags: cli, file-management, system.
- [brename](https://pkg.so/ja/brew/brename/) - Shares pkgdb curated category or tags: cli, file-management, system.
- [rmw](https://pkg.so/ja/brew/rmw/) - Shares pkgdb curated category or tags: cli, file-management, system.
- [rmrfrs](https://pkg.so/ja/brew/rmrfrs/) - Shares pkgdb curated category or tags: cli, file-management, system.
- [ncp](https://pkg.so/ja/npm/ncp/) - Local package facts share a topical domain. Shared terms: cli, copy, file, file-management, files.

## Combined YAML source

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


## ソース

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