# 使用 Homebrew, apt 安装 slugify

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

## 安装

```sh
sudo av install brew:slugify
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install slugify
```

  证据: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install slugify
```

  证据: Debian stable package indexes: slugify from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## 软件包事实

- **软件包键:** brew:slugify
- **软件包管理器:** Homebrew
- **版本:** 1.0.1
- **来源摘要:** Convert filenames and directories to a web friendly format
- **主页:** <https://github.com/JabberLabs/slugify>
- **仓库:** <https://github.com/JabberLabs/slugify>
- **最后更新:** 2026-07-04T16:53:45+09:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- slugify (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

Slugify is a small shell command for renaming files and directories into web-friendly forms. It sits in the long Unix tradition of tiny, composable filename-cleanup utilities.

### 项目历史

The official GitHub repository was created in 2012. The project published v1.0.0 in August 2015 and v1.0.1 in January 2016, with a man page describing `slugify` as a command that converts filenames and directories to a web-friendly format.

### 采用历史

The supplied package metadata lists Homebrew, Debian, and Ubuntu packages. That distribution pattern fits a simple CLI utility: useful enough for packaging, but intentionally narrow in scope.

### 使用方式

Slugify is commonly used to normalize filenames for the web, scripts, media libraries, or static-site workflows. Its documented dry-run mode is important because it lets users preview filesystem renames before changing files.

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

Package nerds care about tools like slugify because they are boring, inspectable Unix commands: a single executable, a man page, predictable options, and no service dependency.

### 时间线

- 2012: Official GitHub repository created.
- 2015: v1.0.0 published.
- 2016: v1.0.1 and the January 2016 man page were published.

### Related projects

- It is conceptually related to other filename normalization, transliteration, batch rename, and static-site publishing tools rather than to a larger framework.

### 来源

- <https://api.github.com/repos/benlinton/slugify>
- <https://api.github.com/repos/benlinton/slugify/releases>
- <https://github.com/benlinton/slugify#readme>
- <https://github.com/benlinton/slugify/blob/master/slugify.1>
- input.source_facts.package-manager


## 安全说明

narrow executable package without higher-risk signals.

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

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

- Debian apt - slugify - 8.0.4-4: normalized package name match | Debian stable package indexes: slugify from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Python utility that generates clean, URL-safe slugs | https://github.com/un33k/python-slugify
- Ubuntu apt - slugify - 8.0.4-1: normalized package name match | Ubuntu 24.04 LTS package indexes: slugify from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Python slugify application that handles unicode | https://github.com/un33k/python-slugify


## Combined YAML source

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