How to Install and Uninstall sip6.x86_64 Package on AlmaLinux 9

Last updated: October 05,2024

1. Install "sip6.x86_64" package

This is a short guide on how to install sip6.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install sip6.x86_64

2. Uninstall "sip6.x86_64" package

This guide covers the steps necessary to uninstall sip6.x86_64 on AlmaLinux 9:

$ sudo dnf remove sip6.x86_64 $ sudo dnf autoremove

3. Information about the sip6.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:21:23 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : sip6
Version : 6.6.2
Release : 2.el9
Architecture : x86_64
Size : 445 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.