# glade mit Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, winget, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für glade in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install glade
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install glade
```

  Evidenz: 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
```

  Evidenz: 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
```

  Evidenz: 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
```

  Evidenz: 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
```

  Evidenz: 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
```

  Evidenz: 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
```

  Evidenz: 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
```

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

## Paketfakten

- **Paketschlüssel:** brew:glade
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/glade>
- **Version:** 3.40.0
- **Quellzusammenfassung:** RAD tool for the GTK+ and GNOME environment
- **Homepage:** <https://glade.gnome.org/>
- **Repository:** <https://gitlab.gnome.org/GNOME/glade>
- **Upstream-Dokumentation:** <https://glade.gnome.org/>
- **Lizenz:** LGPL-2.1-or-later
- **Quellarchiv:** <https://download.gnome.org/sources/glade/3.40/glade-3.40.0.tar.xz>
- **Zuletzt aktualisiert:** 2026-07-05T04:22:29Z
- **Generiert:** 2026-07-08T07:18:31+00:00

## Executables

- glade (cli)
- glade-previewer (cli)
- glade (Alias)
- glade-previewer (Alias)

## Abhängigkeiten

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

## Build-Abhängigkeiten

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

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-07-08
- Manager-Version: 3.40.0
- Manager aktualisiert: 2026-07-05
- lokale Daten: OK
- Upstream-Repository: https://glade.gnome.org/
- Info: Release/tag comparison is only available for GitHub repositories.
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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.

### Quellen

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


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Details aus der Quelldatenbank

- **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

## Andere Paketmanager-Einträge

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


## Verwandte Links

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


## Quellen

- 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
