How to Install and Uninstall sip.x86_64 Package on Amazon Linux 2

Last updated: June 26,2024

1. Install "sip.x86_64" package

In this section, we are going to explain the necessary steps to install sip.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install sip.x86_64

2. Uninstall "sip.x86_64" package

This is a short guide on how to uninstall sip.x86_64 on Amazon Linux 2:

$ sudo yum remove sip.x86_64 $ sudo yum autoremove

3. Information about the sip.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : sip
Arch : x86_64
Version : 4.14.6
Release : 4.amzn2.0.1
Size : 121 k
Repo : amzn2-core/2/x86_64
Summary : SIP - Python/C++ Bindings Generator
URL : http://www.riverbankcomputing.com/software/sip/intro
License : GPLv2 or GPLv3 and (GPLv3+ with exceptions)
Description : 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.