How to Install and Uninstall sip6.x86_64 Package on CentOS Stream 8

Last updated: July 07,2024

1. Install "sip6.x86_64" package

Please follow the steps below to install sip6.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install sip6.x86_64

2. Uninstall "sip6.x86_64" package

Here is a brief guide to show you how to uninstall sip6.x86_64 on CentOS Stream 8:

$ sudo dnf remove sip6.x86_64 $ sudo dnf autoremove

3. Information about the sip6.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:11:44 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : sip6
Version : 6.5.1
Release : 1.el8
Architecture : x86_64
Size : 356 k
Source : sip6-6.5.1-1.el8.src.rpm
Repository : epel
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.