How To Install wxBase3 on Fedora 36
Introduction
In this tutorial we learn how to install wxBase3
on Fedora 36.
What is wxBase3
Every wxWidgets application must link against this library. It contains mandatory classes that any wxWidgets code depends on (like wxString) and portability classes that abstract differences between platforms. wxBase can be used to develop console mode applications – it does not require any GUI libraries or the X Window System.
We can use yum
or dnf
to install wxBase3
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wxBase3.
Install wxBase3 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 wxBase3
using dnf
by running the following command:
sudo dnf -y install wxBase3
Install wxBase3 on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
title: “How To Install wxBase3 on Fedora 36”
After updating yum database, We can install wxBase3
using yum
by running the following command:
linkTitle: “wxBase3”
type: “docs”
sudo yum -y install wxBase3
description: "In this tutorial we learn how to install wxBase3 in Fedora 36. wxBase3 is Non-GUI support classes from the wxWidgets library"
date: “2022-08-17” lastmod: “2022-08-17”
How To Uninstall wxBase3 on Fedora 36
#image: /images/fedora/36/wxBase3-featured.png
To uninstall only the wxBase3
package we can use the following command:
Introduction
sudo dnf remove wxBase3
In this tutorial we learn how to install wxBase3
on Fedora 36.
wxBase3 Package Contents on Fedora 36
What is wxBase3
> Every wxWidgets application must link against this library. It contains mandatory classes that any wxWidgets code depends on (like wxString) and portability classes that abstract differences between platforms. wxBase can be used to develop console mode applications -- it does not require any GUI libraries or the X Window System.
We can use `yum` or `dnf` to install `wxBase3` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wxBase3.
## Install wxBase3 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 wxBase3
using dnf
by running the following command:
sudo dnf -y install wxBase3
Install wxBase3 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 wxBase3
using yum
by running the following command:
sudo yum -y install wxBase3
How To Uninstall wxBase3 on Fedora 36
To uninstall only the wxBase3
package we can use the following command:
sudo dnf remove wxBase3
wxBase3 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/107de54cdcc7d6b68d7b61f45ea78777097172
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/cdba92e593e6c87ea9078a5278b494e61d78c8
/usr/lib/.build-id/de
/usr/lib/.build-id/de/58333aba6247734782fe9193a3e6ebd544d1fe
/usr/lib64/libwx_baseu-3.0.so.0
/usr/lib64/libwx_baseu-3.0.so.0.5.0
/usr/lib64/libwx_baseu_net-3.0.so.0
/usr/lib64/libwx_baseu_net-3.0.so.0.5.0
/usr/lib64/libwx_baseu_xml-3.0.so.0
/usr/lib64/libwx_baseu_xml-3.0.so.0.5.0
/usr/share/doc/wxBase3
/usr/share/doc/wxBase3/changes.txt
/usr/share/doc/wxBase3/gpl.txt
/usr/share/doc/wxBase3/lgpl.txt
/usr/share/doc/wxBase3/licence.txt
/usr/share/doc/wxBase3/licendoc.txt
/usr/share/doc/wxBase3/preamble.txt
/usr/share/doc/wxBase3/readme.txt
References
Summary
In this tutorial we learn how to install wxBase3
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/53 /usr/lib/.build-id/53/d5faeea106c8e55e649622819412d4c9567442 /usr/lib/.build-id/af /usr/lib/.build-id/af/51fd6cce0d522bc4aade37beedbd9d0935de42 /usr/lib/.build-id/fa /usr/lib/.build-id/fa/6ac6dcc8a63a74a046dc5c87b825ceaf970d99 /usr/lib/libwx_baseu-3.0.so.0 /usr/lib/libwx_baseu-3.0.so.0.5.0 /usr/lib/libwx_baseu_net-3.0.so.0 /usr/lib/libwx_baseu_net-3.0.so.0.5.0 /usr/lib/libwx_baseu_xml-3.0.so.0 /usr/lib/libwx_baseu_xml-3.0.so.0.5.0 /usr/share/doc/wxBase3 /usr/share/doc/wxBase3/changes.txt /usr/share/doc/wxBase3/gpl.txt /usr/share/doc/wxBase3/lgpl.txt /usr/share/doc/wxBase3/licence.txt /usr/share/doc/wxBase3/licendoc.txt /usr/share/doc/wxBase3/preamble.txt /usr/share/doc/wxBase3/readme.txt
## References
* [wxBase3 website](https://www.wxwidgets.org/)
## Summary
In this tutorial we learn how to install `wxBase3` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).