How To Install wxBase on Fedora 36
Introduction
In this tutorial we learn how to install wxBase
on Fedora 36.
What is wxBase
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 wxBase
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wxBase.
Install wxBase 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 wxBase
using dnf
by running the following command:
sudo dnf -y install wxBase
Install wxBase 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 wxBase
using yum
by running the following command:
sudo yum -y install wxBase
How To Uninstall wxBase on Fedora 36
To uninstall only the wxBase
package we can use the following command:
sudo dnf remove wxBase
wxBase Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/971e8a6735e674801db3f8b7c42c0817621a94
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/eabca4d84298fd3c896635ac1aac3fbd118262
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/89ffd45e8492f0939b7eaaaee3be3eace1a6aa
/usr/lib64/libwx_baseu-3.1.so.5
/usr/lib64/libwx_baseu-3.1.so.5.0.0
/usr/lib64/libwx_baseu_net-3.1.so.5
/usr/lib64/libwx_baseu_net-3.1.so.5.0.0
/usr/lib64/libwx_baseu_xml-3.1.so.5
/usr/lib64/libwx_baseu_xml-3.1.so.5.0.0
/usr/share/doc/wxBase
/usr/share/doc/wxBase/changes.txt
/usr/share/doc/wxBase/readme.txt
/usr/share/licenses/wxBase
/usr/share/licenses/wxBase/gpl.txt
/usr/share/licenses/wxBase/lgpl.txt
/usr/share/licenses/wxBase/licence.txt
/usr/share/licenses/wxBase/licendoc.txt
/usr/share/licenses/wxBase/preamble.txt
References
Summary
In this tutorial we learn how to install wxBase
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install wxBase on Fedora 36” linkTitle: “wxBase” type: “docs” description: “In this tutorial we learn how to install wxBase in Fedora 36. wxBase is Non-GUI support classes from the wxWidgets library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/wxBase-featured.png
Introduction
In this tutorial we learn how to install wxBase
on Fedora 36.
What is wxBase
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 wxBase
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wxBase.
Install wxBase 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 wxBase
using dnf
by running the following command:
sudo dnf -y install wxBase
Install wxBase 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 wxBase
using yum
by running the following command:
sudo yum -y install wxBase
How To Uninstall wxBase on Fedora 36
To uninstall only the wxBase
package we can use the following command:
sudo dnf remove wxBase
wxBase Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/844714f05cef256a2c3419397f757f9d404384
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/d99046f22b040fdf4a879fedd221be51bbb50e
/usr/lib/.build-id/90
/usr/lib/.build-id/90/98aa01c5604f50dcee9373b5c17f3a6fbedbe5
/usr/lib/libwx_baseu-3.1.so.5
/usr/lib/libwx_baseu-3.1.so.5.0.0
/usr/lib/libwx_baseu_net-3.1.so.5
/usr/lib/libwx_baseu_net-3.1.so.5.0.0
/usr/lib/libwx_baseu_xml-3.1.so.5
/usr/lib/libwx_baseu_xml-3.1.so.5.0.0
/usr/share/doc/wxBase
/usr/share/doc/wxBase/changes.txt
/usr/share/doc/wxBase/readme.txt
/usr/share/licenses/wxBase
/usr/share/licenses/wxBase/gpl.txt
/usr/share/licenses/wxBase/lgpl.txt
/usr/share/licenses/wxBase/licence.txt
/usr/share/licenses/wxBase/licendoc.txt
/usr/share/licenses/wxBase/preamble.txt
References
Summary
In this tutorial we learn how to install wxBase
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).