# slugify を Homebrew, apt でインストール

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
