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

Last updated: November 24,2024

1. Install "sip.src" package

This guide covers the steps necessary to install sip.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install sip.src

2. Uninstall "sip.src" package

This is a short guide on how to uninstall sip.src on Oracle Linux 9:

$ sudo dnf remove sip.src $ sudo dnf autoremove

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

Last metadata expiration check: 0:47:13 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : sip
Version : 4.19.25
Release : 1.el9
Architecture : src
Size : 1.0 M
Source : None
Repository : ol9_appstream
Summary : SIP - Python/C++ Bindings Generator
URL : https://riverbankcomputing.com/software/sip/intro
License : GPLv2 or GPLv3 and (GPLv3+ with exceptions)
Description : SIP is a tool for generating bindings for C++ classes so that they can be
: accessed as normal Python classes. SIP takes many of its ideas from SWIG but,
: because it is specifically designed for C++ and Python, is able to generate
: tighter bindings. SIP is so called because it is a small SWIG.
:
: SIP was originally designed to generate Python bindings for KDE and so has
: explicit support for the signal slot mechanism used by the Qt/KDE class
: libraries. However, SIP can be used to generate Python bindings for any C++
: class library.