# 使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop 安装 felinks

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

## 安装

```sh
sudo av install brew:felinks
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install felinks
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install elinks
```

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

### Linux

- apk (92%):

```sh
sudo apk add elinks
```

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

- Debian apt (92%):

```sh
sudo apt install elinks
```

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

- dnf (92%):

```sh
sudo dnf install elinks
```

  证据: Fedora Rawhide package metadata: elinks from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#elinks
```

  证据: nixpkgs package indexes: pkgs/by-name/el/elinks/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S elinks
```

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

- zypper (92%):

```sh
sudo zypper install elinks
```

  证据: openSUSE Tumbleweed package metadata: elinks from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/elinks
```

  证据: Scoop official bucket manifest trees: bucket/elinks.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:felinks
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/felinks>
- **版本:** 0.20.0
- **来源摘要:** Text mode browser and Gemini, NNTP, FTP, Gopher, Finger, and BitTorrent client
- **主页:** <https://github.com/rkd77/elinks>
- **仓库:** <https://github.com/rkd77/elinks>
- **许可证:** GPL-2.0-only
- **源码归档:** <https://github.com/rkd77/elinks/releases/download/v0.20.0/elinks-0.20.0.tar.xz>
- **最后更新:** 2026-07-26T11:44:56Z
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- elinks (cli)
- elinks (别名)

## 依赖

- brotli
- gnutls
- libcss
- libdom
- libgcrypt
- libidn2
- libwapcaplet
- tre

## 构建依赖

- meson
- ninja
- pkgconf

## macOS 提供的库

- curl
- expat

## 安装行为

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

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 0.20.0
- 管理器更新时间: 2026-07-26
- 本地数据: OK
- 上游仓库: https://github.com/rkd77/elinks
- 信息: No cached GitHub release or tag data was available.
## 项目历史与用法

felinks is the Homebrew package name for the maintained ELinks continuation. It installs the elinks executable, a text-mode browser descended from Links and focused on terminal browsing across HTTP, FTP, Gopher, Gemini, NNTP, Finger, and related protocols.

### 项目历史

The ELinks README gives unusually direct historical context: ELinks began as a development version and fork of Links, with a more liberal feature policy than the original Links project. The fork aimed to test and tune new features while still producing stable branches.

The same README explains the later felinks phase. After the old ELinks team lost interest, felinks continued development from the original ELinks master branch. The repository was renamed back to elinks on 2020-12-01 with Petr's approval, while Homebrew kept the formula name felinks to distinguish this continuation.

The modern release stream is active. The NEWS file lists releases from 0.16 through 0.19, including 0.17.0 in 2023 with the XDG config path change, 0.18.0 in 2024, 0.19.0 in 2025, and 0.19.1 in 2026.

### 采用历史

ELinks has long been packaged as elinks across Linux distributions and other package collections, while Homebrew uses felinks for this maintained fork. The supplied metadata shows packaging in Alpine, Debian, Fedora, MacPorts, Nix, Arch, Scoop, Ubuntu, and openSUSE, consistent with a portable terminal-browser niche.

Its adoption is sustained less by mainstream web browsing and more by terminal, SSH, recovery, accessibility, and automation use cases where a text-mode browser still fits.

### 使用方式

The manual describes ELinks as a lynx-like character-mode browser with colors, table rendering, background downloading, menu-driven configuration, tabbed browsing, and slim code. It handles local files and remote URLs, primarily HTTP, HTTPS, and FTP, with additional protocol support for BitTorrent, finger, Gopher, SMB, and NNTP.

Modern releases add and maintain features that matter to terminal users: XDG config paths, libcurl support, CSS and JavaScript experiments, Gemini support, sixel or kitty inline image work, iframe support, and scripting hooks.

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

felinks matters because it is a living branch of a classic terminal-browser family. For package nerds, it sits in the same lineage as lynx, Links, and w3m, but with a feature-heavy philosophy and a continued release cadence.

It is also a case study in naming and continuity: the upstream repository is now elinks again, the executable is elinks, but some package managers retain felinks to identify the maintained fork lineage.

### 时间线

- Pre-2010s: ELinks begins as a feature-liberal development fork of Links.
- 2019: GitHub releases for the maintained continuation include v0.13.0.
- 2020: Repository renamed to elinks on 2020-12-01 with approval from Petr.
- 2023: ELinks 0.17.0 moves saved configuration to ~/.config/elinks or $XDG_CONFIG_HOME/elinks.
- 2026: ELinks 0.19.1 released on 2026-02-07.

### Related projects

- Links is the direct ancestor project described by the ELinks README.
- Lynx and w3m are peer text-mode browsers in the same package-manager niche.
- Chawan is adjacent in newer terminal-browser culture; ELinks release notes mention support for Chawan mailcap extensions.

### 来源

- <https://github.com/rkd77/elinks>
- <https://raw.githubusercontent.com/rkd77/elinks/master/README.md>
- <https://raw.githubusercontent.com/rkd77/elinks/master/NEWS>
- <https://raw.githubusercontent.com/rkd77/elinks/master/doc/man/man1/elinks.1.in>


## 安全说明

没有找到 felinks 的匹配本地密钥处理 manifest。软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



## 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: ~/.config/elinks/elinks.conf, $XDG_CONFIG_HOME/elinks/elinks.conf
## 源数据库详情

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

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

- MacPorts - elinks: installed executable or alias match | MacPorts ports tree: www/elinks/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Debian apt - elinks - 0.18.0-1+b1: installed executable or alias match | Debian stable package indexes: elinks from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | advanced text-mode WWW browser | https://github.com/rkd77/elinks/
- Debian apt - elinks-data - 0.18.0-1: installed executable or alias match | Debian stable package indexes: elinks-data from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | advanced text-mode WWW browser - data files | https://github.com/rkd77/elinks/
- Debian apt - elinks-doc - 0.18.0-1: installed executable or alias match | Debian stable package indexes: elinks-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | advanced text-mode WWW browser - documentation | https://github.com/rkd77/elinks/
- Nix - elinks: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/el/elinks/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - elinks - 0.16.1.1-4.1ubuntu3: installed executable or alias match | Ubuntu 24.04 LTS package indexes: elinks from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | advanced text-mode WWW browser | https://github.com/rkd77/elinks/
- Ubuntu apt - elinks-data - 0.16.1.1-4.1ubuntu3: installed executable or alias match | Ubuntu 24.04 LTS package indexes: elinks-data from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | advanced text-mode WWW browser - data files | https://github.com/rkd77/elinks/
- Ubuntu apt - elinks-doc - 0.16.1.1-4.1ubuntu3: installed executable or alias match | Ubuntu 24.04 LTS package indexes: elinks-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | advanced text-mode WWW browser - documentation | https://github.com/rkd77/elinks/
- apk - elinks - 0.20.0-r0: installed executable or alias match | Alpine Linux edge package indexes: elinks from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Advanced and well-established feature-rich text mode web browser | https://github.com/rkd77/elinks
- apk - elinks-doc - 0.20.0-r0: installed executable or alias match | Alpine Linux edge package indexes: elinks-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Advanced and well-established feature-rich text mode web browser (documentation) | https://github.com/rkd77/elinks
- apk - elinks-lang - 0.20.0-r0: installed executable or alias match | Alpine Linux edge package indexes: elinks-lang from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Languages for package elinks | https://github.com/rkd77/elinks
- dnf - elinks - 0.19.1-3.fc45: installed executable or alias match | Fedora Rawhide package metadata: elinks from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | A text-mode Web browser | https://github.com/rkd77/elinks
- pacman - elinks - 0.20.0-1: installed executable or alias match | Arch Linux sync databases: elinks from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Advanced feature-rich text-mode web browser | https://github.com/rkd77/elinks
- zypper - elinks - 0.19.1-1.6: installed executable or alias match | openSUSE Tumbleweed package metadata: elinks from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | An advanced and well-established feature-rich text mode web browser | http://elinks.or.cz/
- Scoop - main/elinks: installed executable or alias match | Scoop official bucket manifest trees: bucket/elinks.json from https://api.github.com/repos/ScoopInstaller/Main/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.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [brotli](https://pkg.so/zh-hans/brew/brotli/) - Runtime dependency declared by Homebrew.
- [gnutls](https://pkg.so/zh-hans/brew/gnutls/) - Runtime dependency declared by Homebrew.
- [libidn2](https://pkg.so/zh-hans/brew/libidn2/) - Runtime dependency declared by Homebrew.
- [libgcrypt](https://pkg.so/zh-hans/brew/libgcrypt/) - Runtime dependency declared by Homebrew.
- [tre](https://pkg.so/zh-hans/brew/tre/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/zh-hans/brew/pkgconf/) - Build dependency declared by Homebrew.
- [ninja](https://pkg.so/zh-hans/brew/ninja/) - Build dependency declared by Homebrew.
- [meson](https://pkg.so/zh-hans/brew/meson/) - Build dependency declared by Homebrew.
- [lynx](https://pkg.so/zh-hans/brew/lynx/) - Shares pkgdb curated category or tags: cli, networking, terminal-browser, web-browser.
- [chawan](https://pkg.so/zh-hans/brew/chawan/) - Shares pkgdb curated category or tags: cli, networking, terminal, web-browser.
- [dillo](https://pkg.so/zh-hans/brew/dillo/) - Shares pkgdb curated category or tags: cli, networking, web-browser.
- [bombadillo](https://pkg.so/zh-hans/brew/bombadillo/) - Shares pkgdb curated category or tags: cli, gemini, gopher, networking, terminal-browser.
- [mosh](https://pkg.so/zh-hans/brew/mosh/) - Shares pkgdb curated category or tags: cli, networking, terminal.
- [putty](https://pkg.so/zh-hans/brew/putty/) - Shares pkgdb curated category or tags: cli, networking, terminal.
- [mapscii](https://pkg.so/zh-hans/brew/mapscii/) - Shares pkgdb curated category or tags: cli, networking, terminal.
- [shellinabox](https://pkg.so/zh-hans/brew/shellinabox/) - Shares pkgdb curated category or tags: cli, networking, terminal.
- [amfora](https://pkg.so/zh-hans/brew/amfora/) - Local package facts share a topical domain. Shared terms: browser, cli, gemini, networking, terminal.
- [freediameter](https://pkg.so/zh-hans/brew/freediameter/) - Local package facts share a topical domain. Shared terms: cli, gnutls, libgcrypt, libidn2, networking.
- [center-im](https://pkg.so/zh-hans/brew/center-im/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, client, mode, networking, terminal.

## Combined YAML source

View the package source record on GitHub. [combined/felinks.yml](https://github.com/mxcl/pkgdb/blob/main/combined/felinks.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
