How to Install and Uninstall sip6.x86_64 Package on Rocky Linux 9

Last updated: October 09,2024

1. Install "sip6.x86_64" package

Please follow the steps below to install sip6.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install sip6.x86_64

2. Uninstall "sip6.x86_64" package

Please follow the guidelines below to uninstall sip6.x86_64 on Rocky Linux 9:

$ sudo dnf remove sip6.x86_64 $ sudo dnf autoremove

3. Information about the sip6.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:13:49 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : sip6
Version : 6.6.2
Release : 2.el9
Architecture : x86_64
Size : 446 k
Source : sip6-6.6.2-2.el9.src.rpm
Repository : 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.