# wxwidgets@3.2 mit Homebrew, MacPorts, Nix, zypper, apt, apk, dnf, pacman installieren

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

## Installation

```sh
sudo av install brew:wxwidgets@3.2
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install wxwidgets@3.2
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install wxWidgets-3.2
```

  Evidenz: MacPorts ports tree: graphics/wxWidgets-3.2/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#wxwidgets_3_2
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/wx/wxwidgets_3_2/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install libwx_gtk2u_adv-suse16_0_0
```

  Evidenz: openSUSE Tumbleweed package metadata: libwx_gtk2u_adv-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

- Debian apt (92%):

```sh
sudo apt install libwxbase3.2-1t64
```

  Evidenz: Debian stable package indexes: libwxbase3.2-1t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- apk (92%):

```sh
sudo apk add wxwidgets
```

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

- dnf (92%):

```sh
sudo dnf install wxGTK
```

  Evidenz: Fedora Rawhide package metadata: wxGTK from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- pacman (92%):

```sh
sudo pacman -S wxwidgets-qt5
```

  Evidenz: Arch Linux sync databases: wxwidgets-qt5 from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Paketfakten

- **Paketschlüssel:** brew:wxwidgets@3.2
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/wxwidgets@3.2>
- **Version:** 3.2.11
- **Quellzusammenfassung:** Cross-platform C++ GUI toolkit
- **Homepage:** <https://www.wxwidgets.org>
- **Repository:** <https://github.com/wxWidgets/wxWidgets>
- **Upstream-Dokumentation:** <https://www.wxwidgets.org>
- **Lizenz:** LGPL-2.0-or-later WITH WxWindows-exception-3.1
- **Quellarchiv:** <https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.11/wxWidgets-3.2.11.tar.bz2>
- **Zuletzt aktualisiert:** 2026-07-07T22:46:54Z
- **Generiert:** 2026-08-04T22:13:35+00:00

## Abhängigkeiten

- jpeg-turbo
- libpng
- libtiff
- pcre2

## Build-Abhängigkeiten

- pkgconf

## Von macOS bereitgestellte Bibliotheken

- expat

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Einschränkungen: To avoid conflicts with the wxwidgets formula, `wx-config` and `wxrc` have been installed as `wx-config-3.2` and `wxrc-3.2`.
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 3.2.11
- Manager aktualisiert: 2026-07-07
- lokale Daten: OK
- Upstream-Repository: https://github.com/wxWidgets/wxWidgets
- Info: No cached GitHub release or tag data was available.
## Projektgeschichte und Nutzung

wxwidgets@3.2 is the versioned packaging line for the wxWidgets 3.2 stable series. It represents the ABI-stable branch that began with wxWidgets 3.2.0 in July 2022, allowing downstream software to continue targeting 3.2 while newer development or default package lines move independently.

### Projektgeschichte

wxWidgets 3.2.0 was announced as a major stable release in July 2022. The project's release candidate announcement framed it as the first new ABI-stable release series since wxWidgets 3.0.0, nearly nine years earlier.

The 3.2 line carried modernization work important to packagers and application developers, including newer compiler support, an entirely new CMake build system, macOS dark-mode and ARM support, and updates for bundled third-party libraries.

### Adoptionsgeschichte

Versioned packaging exists because wxWidgets applications often build against a stable ABI line. The wxWidgets GitHub release notes for 3.2.x releases repeatedly describe the branch as API- and ABI-compatible with previous 3.2.x releases, which is exactly the property downstream package managers preserve with a versioned formula.

### Wie es verwendet wird

Developers use the 3.2 package when a project expects wx-config-3.2, wxrc-3.2, or a wxWidgets 3.2 ABI rather than the default wxWidgets version. This is common for desktop applications that have not yet moved to a newer branch or that intentionally pin to the stable 3.2 series.

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

The formula is significant as a compatibility anchor. For package maintainers, wxwidgets@3.2 lets older or conservative GUI applications keep building reproducibly while the unversioned wxwidgets formula can track newer upstream releases.

### Zeitleiste

- 2013: wxWidgets 3.0.0 establishes the previous long-lived stable series.
- June 27, 2022: wxWidgets 3.2.0 release candidate is announced as the next ABI-stable series.
- July 7, 2022: wxWidgets 3.2.0 final release is announced.
- March 3, 2026: The wxWidgets downloads page lists 3.2.10 as the latest stable release and the 3.2 API as stable since July 7, 2022.

### Related projects

- The unversioned wxwidgets package tracks the same upstream project but may represent a different current packaging line. wxPython and many C++ desktop applications are downstream consumers whose build compatibility can depend on the wxWidgets stable branch.

### Quellen

- <https://github.com/wxWidgets/wxWidgets/releases>
- <https://wxwidgets.org/downloads/>
- <https://wxwidgets.org/news/2022/06/wxwidgets-3.2.0-release-candidate/>
- <https://wxwidgets.org/news/2022/07/wxwidgets-3.2.0-final-release/>


## Sicherheitshinweise

Für wxwidgets@3.2 wurde kein passendes lokales Secret-Handling-Manifest gefunden. Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.


## Details aus der Quelldatenbank

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

## Andere Paketmanager-Einträge

- Nix - wxwidgets_3_2: normalized package name match | nixpkgs package indexes: pkgs/by-name/wx/wxwidgets_3_2/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - libwx_gtk2u_adv-suse16_0_0 - 3.2.8-4.6: normalized package name match | openSUSE Tumbleweed package metadata: libwx_gtk2u_adv-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | wxWidgets advanced widgets and rarely-used widgets | https://www.wxwidgets.org/
- zypper - libwx_gtk2u_aui-suse16_0_0 - 3.2.8-4.6: normalized package name match | openSUSE Tumbleweed package metadata: libwx_gtk2u_aui-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | wxWidgets advanced user interface docking library | https://www.wxwidgets.org/
- zypper - libwx_gtk2u_core-suse16_0_0 - 3.2.8-4.6: normalized package name match | openSUSE Tumbleweed package metadata: libwx_gtk2u_core-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | wxWidgets basic GUI class library | https://www.wxwidgets.org/
- zypper - libwx_gtk2u_gl-suse16_0_0 - 3.2.8-4.6: normalized package name match | openSUSE Tumbleweed package metadata: libwx_gtk2u_gl-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | wxWidgets OpenGL integration library | https://www.wxwidgets.org/
- zypper - libwx_gtk2u_html-suse16_0_0 - 3.2.8-4.6: normalized package name match | openSUSE Tumbleweed package metadata: libwx_gtk2u_html-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | wxWidgets HTML parser and renderer library | https://www.wxwidgets.org/
- zypper - libwx_gtk2u_media-suse16_0_0 - 3.2.8-4.6: normalized package name match | openSUSE Tumbleweed package metadata: libwx_gtk2u_media-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | wxWidgets media class library | https://www.wxwidgets.org/
- zypper - libwx_gtk2u_propgrid-suse16_0_0 - 3.2.8-4.6: normalized package name match | openSUSE Tumbleweed package metadata: libwx_gtk2u_propgrid-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | wxWidgets property grid class library | https://www.wxwidgets.org/
- zypper - libwx_gtk2u_qa-suse16_0_0 - 3.2.8-4.6: normalized package name match | openSUSE Tumbleweed package metadata: libwx_gtk2u_qa-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | wxWidgets quality assurance class library | https://www.wxwidgets.org/
- zypper - libwx_gtk2u_ribbon-suse16_0_0 - 3.2.8-4.6: normalized package name match | openSUSE Tumbleweed package metadata: libwx_gtk2u_ribbon-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | wxWidgets's ribbon user interface library | https://www.wxwidgets.org/
- zypper - libwx_gtk2u_richtext-suse16_0_0 - 3.2.8-4.6: normalized package name match | openSUSE Tumbleweed package metadata: libwx_gtk2u_richtext-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | wxWidgets Rich Text editor class library | https://www.wxwidgets.org/
- zypper - libwx_gtk2u_stc-suse16_0_0 - 3.2.8-4.6: normalized package name match | openSUSE Tumbleweed package metadata: libwx_gtk2u_stc-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | wxWidgets styled text class library | https://www.wxwidgets.org/
- zypper - libwx_gtk2u_xrc-suse16_0_0 - 3.2.8-4.6: normalized package name match | openSUSE Tumbleweed package metadata: libwx_gtk2u_xrc-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | wxWidgets's XML-based resource system | https://www.wxwidgets.org/
- zypper - wxWidgets-3_2-devel - 3.2.8-4.6: normalized package name match | openSUSE Tumbleweed package metadata: wxWidgets-3_2-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Development files for wxWidgets-3_2 | https://www.wxwidgets.org/
- MacPorts - wxWidgets-3.2: normalized package name match | MacPorts ports tree: graphics/wxWidgets-3.2/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Debian apt - libwxbase3.2-1t64 - 3.2.8+dfsg-2: package manager index match | Debian stable package indexes: libwxbase3.2-1t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | wxBase library (runtime) - non-GUI support classes of wxWidgets toolkit | https://www.wxwidgets.org/


## Verwandte Links

- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/de/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/de/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://pkg.so/de/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [pcre2](https://pkg.so/de/brew/pcre2/) - Runtime dependency declared by Homebrew.
- [libpng](https://pkg.so/de/brew/libpng/) - Runtime dependency declared by Homebrew.
- [jpeg-turbo](https://pkg.so/de/brew/jpeg-turbo/) - Runtime dependency declared by Homebrew.
- [libtiff](https://pkg.so/de/brew/libtiff/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/de/brew/pkgconf/) - Build dependency declared by Homebrew.
- [erlang](https://pkg.so/de/brew/erlang/) - Popular package that depends on this formula.
- [diff-pdf](https://pkg.so/de/brew/diff-pdf/) - Popular package that depends on this formula.
- [erlang@28](https://pkg.so/de/brew/erlang-28/) - Popular package that depends on this formula.
- [erlang@27](https://pkg.so/de/brew/erlang-27/) - Popular package that depends on this formula.
- [erlang@26](https://pkg.so/de/brew/erlang-26/) - Popular package that depends on this formula.
- [spatialite-gui](https://pkg.so/de/brew/spatialite-gui/) - Popular package that depends on this formula.
- [wxlua](https://pkg.so/de/brew/wxlua/) - Popular package that depends on this formula.
- [wxwidgets](https://pkg.so/de/brew/wxwidgets/) - Package name indicates the same formula family.
- [gtk4](https://pkg.so/de/brew/gtk4/) - Shares pkgdb curated category or tags: cli, desktop-apps, developer-tools, gui-toolkit, widgets.
- [qtbase](https://pkg.so/de/brew/qtbase/) - Shares pkgdb curated category or tags: c-plus-plus, cli, cross-platform, developer-tools.
- [qt](https://pkg.so/de/brew/qt/) - Shares pkgdb curated category or tags: c-plus-plus, cli, cross-platform, developer-tools.
- [qt@5](https://pkg.so/de/brew/qt-5/) - Shares pkgdb curated category or tags: c-plus-plus, cli, cross-platform, developer-tools.
- [fltk](https://pkg.so/de/brew/fltk/) - Shares pkgdb curated category or tags: c-plus-plus, cli, cross-platform, developer-tools.
- [poco](https://pkg.so/de/brew/poco/) - Shares pkgdb curated category or tags: c-plus-plus, cli, cross-platform, developer-tools.
- [wxpython](https://pkg.so/de/brew/wxpython/) - Shares pkgdb curated category or tags: cli, cross-platform, developer-tools, gui-toolkit.

## Combined YAML source

View the package source record on GitHub. [combined/wxwidgets@3.2.yml](https://github.com/mxcl/pkgdb/blob/main/combined/wxwidgets@3.2.yml)


## Quellen

- pkg.so package database
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
