# Installer slugify avec Homebrew, apt

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de slugify pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install slugify
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install slugify
```

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

## Faits du paquet

- **Clé du paquet:** brew:slugify
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.0.1
- **Résumé source:** Convert filenames and directories to a web friendly format
- **Page d'accueil:** <https://github.com/JabberLabs/slugify>
- **Dépôt:** <https://github.com/JabberLabs/slugify>
- **Dernière mise à jour:** 2026-07-04T16:53:45+09:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- slugify (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.0.1
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- <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


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

- 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
