How to Install and Uninstall wxBase3.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 06,2024

1. Install "wxBase3.x86_64" package

Here is a brief guide to show you how to install wxBase3.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install wxBase3.x86_64

2. Uninstall "wxBase3.x86_64" package

In this section, we are going to explain the necessary steps to uninstall wxBase3.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove wxBase3.x86_64 $ sudo dnf autoremove

3. Information about the wxBase3.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:47:16 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : wxBase3
Version : 3.0.4
Release : 11.el8
Architecture : x86_64
Size : 1.1 M
Source : wxGTK3-3.0.4-11.el8.src.rpm
Repository : epel
Summary : Non-GUI support classes from the wxWidgets library
URL : https://www.wxwidgets.org/
License : wxWidgets
Description : 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.