How to Install and Uninstall sip6.src Package on Oracle Linux 9

Last updated: October 08,2024

1. Install "sip6.src" package

In this section, we are going to explain the necessary steps to install sip6.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install sip6.src

2. Uninstall "sip6.src" package

Please follow the step by step instructions below to uninstall sip6.src on Oracle Linux 9:

$ sudo dnf remove sip6.src $ sudo dnf autoremove

3. Information about the sip6.src package on Oracle Linux 9

Last metadata expiration check: 1:52:01 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : sip6
Version : 6.6.2
Release : 2.el9
Architecture : src
Size : 1.1 M
Source : None
Repository : ol9_appstream
Summary : SIP - Python/C++ Bindings Generator
URL : https://www.riverbankcomputing.com/software/sip
License : (GPLv2 or GPLv3) and (GPLv2+ with exceptions)
Description : SIP is a collection of tools that makes it very easy to create Python bindings
: for C and C++ libraries. It was originally developed in 1998 to create PyQt,
: the Python bindings for the Qt toolkit, but can be used to create bindings for
: any C or C++ library. For example it is also used to generate wxPython, the
: Python bindings for wxWidgets.