How To Install wxGTK-webview on Fedora 36

In this tutorial we learn how to install wxGTK-webview in Fedora 36. wxGTK-webview is WebView add-on for the wxWidgets library

Introduction

In this tutorial we learn how to install wxGTK-webview on Fedora 36.

What is wxGTK-webview

WebView add-on for the wxWidgets library. 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 wxGTK-webview on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wxGTK-webview.

Install wxGTK-webview 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 wxGTK-webview using dnf by running the following command:

sudo dnf -y install wxGTK-webview

Install wxGTK-webview 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 wxGTK-webview using yum by running the following command:

sudo yum -y install wxGTK-webview

How To Uninstall wxGTK-webview on Fedora 36

To uninstall only the wxGTK-webview package we can use the following command:

sudo dnf remove wxGTK-webview

wxGTK-webview Package Contents on Fedora 36

---
title: "How To Install wxGTK-webview on Fedora 36"
linkTitle: "wxGTK-webview"
type: "docs"
description: "In this tutorial we learn how to install wxGTK-webview in Fedora 36. wxGTK-webview is WebView add-on for the wxWidgets library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/wxGTK-webview-featured.png
---

## Introduction

In this tutorial we learn how to install `wxGTK-webview` on Fedora 36.

### What is `wxGTK-webview`

> WebView add-on for the wxWidgets library. 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 `wxGTK-webview` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wxGTK-webview.

## Install wxGTK-webview on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install wxGTK-webview

Install wxGTK-webview 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 wxGTK-webview using yum by running the following command:

sudo yum -y install wxGTK-webview

How To Uninstall wxGTK-webview on Fedora 36

To uninstall only the wxGTK-webview package we can use the following command:

sudo dnf remove wxGTK-webview

wxGTK-webview Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/8a7d9a118f3e3b4eec70c220b2368cd22d7a4e
/usr/lib/.build-id/62
/usr/lib/.build-id/62/da8af5d0a56f9d91054c6c608de61b6d4478c3
/usr/lib64/libwx_gtk3u_webview-3.1.so.5
/usr/lib64/libwx_gtk3u_webview-3.1.so.5.0.0
/usr/lib64/wx
/usr/lib64/wx/3.1.5
/usr/lib64/wx/3.1.5/web-extensions
/usr/lib64/wx/3.1.5/web-extensions/webkit2_extu-3.1.5.so

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/13 /usr/lib/.build-id/13/27d5f90933beab55dd3966e420c5ec1f5d05cb /usr/lib/.build-id/aa /usr/lib/.build-id/aa/72607eed82aa143b8df1773853eda7ad817d40 /usr/lib/libwx_gtk3u_webview-3.1.so.5 /usr/lib/libwx_gtk3u_webview-3.1.so.5.0.0 /usr/lib/wx /usr/lib/wx/3.1.5 /usr/lib/wx/3.1.5/web-extensions /usr/lib/wx/3.1.5/web-extensions/webkit2_extu-3.1.5.so


## References

* [wxGTK-webview website](https://www.wxwidgets.org/)

## Summary

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