How To Install sip-doc on Fedora 36

In this tutorial we learn how to install sip-doc in Fedora 36. sip-doc is Documentation for SIP - Python/C++ Bindings Generator

Introduction

In this tutorial we learn how to install sip-doc on Fedora 36.

What is sip-doc

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.

We can use yum or dnf to install sip-doc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sip-doc.

Install sip-doc 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 sip-doc using dnf by running the following command:

sudo dnf -y install sip-doc

Install sip-doc 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 sip-doc using yum by running the following command:

sudo yum -y install sip-doc

How To Uninstall sip-doc on Fedora 36

To uninstall only the sip-doc package we can use the following command:

sudo dnf remove sip-doc

sip-doc Package Contents on Fedora 36

/usr/share/doc/sip/html
/usr/share/doc/sip/html/_sources
/usr/share/doc/sip/html/_sources/annotations.rst.txt
/usr/share/doc/sip/html/_sources/build_system.rst.txt
/usr/share/doc/sip/html/_sources/c_api.rst.txt
/usr/share/doc/sip/html/_sources/command_line.rst.txt
/usr/share/doc/sip/html/_sources/directives.rst.txt
/usr/share/doc/sip/html/_sources/distutils.rst.txt
/usr/share/doc/sip/html/_sources/embedding.rst.txt
/usr/share/doc/sip/html/_sources/incompatibilities.rst.txt
/usr/share/doc/sip/html/_sources/index.rst.txt
/usr/share/doc/sip/html/_sources/installation.rst.txt
/usr/share/doc/sip/html/_sources/introduction.rst.txt
/usr/share/doc/sip/html/_sources/python_api.rst.txt
/usr/share/doc/sip/html/_sources/specification_files.rst.txt
/usr/share/doc/sip/html/_sources/using.rst.txt
/usr/share/doc/sip/html/_static
/usr/share/doc/sip/html/_static/basic.css
/usr/share/doc/sip/html/_static/classic.css
/usr/share/doc/sip/html/_static/doctools.js
/usr/share/doc/sip/html/_static/documentation_options.js
/usr/share/doc/sip/html/_static/file.png
/usr/share/doc/sip/html/_static/jquery-3.5.1.js
/usr/share/doc/sip/html/_static/jquery.js
/usr/share/doc/sip/html/_static/language_data.js
/usr/share/doc/sip/html/_static/logo.png
/usr/share/doc/sip/html/_static/logo_tn.ico
/usr/share/doc/sip/html/_static/minus.png
/usr/share/doc/sip/html/_static/plus.png
/usr/share/doc/sip/html/_static/pygments.css
/usr/share/doc/sip/html/_static/riverbank.css
/usr/share/doc/sip/html/_static/searchtools.js
/usr/share/doc/sip/html/_static/sidebar.js
/usr/share/doc/sip/html/_static/underscore-1.3.1.js
/usr/share/doc/sip/html/_static/underscore.js
/usr/share/doc/sip/html/annotations.html
/usr/share/doc/sip/html/build_system.html
/usr/share/doc/sip/html/c_api.html
/usr/share/doc/sip/html/command_line.html
/usr/share/doc/sip/html/directives.html
/usr/share/doc/sip/html/distutils.html
/usr/share/doc/sip/html/embedding.html
/usr/share/doc/sip/html/genindex.html
/usr/share/doc/sip/html/incompatibilities.html
/usr/share/doc/sip/html/index.html
/usr/share/doc/sip/html/installation.html
/usr/share/doc/sip/html/introduction.html
/usr/share/doc/sip/html/objects.inv
/usr/share/doc/sip/html/py-modindex.html
/usr/share/doc/sip/html/python_api.html
/usr/share/doc/sip/html/search.html
/usr/share/doc/sip/html/searchindex.js
/usr/share/doc/sip/html/specification_files.html
/usr/share/doc/sip/html/using.html

References

Summary

In this tutorial we learn how to install sip-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).