# 使用 Homebrew, MacPorts 安装 vmdktool

查看 vmdktool 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:vmdktool
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install vmdktool
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install vmdktool
```

  证据: MacPorts ports tree: sysutils/vmdktool/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:vmdktool
- **软件包管理器:** Homebrew
- **版本:** 1.4
- **来源摘要:** Converts raw filesystems to VMDK files and vice versa
- **主页:** <https://manned.org/vmdktool>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- vmdktool (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.4
## 项目历史与用法

vmdktool is a small Unix command-line utility for converting raw filesystem or disk images to VMware VMDK files and back again, and for inspecting VMDK table information. Its own manual frames it as a practical image-construction tool rather than a general virtualization suite.

### 项目历史

The vmdktool manual says Brian Somers originally wrote the program in 2009 after being unable to find free tools for creating VMDK files. The same history section says it was used and fixed at companies where the author worked before being released publicly in 2012, after which support was added for the VMDK format update from version 1.1 to version 5.0.

### 使用方式

Typical use is direct and file-oriented: inspect an image with `vmdktool -i`, convert a raw filesystem image to a stream-optimized VMDK with `-v`, or extract raw data from a VMDK with random-access or streaming modes. The manual examples show using the tool in image-editing workflows where a VMDK is unpacked, mounted, modified, and repacked.

### 为什么软件包爱好者会关心

For package users, vmdktool is notable because it occupies the narrow gap between raw disk-image manipulation and full virtualization products. It is the kind of tiny sysadmin utility that becomes useful in automated VM image pipelines, especially where a free, scriptable VMDK converter is preferred over a vendor GUI.

### 时间线

- 2009: Brian Somers writes vmdktool to fill a free-tooling gap for creating VMDK files.
- 2012: vmdktool is released to the general public.
- 2012: Support is added for the VMDK specification update from version 1.1 to version 5.0.

### 来源

- FreeBSD vmdktool manual: https://man.freebsd.org/cgi/man.cgi?query=vmdktool&sektion=8&manpath=FreeBSD+Ports+15.0
- vmdktool manual source mirror with HISTORY section: https://raw.githubusercontent.com/glennmatthews/vmdktool/master/vmdktool.8


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 其他软件包管理器记录

- MacPorts - vmdktool: normalized package name match | MacPorts ports tree: sysutils/vmdktool/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## 来源

- 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
