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

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

## 安装

```sh
sudo av install brew:efl
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install efl
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install eet
```

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

### Linux

- apk (92%):

```sh
sudo apk add efl
```

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

- dnf (92%):

```sh
sudo dnf install efl
```

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

- pacman (92%):

```sh
sudo pacman -S efl
```

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

- zypper (92%):

```sh
sudo zypper install efl
```

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

- Debian apt (92%):

```sh
sudo apt install efl-doc
```

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

## 软件包事实

- **软件包键:** brew:efl
- **软件包管理器:** Homebrew
- **版本:** 1.28.1
- **来源摘要:** Enlightenment Foundation Libraries
- **主页:** <https://www.enlightenment.org>
- **最后更新:** 2026-07-10T19:44:23-04:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- diffeet (别名)
- ecore_evas_convert (别名)
- edje_cc (别名)
- edje_codegen (别名)
- edje_decc (别名)
- edje_external_inspector (别名)
- edje_inspector (别名)
- edje_pick (别名)
- edje_player (别名)
- edje_recc (别名)
- edje_watch (别名)
- eet (别名)
- eetpack (别名)
- efl_debug (别名)
- efl_debugd (别名)
- efreetd (别名)
- eina_btlog (别名)
- eina_modinfo (别名)
- eldbus-codegen (别名)
- elementary_codegen (别名)
- elementary_config (别名)
- elementary_perf (别名)
- elementary_quicklaunch (别名)
- elementary_run (别名)
- elementary_test (别名)
- elm_prefs_cc (别名)
- embryo_cc (别名)
- eo_debug (别名)
- eolian_cxx (别名)
- eolian_gen (别名)
- ethumb (别名)
- ethumbd (别名)
- ethumbd_client (别名)
- exactness (别名)
- exactness_inject (别名)
- exactness_inspect (别名)
- exactness_play (别名)
- exactness_record (别名)
- vieet (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

EFL, the Enlightenment Foundation Libraries, is the C library stack behind the Enlightenment desktop and a set of graphics, UI, event-loop, IPC, file, thumbnailing, audio, and rendering facilities that can also be used independently.

### 项目历史

The Enlightenment project says Enlightenment began in the 1990s as an X11 window manager created by Carsten Haitzler and expanded into the C codebase that forms EFL plus related applications. EFL is therefore both a toolkit and the technical substrate of a long-running desktop project.

The official EFL README describes it as a collection of libraries for common developer tasks such as data structures, communication, rendering, widgets, shared libraries, loadable modules, and binary tools. The project packages many historically separate Enlightenment libraries together, including Eina, Evas, Ecore, Edje, Eet, Efreet, Eldbus, Embryo, Emotion, Ethumb, EIO, and Elementary.

The official About EFL page presents the stack as layered: low-level libraries remain accessible, while higher-level UI facilities build on top. It also notes the transition from the older stable module names toward a unified Efl namespace.

### 采用历史

EFL adoption is tied to Enlightenment, Linux distributions, embedded systems, and Tizen-era consumer devices. The official About EFL page says it has powered systems ranging from phones and set-top boxes to desktops, laptops, game systems, Samsung watches, Samsung smart TVs, refrigerators, and GPS devices.

The project emphasizes efficiency, speed, and small memory footprint compared with GTK+ and Qt equivalents. That performance story explains why EFL has mattered outside conventional desktop packaging, especially in embedded and appliance-like environments.

### 使用方式

Developers use EFL as a C-first library stack. The README points to source under src/lib, binaries under src/bin, modules under src/modules, data under data, and pkg-config files under pc for building applications against installed libraries.

The stack covers normal GUI-toolkit needs through Elementary and Efl_Ui, but also lower-level pieces: Ecore for the main loop and events, Evas for scene graph rendering, Edje for themed layout and animation data, Eina for data structures, Eet for serialization, and network, IPC, input, and platform glue libraries.

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

EFL is package-nerd-significant because it is not just one library: it is a historically layered desktop and embedded application platform with many command-line tools and development artifacts hidden behind one short package name.

In package managers, efl is a clue that the system may be able to build Enlightenment-family applications, inspect or compile Edje theme files, generate Eolian code, use Elementary widgets, and run assorted EFL developer utilities.

### 时间线

- 1990s: Enlightenment launched as an X11 window manager.
- 2010s: EFL presented as the one-million-line C library foundation beneath Enlightenment and related applications.
- 2014: GitHub mirror of the official EFL repository created.
- Present: EFL documentation describes an ongoing transition from named stable modules toward the unified Efl namespace.

### Related projects

- Related Enlightenment projects include the Enlightenment desktop shell, Terminology, Rage, Ephoto, EDI, Evisum, and the E16 predecessor line. Related platform contexts include Tizen and embedded Linux systems.

### 来源

- <https://www.enlightenment.org/about>
- <https://www.enlightenment.org/about-efl>
- <https://www.enlightenment.org/_export/raw/about>
- <https://www.enlightenment.org/_export/raw/about-efl>
- <https://git.enlightenment.org/enlightenment/efl.git>
- <https://raw.githubusercontent.com/Enlightenment/efl/master/README.md>
- <https://api.github.com/repos/Enlightenment/efl>


## 安全说明

broad file, network, media, or database tool signal.

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal

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

- Debian apt - efl-doc - 1.28.1-1: normalized package name match | Debian stable package indexes: efl-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Documentation for the Enlightenment Foundation Libraries | https://www.enlightenment.org
- Debian apt - libecore-audio1 - 1.28.1-1: normalized package name match | Debian stable package indexes: libecore-audio1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Ecore functions for audio playback and recording | https://www.enlightenment.org
- Debian apt - libecore-bin - 1.28.1-1: normalized package name match | Debian stable package indexes: libecore-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | EFL core abstraction layer - utilities | https://www.enlightenment.org
- Debian apt - libecore-con1t64 - 1.28.1-1: normalized package name match | Debian stable package indexes: libecore-con1t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Ecore functions for network connections | https://www.enlightenment.org
- Debian apt - libecore-drm2-1 - 1.28.1-1: normalized package name match | Debian stable package indexes: libecore-drm2-1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Ecore functions for DRM | https://www.enlightenment.org
- Debian apt - libecore-evas1 - 1.28.1-1: normalized package name match | Debian stable package indexes: libecore-evas1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Ecore functions for the Evas wrapper | https://www.enlightenment.org
- Debian apt - libecore-fb1 - 1.28.1-1: normalized package name match | Debian stable package indexes: libecore-fb1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Ecore functions for frame buffer displays | https://www.enlightenment.org
- Debian apt - libecore-file1 - 1.28.1-1: normalized package name match | Debian stable package indexes: libecore-file1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Ecore functions for files and directories | https://www.enlightenment.org
- Debian apt - libecore-imf1 - 1.28.1-1: normalized package name match | Debian stable package indexes: libecore-imf1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Ecore functions for Input Method Framework | https://www.enlightenment.org
- Debian apt - libecore-input1 - 1.28.1-1: normalized package name match | Debian stable package indexes: libecore-input1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Ecore functions for input devices | https://www.enlightenment.org
- Debian apt - libecore-ipc1 - 1.28.1-1: normalized package name match | Debian stable package indexes: libecore-ipc1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Ecore functions for inter-process communication | https://www.enlightenment.org
- Debian apt - libecore-wl2-1 - 1.28.1-1: normalized package name match | Debian stable package indexes: libecore-wl2-1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Ecore functions for Wayland displays | https://www.enlightenment.org
- Debian apt - libecore-x1 - 1.28.1-1: normalized package name match | Debian stable package indexes: libecore-x1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Ecore functions for X Window System displays | https://www.enlightenment.org
- Debian apt - libecore1 - 1.28.1-1: normalized package name match | Debian stable package indexes: libecore1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | EFL core abstraction layer | https://www.enlightenment.org
- Debian apt - libector1 - 1.28.1-1: normalized package name match | Debian stable package indexes: libector1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | EFL vector graphics capabilities | https://www.enlightenment.org
- Debian apt - libedje-bin - 1.28.1-1: normalized package name match | Debian stable package indexes: libedje-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | EFL layout and animation tools - utilities | https://www.enlightenment.org


## Combined YAML source

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