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

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

## 安装

```sh
sudo av install brew:gtk4
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install gtk4
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gtk4
```

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

### Linux

- dnf (92%):

```sh
sudo dnf install gtk4
```

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

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

- pacman (92%):

```sh
sudo pacman -S gtk4
```

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

- Debian apt (92%):

```sh
sudo apt install gir1.2-gtk-4.0
```

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

- zypper (92%):

```sh
sudo zypper install gettext-its-gtk4
```

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

## 软件包事实

- **软件包键:** brew:gtk4
- **软件包管理器:** Homebrew
- **版本:** 4.22.4
- **来源摘要:** Toolkit for creating graphical user interfaces
- **主页:** <https://gtk.org/>
- **最后更新:** 2026-07-07T06:58:43Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- gtk4-builder-tool (别名)
- gtk4-demo (别名)
- gtk4-demo-application (别名)
- gtk4-encode-symbolic-svg (别名)
- gtk4-icon-editor (别名)
- gtk4-image-tool (别名)
- gtk4-launch (别名)
- gtk4-node-editor (别名)
- gtk4-path-tool (别名)
- gtk4-print-editor (别名)
- gtk4-query-settings (别名)
- gtk4-rendernode-tool (别名)
- gtk4-update-icon-cache (别名)
- gtk4-widget-factory (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

GTK is the GNOME-maintained, LGPL-licensed widget toolkit for graphical applications. The Homebrew gtk4 package represents the GTK 4 API and tool track: development headers, libraries, demos, builder tools, icon tools, inspectors, and utility programs used by applications and language bindings that target GTK 4.

### 项目历史

The GTK project site describes GTK as a free and open-source cross-platform widget toolkit maintained by GNOME and contributors, built on GLib, and suitable for applications ranging from small tools to application suites. The site also identifies GTK as hosted by GNOME and maintained by the GTK Team, with project copyright dating from 1997.

GTK's major-version history is visible through GNOME source tarballs and upstream migration documentation. GTK 2.0 source tarballs are published from March 2002; GTK 3.0 source tarballs are published from February 2011; and GTK 4.0 tarballs are published from December 2020. The GTK 4 migration guide explicitly treats GTK 4 as a new major version that breaks API and ABI compared with GTK 3.x, and recommends preparing applications from the final stable GTK 3.24 series.

GTK 4 development began as a multi-year effort around the 3.89.1 development release in November 2016. The GTK 4.0 release announcement says the 4.0 result came after more than 18,000 commits and more than 20 development releases, with major themes including render nodes, event controllers, layout managers, media playback, scalable lists, shaders, data transfers, and accessibility.

The gtk4 package role should be read as a version-track role, not a separate unrelated project. It packages the GTK 4 generation of the same toolkit lineage, alongside language bindings and applications that choose the GTK 4 API. The package's executables such as gtk4-demo, gtk4-widget-factory, gtk4-builder-tool, gtk4-launch, and gtk4-query-settings are developer and diagnostic tools around the library.

### 采用历史

GTK's adoption is tied to GNOME but not limited to it. The GTK project site describes GTK as the core of the GNOME development platform and also suitable for other Linux environments plus Windows and macOS targets. Its homepage lists applications built with GTK such as GIMP, Inkscape, Evolution, Web, Calculator, Maps, Transmission, and others.

GTK 4 adoption started as a porting path for applications and platform libraries after the 4.0 release. The GTK 4.0 announcement called out GNOME 40 applications and adjacent libraries such as vte, WebKitGTK, and GtkSourceView as parts of the ecosystem that needed GTK 4 ports.

### 使用方式

Developers use GTK 4 by linking against the Gtk 4.0 API, using the official API reference and getting-started guides, and optionally using language bindings for C, JavaScript, Perl, Python, Rust, Vala, C++, and other languages. GTK applications are event-driven widget hierarchies, often assembled through code or GtkBuilder UI descriptions.

Packagers and developers use gtk4 command-line tools for demos, widget inspection, resource and UI conversion, icon cache updates, builder-file validation, launching applications, print testing, settings queries, render-node inspection, and visual experiments. Those tools make gtk4 a developer-platform package even when a desktop user sees it only as an application dependency.

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

gtk4 is one of the packages that defines a desktop stack. Its ABI, introspection metadata, demos, schemas, icons, input modules, themes, and build flags influence a large set of reverse dependencies, especially in GNOME and GTK language-binding ecosystems.

The package is also a marker of a major toolkit transition. GTK 4 changes rendering and input architecture compared with GTK 3, removes long-deprecated APIs, and requires applications and related libraries to make deliberate porting decisions. For package maintainers, it sits at the intersection of C ABI stability, GObject Introspection, Meson builds, platform backends, accessibility, and downstream application migration.

### 时间线

- 1997: The GTK project site copyright range begins, reflecting the early GTK project era.
- 2002-03-08: GNOME publishes GTK+ 2.0.0 source tarballs.
- 2011-02-10: GNOME publishes GTK+ 3.0.0 source tarballs.
- 2016-11: The GTK 4.0 announcement identifies 3.89.1 as the development point after which the GTK 4 effort added more than 18,000 commits.
- 2020-12-16: GTK 4.0 is released and source tarballs are published.
- 2021-03: GNOME 40 is identified in the GTK 4.0 announcement as an early adoption target for GTK 4 applications.
- 2023-09: GNOME Translation Editor 45.1 records a GTK 4 and libadwaita migration, one example of downstream GTK 4 application porting.

### Related projects

- GLib is the foundational utility and object-system library below GTK.
- GObject Introspection and language bindings allow GTK APIs to be used from several languages.
- GNOME is the primary desktop platform around GTK.
- vte, WebKitGTK, GtkSourceView, libadwaita, GIMP, Inkscape, Evolution, and GNOME applications are important ecosystem consumers or related libraries.

### 来源

- <https://blog.gtk.org/2020/>
- <https://blog.gtk.org/2020/12/16/gtk-4-0/>
- <https://docs.gtk.org/gtk4/>
- <https://docs.gtk.org/gtk4/migrating-3to4.html>
- <https://download.gnome.org/sources/gtk%2B/2.0/>
- <https://download.gnome.org/sources/gtk%2B/3.0/>
- <https://download.gnome.org/sources/gtk/4.0/>
- <https://www.gtk.org/>
- <https://www.gtk.org/docs/getting-started/index>


## 安全说明

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

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

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

- Debian apt - gir1.2-gtk-4.0 - 4.18.6+ds-2: normalized package name match | Debian stable package indexes: gir1.2-gtk-4.0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GTK graphical user interface library -- gir bindings | https://www.gtk.org/
- Debian apt - gtk-4-examples - 4.18.6+ds-2: normalized package name match | Debian stable package indexes: gtk-4-examples from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | example files for GTK 4 | https://www.gtk.org/
- Debian apt - gtk-4-tests - 4.18.6+ds-2: normalized package name match | Debian stable package indexes: gtk-4-tests from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | "as-installed" tests for GTK 4 | https://www.gtk.org/
- Debian apt - gtk-update-icon-cache - 4.18.6+ds-2: normalized package name match | Debian stable package indexes: gtk-update-icon-cache from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | icon theme caching utility | https://www.gtk.org/
- Debian apt - libgtk-4-1 - 4.18.6+ds-2: normalized package name match | Debian stable package indexes: libgtk-4-1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GTK graphical user interface library | https://www.gtk.org/
- Debian apt - libgtk-4-bin - 4.18.6+ds-2: normalized package name match | Debian stable package indexes: libgtk-4-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | programs for the GTK graphical user interface library | https://www.gtk.org/
- Debian apt - libgtk-4-common - 4.18.6+ds-2: normalized package name match | Debian stable package indexes: libgtk-4-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | common files for the GTK graphical user interface library | https://www.gtk.org/
- Debian apt - libgtk-4-dev - 4.18.6+ds-2: normalized package name match | Debian stable package indexes: libgtk-4-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | development files for the GTK library | https://www.gtk.org/
- Debian apt - libgtk-4-doc - 4.18.6+ds-2: normalized package name match | Debian stable package indexes: libgtk-4-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | documentation for the GTK graphical user interface library | https://www.gtk.org/
- Debian apt - libgtk-4-media-gstreamer - 4.18.6+ds-2: normalized package name match | Debian stable package indexes: libgtk-4-media-gstreamer from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GStreamer media backend for the GTK graphical user interface library | https://www.gtk.org/
- Nix - gtk4: normalized package name match | nixpkgs package indexes: pkgs/by-name/gt/gtk4/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - gir1.2-gtk-4.0 - 4.14.2+ds-1ubuntu1: normalized package name match | Ubuntu 24.04 LTS package indexes: gir1.2-gtk-4.0 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | GTK graphical user interface library -- gir bindings | https://www.gtk.org/
- Ubuntu apt - gtk-4-examples - 4.14.2+ds-1ubuntu1: normalized package name match | Ubuntu 24.04 LTS package indexes: gtk-4-examples from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | example files for GTK 4 | https://www.gtk.org/
- Ubuntu apt - gtk-4-tests - 4.14.2+ds-1ubuntu1: normalized package name match | Ubuntu 24.04 LTS package indexes: gtk-4-tests from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | "as-installed" tests for GTK 4 | https://www.gtk.org/
- Ubuntu apt - libgtk-4-1 - 4.14.2+ds-1ubuntu1: normalized package name match | Ubuntu 24.04 LTS package indexes: libgtk-4-1 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | GTK graphical user interface library | https://www.gtk.org/
- Ubuntu apt - libgtk-4-bin - 4.14.2+ds-1ubuntu1: normalized package name match | Ubuntu 24.04 LTS package indexes: libgtk-4-bin from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | programs for the GTK graphical user interface library | https://www.gtk.org/


## Combined YAML source

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