# vile mit Homebrew, apk, apt, dnf, MacPorts installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für vile in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:vile
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install vile
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install vile
```

  Evidenz: MacPorts ports tree: editors/vile/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add vile
```

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

- Debian apt (92%):

```sh
sudo apt install vile
```

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

- dnf (92%):

```sh
sudo dnf install vile
```

  Evidenz: Fedora Rawhide package metadata: vile from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

## Paketfakten

- **Paketschlüssel:** brew:vile
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/vile>
- **Version:** 9.8zb
- **Quellzusammenfassung:** Vi Like Emacs Editor
- **Homepage:** <https://invisible-island.net/vile/>
- **Upstream-Dokumentation:** <https://invisible-island.net/vile/vile-hlp.html>
- **Lizenz:** GPL-2.0-or-later
- **Quellarchiv:** <https://invisible-island.net/archives/vile/current/vile-9.8zb.tgz>
- **Generiert:** 2026-07-25T07:20:51+00:00

## Executables

- vile (cli)
- vile-libdir-path (cli)
- vile-pager (cli)
- vile-to-html (cli)
- vile (Alias)
- vile-libdir-path (Alias)
- vile-pager (Alias)
- vile-to-html (Alias)

## Von macOS bereitgestellte Bibliotheken

- libxcrypt
- ncurses
- perl

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-07-25
- Manager-Version: 9.8zb
- lokale Daten: OK
- Upstream-Repository: https://invisible-island.net/vile/
- Info: No package-manager update timestamp was available.
- Info: Release/tag comparison is only available for GitHub repositories.
## Projektgeschichte und Nutzung

vile, short for Vi Like Emacs, is a text editor that keeps much of vi's finger feel while adding Emacs-like multiple buffers, multiple windows, rebinding, modes, and broader extension machinery. It is a classic member of the vi-clone/editor-wars era rather than a modern greenfield editor.

### Projektgeschichte

vile began with Paul Fox, who built it from an early public-domain version of MicroEmacs. Thomas E. Dickey's FAQ says he started working on vile in late 1992 after using vi for years and needing better multi-file editing. Kevin Buettner joined early in 1994, working on the X Windows driver and later Perl integration, and Rick Sladkey arrived in 1995 with Windows and DJGPP work.

The project was already public in the early 1990s: Paul Fox's alt.sources posting of June 7, 1991 was version three, and the FAQ notes that vile supported multiple windows and multiple buffers from the start. That made it historically notable among vi-like editors because vi itself had only limited buffer behavior, while later vi clones such as nvi, Vim, and Elvis were still adding split-window features in the mid-1990s.

Maintenance later centered on Thomas Dickey's Invisible Island site, which provides the main project page, FAQ, help, change log, archives, and related resources. The change log marks vile 9.8 as released on August 8, 2010, with continued lettered maintenance releases after that in downstream package systems and snapshots.

### Adoptionsgeschichte

vile's adoption is mostly historical and specialist: it has appeared in Unix editor surveys, package repositories, and vi-learning literature. Wikipedia-style summaries and O'Reilly-era references note that vile 8.0 appeared in Learning the vi Editor and vile 9.6 appeared in Learning the vi and Vim Editors, which helped document it for users comparing vi-family editors.

### Wie es verwendet wird

vile is used by people who want vi commands and muscle memory but also want features traditionally associated with Emacs-like editors: multiple buffers and windows, key rebinding, modes, extensive help, syntax filters, X11 and Windows variants, and scripting or integration hooks. It is usually chosen deliberately by vi-family enthusiasts rather than encountered as a default system editor.

### Warum Paket-Nerds sich dafür interessieren

For package history, vile is significant because it preserves an alternate branch of vi-clone evolution. Its lineage runs through MicroEmacs, early 1990s Usenet source distribution, X11 and Windows ports, Perl hooks, and long maintenance by Thomas Dickey, making it more of a living historical artifact than a mainstream editor contender.

### Zeitleiste

- 1991-06-07: Paul Fox posts vile version three to alt.sources, according to the project FAQ.
- Late 1992: Thomas Dickey begins working on vile.
- 1994: Kevin Buettner joins and changes the X Windows driver, later implementing the Perl interface.
- 1995: Rick Sladkey contributes Windows and DJGPP work.
- 2010-08-08: vile 9.8 is released, with work including UTF-8 improvements and generated documentation.

### Related projects

- vile is related to MicroEmacs through its code ancestry and to vi clones such as nvi, Vim, and Elvis through shared 1990s discussions about multiple buffers and windows. Its graphical and platform variants are commonly referred to as xvile for X11 and winvile for Windows.

### Quellen

- <https://en.wikipedia.org/wiki/Vile_(text_editor)>
- <https://github.com/ThomasDickey/vile-snapshots>
- <https://invisible-island.net/vile/>
- <https://invisible-island.net/vile/CHANGES.html>
- <https://invisible-island.net/vile/vile.faq.html>


## Sicherheitshinweise

Für vile wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ./.vilerc, ~/.vilerc
## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** vile
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Andere Paketmanager-Einträge

- Debian apt - vile - 9.8za-1: normalized package name match | Debian stable package indexes: vile from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | VI Like Emacs - vi work-alike | https://invisible-island.net/vile/
- Debian apt - vile-common - 9.8za-1: normalized package name match | Debian stable package indexes: vile-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | VI Like Emacs - support files for vile/xvile | https://invisible-island.net/vile/
- Debian apt - vile-filters - 9.8za-1: normalized package name match | Debian stable package indexes: vile-filters from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | VI Like Emacs - highlighting filters for vile/xvile | https://invisible-island.net/vile/
- Debian apt - xvile - 9.8za-1: normalized package name match | Debian stable package indexes: xvile from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | VI Like Emacs - vi work-alike (X11) | https://invisible-island.net/vile/
- Ubuntu apt - vile - 9.8z-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: vile from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | VI Like Emacs - vi work-alike | https://invisible-island.net/vile/
- Ubuntu apt - vile-common - 9.8z-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: vile-common from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | VI Like Emacs - support files for vile/xvile | https://invisible-island.net/vile/
- Ubuntu apt - vile-filters - 9.8z-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: vile-filters from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | VI Like Emacs - highlighting filters for vile/xvile | https://invisible-island.net/vile/
- Ubuntu apt - xvile - 9.8z-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: xvile from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | VI Like Emacs - vi work-alike (X11) | https://invisible-island.net/vile/
- apk - vile - 9.8z_p2-r0: normalized package name match | Alpine Linux edge package indexes: vile from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Vi Like Emacs, for Terminal (vile) | https://invisible-island.net/vile/
- apk - vile-common - 9.8z_p2-r0: normalized package name match | Alpine Linux edge package indexes: vile-common from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Vi Like Emacs, common files for vile and xvile | https://invisible-island.net/vile/
- apk - vile-doc - 9.8z_p2-r0: normalized package name match | Alpine Linux edge package indexes: vile-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Vi Like Emacs (documentation) | https://invisible-island.net/vile/
- apk - xvile - 9.8z_p2-r0: normalized package name match | Alpine Linux edge package indexes: xvile from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Vi Like Emacs, for GUI (xvile) | https://invisible-island.net/vile/
- dnf - vile - 9.8zb-8.fc44: normalized package name match | Fedora Rawhide package metadata: vile from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | VI Like Emacs | https://invisible-island.net/vile/
- dnf - vile-common - 9.8zb-8.fc44: normalized package name match | Fedora Rawhide package metadata: vile-common from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | The common files needed by any version of the vile editor | https://invisible-island.net/vile/
- dnf - xvile - 9.8zb-8.fc44: normalized package name match | Fedora Rawhide package metadata: xvile from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | VI Like Emacs | https://invisible-island.net/vile/
- MacPorts - vile: normalized package name match | MacPorts ports tree: editors/vile/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Verwandte Links

- [Terminal utility packages](https://www.automicvault.com/de/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/de/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://www.automicvault.com/de/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Productivity CLI packages](https://www.automicvault.com/de/pkg/productivity-cli-packages/) - Matched curated productivity category metadata from av.db.
- [ad](https://www.automicvault.com/de/pkg/brew/ad/) - Shares av.db curated category or tags: cli, productivity, text-editor, vi.
- [jove](https://www.automicvault.com/de/pkg/brew/jove/) - Shares av.db curated category or tags: cli, emacs-like, productivity, text-editor.
- [mg](https://www.automicvault.com/de/pkg/brew/mg/) - Shares av.db curated category or tags: cli, emacs-like, productivity, text-editor.
- [neatvi](https://www.automicvault.com/de/pkg/brew/neatvi/) - Shares av.db curated category or tags: cli, productivity, text-editor, vi.
- [openvi](https://www.automicvault.com/de/pkg/brew/openvi/) - Shares av.db curated category or tags: cli, productivity, text-editor, vi.
- [vim](https://www.automicvault.com/de/pkg/brew/vim/) - Shares av.db curated category or tags: cli, productivity, text-editor, vi.
- [vim-classic](https://www.automicvault.com/de/pkg/brew/vim-classic/) - Shares av.db curated category or tags: cli, productivity, text-editor, vi.
- [amp](https://www.automicvault.com/de/pkg/brew/amp/) - Shares av.db curated category or tags: cli, productivity, text-editor.

## Combined YAML source

View the package source record on GitHub. [combined/vile.yml](https://github.com/automic-vault/db/blob/main/combined/vile.yml)


## Quellen

- Nucleus package database
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
