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

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

## 安装

```sh
sudo av install brew:glade
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install glade
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install glade
```

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

### Linux

- apk (92%):

```sh
sudo apk add glade
```

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

- Debian apt (92%):

```sh
sudo apt install gir1.2-gladeui-2.0
```

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

- dnf (92%):

```sh
sudo dnf install glade
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#glade
```

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

- pacman (92%):

```sh
sudo pacman -S glade
```

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

- zypper (92%):

```sh
sudo zypper install glade
```

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

### Windows

- winget (92%):

```sh
winget install --id gnome.Glade -e
```

  证据: Windows Package Manager source index: gnome.Glade from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:glade
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/glade>
- **版本:** 3.40.0
- **来源摘要:** RAD tool for the GTK+ and GNOME environment
- **主页:** <https://glade.gnome.org/>
- **仓库:** <https://gitlab.gnome.org/GNOME/glade>
- **上游文档:** <https://glade.gnome.org/>
- **许可证:** LGPL-2.1-or-later
- **源码归档:** <https://download.gnome.org/sources/glade/3.40/glade-3.40.0.tar.xz>
- **最后更新:** 2026-07-05T04:22:29Z
- **已生成:** 2026-07-08T07:18:31+00:00

## 可执行文件

- glade (cli)
- glade-previewer (cli)
- glade (别名)
- glade-previewer (别名)

## 依赖

- adwaita-icon-theme
- cairo
- gdk-pixbuf
- gettext
- glib
- gtk+3
- hicolor-icon-theme
- libxml2
- pango

## 构建依赖

- docbook-xsl
- gettext
- gobject-introspection
- itstool
- meson
- ninja
- pkgconf

## 安装行为

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

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 3.40.0
- 管理器更新时间: 2026-07-05
- 本地数据: OK
- 上游仓库: https://glade.gnome.org/
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

Glade is a graphical interface designer for GTK and GNOME applications. It belongs to the long line of desktop RAD tools, but its lasting role in the GTK world comes from producing declarative interface files that applications load through GtkBuilder rather than from generating application code.

### 项目历史

The GNOME project distributes Glade as a free-software user-interface designer, with archived release series reaching back to the 0.x and 1.x eras and later 2.x and 3.x branches. The 3.x line became the GTK 3-oriented branch, while Glade 3.8 remained the documented path for projects that still needed GTK 2 support.

Glade evolved alongside GTK's move toward GtkBuilder XML and template-based widget classes. Its release notes show continued adaptation to GNOME application conventions, Meson builds, JavaScript widget support, GTK 3.24, and fixes for GtkBuilder and template workflows.

### 采用历史

Glade became a standard tool in GNOME and GTK packaging because it gave application authors a visual way to edit interface definitions while still keeping those definitions portable across GTK language bindings. Its package metadata appears across common Unix-like package managers, including Homebrew, Debian-family systems, Fedora-family systems, Arch, Nix, MacPorts, MSYS2, and Flatpak.

### 使用方式

Practitioners use Glade to sketch and maintain GTK interfaces, save them as XML, and load those files from C, Python, Vala, Java, Perl, C#, and other GTK bindings through GtkBuilder. The command-line companion glade-previewer supports testing interface files outside the full application.

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

For package maintainers, Glade is significant because it packages both a desktop application and the libgladeui tooling around GTK catalogs, templates, and preview support. It is also a useful marker for the GTK 2 to GTK 3 transition because the project documents Glade 3.8 as the branch for GTK 2 work while later releases target GTK 3.

### 时间线

- 1999: GNOME source archives include early Glade release series such as 0.5 and 0.6.
- 2011: Glade 3.8 is documented as the GTK 2-compatible branch.
- 2020: Glade 3.38 adds automatic template loading and JavaScript widget support.
- 2022: Glade 3.40.0 is released as the last stable release noted by the project site.

### Related projects

- GTK, GNOME, GtkBuilder, GNOME Builder, Flatpak, MSYS2, Homebrew.

### 来源

- <https://download.gnome.org/sources/glade/>
- <https://gitlab.gnome.org/GNOME/glade/-/raw/master/NEWS>
- <https://gitlab.gnome.org/GNOME/glade/-/raw/master/README.md>
- <https://glade.gnome.org/>


## 安全说明

narrow executable package without higher-risk signals.

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

## 源数据库详情

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

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

- Debian apt - gir1.2-gladeui-2.0 - 3.40.0-6+b1: normalized package name match | Debian stable package indexes: gir1.2-gladeui-2.0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GObject introspection data for the GTK+ User Interface library | https://glade.gnome.org/
- Debian apt - glade - 3.40.0-6+b1: normalized package name match | Debian stable package indexes: glade from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GTK+ User Interface Builder | https://glade.gnome.org/
- Debian apt - libgladeui-2-13t64 - 3.40.0-6+b1: normalized package name match | Debian stable package indexes: libgladeui-2-13t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GTK+ User Interface Build core library | https://glade.gnome.org/
- Debian apt - libgladeui-common - 3.40.0-6: normalized package name match | Debian stable package indexes: libgladeui-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GTK+ User Interface Build core library (common files) | https://glade.gnome.org/
- Debian apt - libgladeui-dev - 3.40.0-6+b1: normalized package name match | Debian stable package indexes: libgladeui-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GTK+ User Interface Build core library (development files) | https://glade.gnome.org/
- Debian apt - libgladeui-doc - 3.40.0-6: normalized package name match | Debian stable package indexes: libgladeui-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GTK+ User Interface Build core library (documentation) | https://glade.gnome.org/
- Nix - glade: normalized package name match | nixpkgs package indexes: pkgs/by-name/gl/glade/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - gir1.2-gladeui-2.0 - 3.40.0-5build2: normalized package name match | Ubuntu 24.04 LTS package indexes: gir1.2-gladeui-2.0 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GObject introspection data for the GTK+ User Interface library | https://glade.gnome.org/
- Ubuntu apt - glade - 3.40.0-5build2: normalized package name match | Ubuntu 24.04 LTS package indexes: glade from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GTK+ User Interface Builder | https://glade.gnome.org/
- Ubuntu apt - libgladeui-2-13t64 - 3.40.0-5build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libgladeui-2-13t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GTK+ User Interface Build core library | https://glade.gnome.org/
- Ubuntu apt - libgladeui-common - 3.40.0-5build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libgladeui-common from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GTK+ User Interface Build core library (common files) | https://glade.gnome.org/
- Ubuntu apt - libgladeui-dev - 3.40.0-5build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libgladeui-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GTK+ User Interface Build core library (development files) | https://glade.gnome.org/
- Ubuntu apt - libgladeui-doc - 3.40.0-5build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libgladeui-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GTK+ User Interface Build core library (documentation) | https://glade.gnome.org/
- apk - glade - 3.40.0-r10: normalized package name match | Alpine Linux edge package indexes: glade from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | User Interface Designer for GTK+ and GNOME | https://glade.gnome.org/
- apk - glade-dev - 3.40.0-r10: normalized package name match | Alpine Linux edge package indexes: glade-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | User Interface Designer for GTK+ and GNOME (development files) | https://glade.gnome.org/
- apk - glade-doc - 3.40.0-r10: normalized package name match | Alpine Linux edge package indexes: glade-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | User Interface Designer for GTK+ and GNOME (documentation) | https://glade.gnome.org/


## 相关链接

- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/zh-hans/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/zh-hans/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/zh-hans/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [cairo](https://www.automicvault.com/zh-hans/pkg/brew/cairo/) - Runtime dependency declared by Homebrew.
- [gdk-pixbuf](https://www.automicvault.com/zh-hans/pkg/brew/gdk-pixbuf/) - Runtime dependency declared by Homebrew.
- [gettext](https://www.automicvault.com/zh-hans/pkg/brew/gettext/) - Runtime dependency declared by Homebrew.
- [glib](https://www.automicvault.com/zh-hans/pkg/brew/glib/) - Runtime dependency declared by Homebrew.
- [gtk+3](https://www.automicvault.com/zh-hans/pkg/brew/gtk-3/) - Runtime dependency declared by Homebrew.
- [libxml2](https://www.automicvault.com/zh-hans/pkg/brew/libxml2/) - Runtime dependency declared by Homebrew.
- [docbook-xsl](https://www.automicvault.com/zh-hans/pkg/brew/docbook-xsl/) - Build dependency declared by Homebrew.
- [gobject-introspection](https://www.automicvault.com/zh-hans/pkg/brew/gobject-introspection/) - Build dependency declared by Homebrew.
- [itstool](https://www.automicvault.com/zh-hans/pkg/brew/itstool/) - Build dependency declared by Homebrew.
- [gtk+](https://www.automicvault.com/zh-hans/pkg/brew/gtk/) - Shares av.db curated category or tags: cli, developer-tools, gnome, gtk.
- [gtk4](https://www.automicvault.com/zh-hans/pkg/brew/gtk4/) - Shares av.db curated category or tags: cli, developer-tools, gnome, gtk.
- [blueprint-compiler](https://www.automicvault.com/zh-hans/pkg/brew/blueprint-compiler/) - Shares av.db curated category or tags: cli, developer-tools, gnome, gtk.
- [ghex](https://www.automicvault.com/zh-hans/pkg/brew/ghex/) - Shares av.db curated category or tags: cli, developer-tools, gnome, gtk.
- [gnome-builder](https://www.automicvault.com/zh-hans/pkg/brew/gnome-builder/) - Shares av.db curated category or tags: cli, developer-tools, gnome, gtk.
- [gspell](https://www.automicvault.com/zh-hans/pkg/brew/gspell/) - Shares av.db curated category or tags: cli, developer-tools, gnome, gtk.

## Combined YAML source

View the package source record on GitHub. [combined/glade.yml](https://github.com/automic-vault/db/blob/main/combined/glade.yml)


## 来源

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
