How To Install wxGTK3 on Fedora 36

In this tutorial we learn how to install wxGTK3 in Fedora 36. wxGTK3 is GTK port of the wxWidgets GUI library

Introduction

In this tutorial we learn how to install wxGTK3 on Fedora 36.

What is wxGTK3

wxWidgets is the GTK port of the C++ cross-platform wxWidgets GUI library, offering classes for all common GUI controls as well as a comprehensive set of helper classes for most common application tasks, ranging from networking to HTML display and image manipulation.

We can use yum or dnf to install wxGTK3 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wxGTK3.

Install wxGTK3 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install wxGTK3 using dnf by running the following command:

sudo dnf -y install wxGTK3

Install wxGTK3 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install wxGTK3 using yum by running the following command:

sudo yum -y install wxGTK3

How To Uninstall wxGTK3 on Fedora 36

To uninstall only the wxGTK3 package we can use the following command:

sudo dnf remove wxGTK3

wxGTK3 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/deba49e03706b44768913adbf04918024d937f
/usr/lib/.build-id/22
/usr/lib/.build-id/22/84a1d00ac19aaff03a5874e1821cddd0a44eec
/usr/lib/.build-id/44
/usr/lib/.build-id/44/661c8db58caf220f999a24d7d1b833f14e9a7a
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/5e4526c1c4976b54e5ba207f4f2e772a345cb7
/usr/lib/.build-id/91
/usr/lib/.build-id/91/c5e0c170ecdf27dee472d01270b0af83144745
/usr/lib/.build-id/93
/usr/lib/.build-id/93/b6d67cee78bafc7e0f2573856a2e103e3c7fb1
/usr/lib/.build-id/93/fc59148cffda2574ad69dc936dfee0c72429ee
/usr/lib/.build-id/98
/usr/lib/.build-id/98/1119302d02a4491108116c75bc5dc61c229376
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/f18d74e7dbb7fe8df296aea84b92708a1a6bf7
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/44ad79a2f68d4a687536e23f941d9fc06bba54
/usr/lib/libwx_gtk3u_adv-3.0.so.0
/usr/lib/libwx_gtk3u_adv-3.0.so.0.5.0
/usr/lib/libwx_gtk3u_aui-3.0.so.0
/usr/lib/libwx_gtk3u_aui-3.0.so.0.5.0
/usr/lib/libwx_gtk3u_core-3.0.so.0
/usr/lib/libwx_gtk3u_core-3.0.so.0.5.0
/usr/lib/libwx_gtk3u_html-3.0.so.0
/usr/lib/libwx_gtk3u_html-3.0.so.0.5.0
/usr/lib/libwx_gtk3u_propgrid-3.0.so.0
/usr/lib/libwx_gtk3u_propgrid-3.0.so.0.5.0
/usr/lib/libwx_gtk3u_qa-3.0.so.0
/usr/lib/libwx_gtk3u_qa-3.0.so.0.5.0
/usr/lib/libwx_gtk3u_ribbon-3.0.so.0
/usr/lib/libwx_gtk3u_ribbon-3.0.so.0.5.0
/usr/lib/libwx_gtk3u_richtext-3.0.so.0
/usr/lib/libwx_gtk3u_richtext-3.0.so.0.5.0
/usr/lib/libwx_gtk3u_stc-3.0.so.0
/usr/lib/libwx_gtk3u_stc-3.0.so.0.5.0
/usr/lib/libwx_gtk3u_xrc-3.0.so.0
/usr/lib/libwx_gtk3u_xrc-3.0.so.0.5.0
/usr/share/doc/wxGTK3
/usr/share/doc/wxGTK3/changes.txt
/usr/share/doc/wxGTK3/gpl.txt
/usr/share/doc/wxGTK3/lgpl.txt
/usr/share/doc/wxGTK3/licence.txt
/usr/share/doc/wxGTK3/licendoc.txt
/usr/share/doc/wxGTK3/preamble.txt
/usr/share/doc/wxGTK3/readme.txt

References

Summary

In this tutorial we learn how to install wxGTK3 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install wxGTK3 on Fedora 36” linkTitle: “wxGTK3” type: “docs” description: “In this tutorial we learn how to install wxGTK3 in Fedora 36. wxGTK3 is GTK port of the wxWidgets GUI library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/wxGTK3-featured.png

Introduction

In this tutorial we learn how to install wxGTK3 on Fedora 36.

What is wxGTK3

wxWidgets is the GTK port of the C++ cross-platform wxWidgets GUI library, offering classes for all common GUI controls as well as a comprehensive set of helper classes for most common application tasks, ranging from networking to HTML display and image manipulation.

We can use yum or dnf to install wxGTK3 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wxGTK3.

Install wxGTK3 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install wxGTK3 using dnf by running the following command:

sudo dnf -y install wxGTK3

Install wxGTK3 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install wxGTK3 using yum by running the following command:

sudo yum -y install wxGTK3

How To Uninstall wxGTK3 on Fedora 36

To uninstall only the wxGTK3 package we can use the following command:

sudo dnf remove wxGTK3

wxGTK3 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/95c5d1e68cbeb15a9b303585df73475c53346d
/usr/lib/.build-id/44
/usr/lib/.build-id/44/fbfd104c69b2ae99e7ee9eb85a0d8ec2ce70e7
/usr/lib/.build-id/49
/usr/lib/.build-id/49/b10fc83170dbda1338f07b93961fed7a897634
/usr/lib/.build-id/52
/usr/lib/.build-id/52/a40023204b9a5ae849ca1600553020b215a9af
/usr/lib/.build-id/56
/usr/lib/.build-id/56/2b86b89b3ee11a1e5fe2145bf0ab656a2ec68f
/usr/lib/.build-id/66
/usr/lib/.build-id/66/6210043a1c6232fe6dee94168663a70b884917
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/511dde2481bff3d7fbef340de63ef2b1ec30ba
/usr/lib/.build-id/99
/usr/lib/.build-id/99/108712c472af84dc606cbc8fcc0373d338e7c3
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/4da13e898b97b3dbf2d568049d7fc5247da50e
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/a3624e7fec3c180cda411ccf2b2b87bfa426d2
/usr/lib64/libwx_gtk3u_adv-3.0.so.0
/usr/lib64/libwx_gtk3u_adv-3.0.so.0.5.0
/usr/lib64/libwx_gtk3u_aui-3.0.so.0
/usr/lib64/libwx_gtk3u_aui-3.0.so.0.5.0
/usr/lib64/libwx_gtk3u_core-3.0.so.0
/usr/lib64/libwx_gtk3u_core-3.0.so.0.5.0
/usr/lib64/libwx_gtk3u_html-3.0.so.0
/usr/lib64/libwx_gtk3u_html-3.0.so.0.5.0
/usr/lib64/libwx_gtk3u_propgrid-3.0.so.0
/usr/lib64/libwx_gtk3u_propgrid-3.0.so.0.5.0
/usr/lib64/libwx_gtk3u_qa-3.0.so.0
/usr/lib64/libwx_gtk3u_qa-3.0.so.0.5.0
/usr/lib64/libwx_gtk3u_ribbon-3.0.so.0
/usr/lib64/libwx_gtk3u_ribbon-3.0.so.0.5.0
/usr/lib64/libwx_gtk3u_richtext-3.0.so.0
/usr/lib64/libwx_gtk3u_richtext-3.0.so.0.5.0
/usr/lib64/libwx_gtk3u_stc-3.0.so.0
/usr/lib64/libwx_gtk3u_stc-3.0.so.0.5.0
/usr/lib64/libwx_gtk3u_xrc-3.0.so.0
/usr/lib64/libwx_gtk3u_xrc-3.0.so.0.5.0
/usr/share/doc/wxGTK3
/usr/share/doc/wxGTK3/changes.txt
/usr/share/doc/wxGTK3/gpl.txt
/usr/share/doc/wxGTK3/lgpl.txt
/usr/share/doc/wxGTK3/licence.txt
/usr/share/doc/wxGTK3/licendoc.txt
/usr/share/doc/wxGTK3/preamble.txt
/usr/share/doc/wxGTK3/readme.txt

References

Summary

In this tutorial we learn how to install wxGTK3 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).