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

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

## 安装

```sh
sudo av install brew:fribidi
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install fribidi
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install fribidi
```

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

### Linux

- apk (92%):

```sh
sudo apk add fribidi
```

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

- dnf (92%):

```sh
sudo dnf install fribidi
```

  证据: Fedora Rawhide package metadata: fribidi 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#fribidi
```

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

- pacman (92%):

```sh
sudo pacman -S fribidi
```

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

- zypper (92%):

```sh
sudo zypper install fribidi
```

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

- Debian apt (92%):

```sh
sudo apt install libfribidi-bin
```

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

## 软件包事实

- **软件包键:** brew:fribidi
- **软件包管理器:** Homebrew
- **版本:** 1.0.16
- **来源摘要:** Implementation of the Unicode BiDi algorithm
- **主页:** <https://github.com/fribidi/fribidi>
- **仓库:** <https://github.com/fribidi/fribidi>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- fribidi (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

GNU FriBidi is a C library and command-line utility implementing the Unicode Bidirectional Algorithm. It is intended to provide correct Arabic, Hebrew, and other bidirectional text handling for free software, and it uses Unicode data and conformance testing against Unicode reference behavior.

### 项目历史

FriBidi was first developed by Dov Grobgeld of the Ivrix project in late 2000, with early releases up to 0.1.15. Behdad Esfahbod began hacking on it around the same period through the FarsiWeb project, moved development to SourceForge, became maintainer in early 2001, and focused on standards compliance and GNU coding conventions.

The project released FriBidi 0.9.0 on 2001-03-29, followed by stabilization work that led to 0.10.4 in 2002. Richard Stallman dubbed it a GNU package in 2002, and the project later lived at FreeDesktop before moving to its current GitHub home.

### 采用历史

The README says FriBidi was already being used by projects such as Pango, GTK+, GNOME, AbiWord, MLTerm, MPlayer, BiCon, and VLC. The official USERS file lists additional terminal emulators, text rendering systems, editors, word processors, media players, and desktop components that used FriBidi for bidirectional text or right-to-left subtitle rendering.

The HISTORY file notes that the stable 0.10.4 line had been shipped by several distributions since 2003, making FriBidi one of the small infrastructure libraries that quietly entered many Unix-like systems through desktop, font, terminal, and media stacks.

### 使用方式

Programmers typically use FriBidi through library calls such as `fribidi_log2vis` or lower-level bidi-type, embedding-level, and reorder functions. The package also ships a `fribidi` command-line utility that processes text line by line and is used for testing the algorithm.

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

FriBidi is significant because it is a tiny but central internationalization dependency. Package maintainers encounter it not as an end-user application but as a text-layout primitive underneath terminals, media players, GUI toolkits, subtitle renderers, and document applications.

It is also a classic example of packaging Unicode data-driven C code: the library extracts character properties from Unicode data files and aims to track the Unicode Bidirectional Algorithm rather than inventing a separate policy.

### 时间线

- 2000: Dov Grobgeld starts FriBidi in the Ivrix project.
- 2001: Behdad Esfahbod moves development forward on SourceForge and releases FriBidi 0.9.0 on 2001-03-29.
- 2002: FriBidi 0.10.4 is released, and Richard Stallman identifies it as a GNU package.
- 2003: The stable 0.10.4 line is reported as shipping in several distributions.
- 2010s-2020s: Development continues from the FreeDesktop era to the GitHub repository, with the 1.0 series maintained there.

### Related projects

- Related upstream standards and data sources include Unicode Standard Annex #9 and Unicode character data.
- Related consumers named by the project include Pango, GTK+, GNOME, AbiWord, MLTerm, MPlayer, BiCon, VLC, m17nlib, and terminal or desktop components that need bidirectional text.

### 来源

- <https://github.com/fribidi/fribidi/releases>
- <https://raw.githubusercontent.com/fribidi/fribidi/master/HISTORY>
- <https://raw.githubusercontent.com/fribidi/fribidi/master/README.md>
- <https://raw.githubusercontent.com/fribidi/fribidi/master/USERS>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

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

- Debian apt - libfribidi-bin - 1.0.16-1: normalized package name match | Debian stable package indexes: libfribidi-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Free Implementation of the Unicode BiDi algorithm (utility) | http://www.fribidi.org/
- Debian apt - libfribidi-dev - 1.0.16-1: normalized package name match | Debian stable package indexes: libfribidi-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Development files for FreeBidi library | http://www.fribidi.org/
- Debian apt - libfribidi0 - 1.0.16-1: normalized package name match | Debian stable package indexes: libfribidi0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Free Implementation of the Unicode BiDi algorithm | http://www.fribidi.org/
- Nix - fribidi: normalized package name match | nixpkgs package indexes: pkgs/by-name/fr/fribidi/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libfribidi-bin - 1.0.13-3build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libfribidi-bin from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Free Implementation of the Unicode BiDi algorithm (utility) | http://www.fribidi.org/
- Ubuntu apt - libfribidi-dev - 1.0.13-3build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libfribidi-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Development files for FreeBidi library | http://www.fribidi.org/
- Ubuntu apt - libfribidi0 - 1.0.13-3build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libfribidi0 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Free Implementation of the Unicode BiDi algorithm | http://www.fribidi.org/
- apk - fribidi - 1.0.16-r3: normalized package name match | Alpine Linux edge package indexes: fribidi from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Free Implementation of the Unicode Bidirectional Algorithm | https://github.com/fribidi/fribidi
- apk - fribidi-dev - 1.0.16-r3: normalized package name match | Alpine Linux edge package indexes: fribidi-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Free Implementation of the Unicode Bidirectional Algorithm (development files) | https://github.com/fribidi/fribidi
- apk - fribidi-doc - 1.0.16-r3: normalized package name match | Alpine Linux edge package indexes: fribidi-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Free Implementation of the Unicode Bidirectional Algorithm (documentation) | https://github.com/fribidi/fribidi
- apk - fribidi-static - 1.0.16-r3: normalized package name match | Alpine Linux edge package indexes: fribidi-static from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Free Implementation of the Unicode Bidirectional Algorithm (static library) | https://github.com/fribidi/fribidi
- dnf - fribidi - 1.0.16-5.fc45: normalized package name match | Fedora Rawhide package metadata: fribidi from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Library implementing the Unicode Bidirectional Algorithm | https://github.com/fribidi/fribidi/
- dnf - fribidi-devel - 1.0.16-5.fc45: normalized package name match | Fedora Rawhide package metadata: fribidi-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Libraries and include files for FriBidi | https://github.com/fribidi/fribidi/
- pacman - fribidi - 1.0.16-2: normalized package name match | Arch Linux sync databases: fribidi from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A Free Implementation of the Unicode Bidirectional Algorithm | https://github.com/fribidi/fribidi
- zypper - fribidi - 1.0.16-1.4: normalized package name match | openSUSE Tumbleweed package metadata: fribidi from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | An implementation of the Unicode BiDi algorithm | https://github.com/fribidi/fribidi
- zypper - fribidi-devel - 1.0.16-1.4: normalized package name match | openSUSE Tumbleweed package metadata: fribidi-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Development Files for FriBiDi | https://github.com/fribidi/fribidi


## Combined YAML source

View the package source record on GitHub. [combined/fribidi.yml](https://github.com/mxcl/pkgdb/blob/main/combined/fribidi.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
