# 使用 Homebrew, MacPorts, Nix, zypper, apt, apk, dnf, pacman 安装 wxwidgets@3.2

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

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

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

  证据: local Homebrew formula metadata

- MacPorts (94%):

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

  证据: 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
```

  证据: 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
```

  证据: 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
```

  证据: 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
```

  证据: 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
```

  证据: 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
```

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

## 软件包事实

- **软件包键:** brew:wxwidgets@3.2
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/wxwidgets@3.2>
- **版本:** 3.2.11
- **来源摘要:** Cross-platform C++ GUI toolkit
- **主页:** <https://www.wxwidgets.org>
- **仓库:** <https://github.com/wxWidgets/wxWidgets>
- **上游文档:** <https://www.wxwidgets.org>
- **许可证:** LGPL-2.0-or-later WITH WxWindows-exception-3.1
- **源码归档:** <https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.11/wxWidgets-3.2.11.tar.bz2>
- **最后更新:** 2026-07-07T22:46:54Z
- **已生成:** 2026-08-04T22:13:35+00:00

## 依赖

- jpeg-turbo
- libpng
- libtiff
- pcre2

## 构建依赖

- pkgconf

## macOS 提供的库

- expat

## 安装行为

- post-install 钩子: 未定义
- 注意事项: To avoid conflicts with the wxwidgets formula, `wx-config` and `wxrc` have been installed as `wx-config-3.2` and `wxrc-3.2`.
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 3.2.11
- 管理器更新时间: 2026-07-07
- 本地数据: OK
- 上游仓库: https://github.com/wxWidgets/wxWidgets
- 信息: No cached GitHub release or tag data was available.
## 项目历史与用法

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.

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

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

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.

### 时间线

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

### 来源

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


## 安全说明

没有找到 wxwidgets@3.2 的匹配本地密钥处理 manifest。软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。


## 源数据库详情

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

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

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


## 相关链接

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


## 来源

- 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
