How to Install and Uninstall sip-dev Package on Kali Linux

Last updated: May 18,2024

1. Install "sip-dev" package

This tutorial shows how to install sip-dev on Kali Linux

$ sudo apt update $ sudo apt install sip-dev

2. Uninstall "sip-dev" package

Please follow the step by step instructions below to uninstall sip-dev on Kali Linux:

$ sudo apt remove sip-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the sip-dev package on Kali Linux

Package: sip-dev
Source: sip4 (4.19.25+dfsg-5)
Version: 4.19.25+dfsg-5+b2
Installed-Size: 526
Maintainer: Debian Python Team
Architecture: amd64
Depends: libc6 (>= 2.34)
Recommends: python3-sip-dev (>= 4.19.25+dfsg-5)
Suggests: python-sip-doc
Size: 252432
SHA256: b3e059ca7155be3cba17c265c0e7acdad51ac9510d731626b4c20e839e95f705
SHA1: 672feff7236e3216b63f2c78217aa55870b716d4
MD5sum: 1f6bf5766f9e8846628c12b6ced04ff7
Description: Python/C++ bindings generator code generator application
SIP is a tool for generating bindings for C++ classes with some ideas
borrowed from SWIG, but capable of tighter bindings because of its
specificity towards C++ and Python.
.
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.
.
Features:
- connecting Qt signals to Python functions and class methods
- connecting Python signals to Qt slots
- overloading virtual member functions with Python class methods
- protected member functions
- abstract classes
- enumerated types
- global class instances
- static member functions.
.
This package contains the code generator tool needed to develop Python and
Python 3 bindings with sip.
Description-md5:
Homepage: https://riverbankcomputing.com/software/sip/intro
Section: python
Priority: optional
Filename: pool/main/s/sip4/sip-dev_4.19.25+dfsg-5+b2_amd64.deb