# 使用 Homebrew, apk, MacPorts, pacman 安装 vint

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

## 安装

```sh
sudo av install brew:vint
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install vint
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install vint
```

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

### Linux

- apk (92%):

```sh
sudo apk add vint
```

  证据: Alpine Linux edge package indexes: vint from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- pacman (92%):

```sh
sudo pacman -S vint
```

  证据: Arch Linux sync databases: vint from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## 软件包事实

- **软件包键:** brew:vint
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/vint>
- **版本:** 0.3.21
- **来源摘要:** Vim script Language Lint
- **主页:** <https://github.com/Vimjas/vint>
- **仓库:** <https://github.com/Vimjas/vint>
- **许可证:** MIT
- **源码归档:** <https://files.pythonhosted.org/packages/9c/c7/d5fbe5f778edee83cba3aea8cc3308db327e4c161e0656e861b9cc2cb859/vim-vint-0.3.21.tar.gz>
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- vint (cli)
- vint (别名)

## 依赖

- libyaml
- python@3.14

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 0.3.21
- 本地数据: OK
- 上游仓库: https://github.com/Vimjas/vint
- 信息: No package-manager update timestamp was available.
- 信息: No cached GitHub release or tag data was available.
## 项目历史与用法

Vint is a Python-implemented linter for Vim script. Its README describes the project goal as a highly extensible, customizable, and high-performance Vim script language lint tool, with command-line use, editor integration, and policy-level configuration.

### 项目历史

The GitHub repository was created in June 2014, and the PyPI package vim-vint shows a 0.1.0 upload in November 2014. The README and PyPI metadata preserve traces of the original Kuniwak/vint home while the maintained repository now lives under Vimjas/vint, reflecting the Vimjas organization stewardship used by Vim script tooling projects.

### 使用方式

Vint is used to lint Vimscript files and directories from the command line, emit plain or JSON output, and enforce or relax policies through command-line flags, .vintrc YAML files, and inline comments. The README also documents use through syntastic and vim-plug, which places it in the older Vim plugin quality-tooling ecosystem.

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

For package maintainers, Vint is notable less as a broad developer platform than as one of the few purpose-built static-analysis tools for Vimscript. It encodes style and correctness checks around a language that historically grew through editor configuration files and plugins rather than a large standalone tooling ecosystem.

### 时间线

- 2014-06: The Vimjas/vint GitHub repository was created.
- 2014-11: vim-vint 0.1.0 was uploaded to PyPI.
- 2019-05: vim-vint 0.3.21, the current PyPI release observed during this run, was uploaded.
- 2026: The GitHub repository remained unarchived and active enough to have recent metadata updates.

### 来源

- <https://api.github.com/repos/Vimjas/vint>
- <https://github.com/Vimjas/vint>
- <https://pypi.org/project/vim-vint/>
- <https://pypi.org/pypi/vim-vint/json>


## 安全说明

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:** vint
- **Version Scheme:** 0
- **Revision:** 2
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

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

- apk - vint - 0.3.21-r10: normalized package name match | Alpine Linux edge package indexes: vint from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fast and Highly Extensible Vim script Language Lint | https://github.com/Vimjas/vint
- apk - vint-pyc - 0.3.21-r10: normalized package name match | Alpine Linux edge package indexes: vint-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Precompiled Python bytecode for vint | https://github.com/Vimjas/vint
- pacman - vint - 0.3.21-6: normalized package name match | Arch Linux sync databases: vint from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Lint tool for Vim script Language | https://github.com/Vimjas/vint
- MacPorts - vint: normalized package name match | MacPorts ports tree: devel/vint/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 相关链接

- [Source-control packages](https://pkg.so/zh-hans/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/zh-hans/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [python@3.14](https://pkg.so/zh-hans/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [ruff](https://pkg.so/zh-hans/brew/ruff/) - Shares pkgdb curated category or tags: cli, developer-tools, linter, python.
- [yamllint](https://pkg.so/zh-hans/brew/yamllint/) - Shares pkgdb curated category or tags: cli, developer-tools, linter, python.
- [pylint](https://pkg.so/zh-hans/brew/pylint/) - Shares pkgdb curated category or tags: cli, developer-tools, linter, python.
- [isort](https://pkg.so/zh-hans/brew/isort/) - Shares pkgdb curated category or tags: cli, developer-tools, linter, python.
- [pyvim](https://pkg.so/zh-hans/brew/pyvim/) - Shares pkgdb curated category or tags: cli, developer-tools, python, vim.
- [rst-lint](https://pkg.so/zh-hans/brew/rst-lint/) - Shares pkgdb curated category or tags: cli, developer-tools, linter, python.
- [syntaxerl](https://pkg.so/zh-hans/brew/syntaxerl/) - Shares pkgdb curated category or tags: cli, developer-tools, linter, vim.
- [uv](https://pkg.so/zh-hans/brew/uv/) - Shares pkgdb curated category or tags: cli, developer-tools, python.
- [gdtoolkit](https://pkg.so/zh-hans/brew/gdtoolkit/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, libyaml, linter.

## Combined YAML source

View the package source record on GitHub. [combined/vint.yml](https://github.com/mxcl/pkgdb/blob/main/combined/vint.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
