# efl を Homebrew, apk, dnf, pacman, zypper, apt, MacPorts でインストール

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
