How to Install and Uninstall sip-doc.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "sip-doc.noarch" package

Please follow the steps below to install sip-doc.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install sip-doc.noarch

2. Uninstall "sip-doc.noarch" package

Please follow the guidance below to uninstall sip-doc.noarch on Fedora 34:

$ sudo dnf remove sip-doc.noarch $ sudo dnf autoremove

3. Information about the sip-doc.noarch package on Fedora 34

Last metadata expiration check: 1:15:35 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : sip-doc
Version : 4.19.24
Release : 3.fc34
Architecture : noarch
Size : 291 k
Source : sip-4.19.24-3.fc34.src.rpm
Repository : fedora
Summary : Documentation for SIP - Python/C++ Bindings Generator
URL : https://riverbankcomputing.com/software/sip/intro
License : GPLv2 or GPLv3 and (GPLv3+ with exceptions)
Description : This package contains HTML documentation for SIP.
:
: 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.