# wxwidgets@3.2 を Homebrew, MacPorts, Nix, zypper, apt, apk, dnf, pacman でインストール

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 に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ 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/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [pcre2](https://pkg.so/ja/brew/pcre2/) - Runtime dependency declared by Homebrew.
- [libpng](https://pkg.so/ja/brew/libpng/) - Runtime dependency declared by Homebrew.
- [jpeg-turbo](https://pkg.so/ja/brew/jpeg-turbo/) - Runtime dependency declared by Homebrew.
- [libtiff](https://pkg.so/ja/brew/libtiff/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [erlang](https://pkg.so/ja/brew/erlang/) - Popular package that depends on this formula.
- [diff-pdf](https://pkg.so/ja/brew/diff-pdf/) - Popular package that depends on this formula.
- [erlang@28](https://pkg.so/ja/brew/erlang-28/) - Popular package that depends on this formula.
- [erlang@27](https://pkg.so/ja/brew/erlang-27/) - Popular package that depends on this formula.
- [erlang@26](https://pkg.so/ja/brew/erlang-26/) - Popular package that depends on this formula.
- [spatialite-gui](https://pkg.so/ja/brew/spatialite-gui/) - Popular package that depends on this formula.
- [wxlua](https://pkg.so/ja/brew/wxlua/) - Popular package that depends on this formula.
- [wxwidgets](https://pkg.so/ja/brew/wxwidgets/) - Package name indicates the same formula family.
- [gtk4](https://pkg.so/ja/brew/gtk4/) - Shares pkgdb curated category or tags: cli, desktop-apps, developer-tools, gui-toolkit, widgets.
- [qtbase](https://pkg.so/ja/brew/qtbase/) - Shares pkgdb curated category or tags: c-plus-plus, cli, cross-platform, developer-tools.
- [qt](https://pkg.so/ja/brew/qt/) - Shares pkgdb curated category or tags: c-plus-plus, cli, cross-platform, developer-tools.
- [qt@5](https://pkg.so/ja/brew/qt-5/) - Shares pkgdb curated category or tags: c-plus-plus, cli, cross-platform, developer-tools.
- [fltk](https://pkg.so/ja/brew/fltk/) - Shares pkgdb curated category or tags: c-plus-plus, cli, cross-platform, developer-tools.
- [poco](https://pkg.so/ja/brew/poco/) - Shares pkgdb curated category or tags: c-plus-plus, cli, cross-platform, developer-tools.
- [wxpython](https://pkg.so/ja/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
