# 使用 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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-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
- **版本:** 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>
- **最后更新:** 2026-07-26T11:44:56Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- elinks (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

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。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 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
## 其他软件包管理器记录

- 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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-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


## 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
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
