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

Last updated: May 06,2024

1. Install "libinjeqt-dev" package

Please follow the guidance below to install libinjeqt-dev on Kali Linux

$ sudo apt update $ sudo apt install libinjeqt-dev

2. Uninstall "libinjeqt-dev" package

This tutorial shows how to uninstall libinjeqt-dev on Kali Linux:

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

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

Package: libinjeqt-dev
Source: injeqt
Version: 1.1.0-1.1
Installed-Size: 84
Maintainer: Patryk Cisek
Architecture: amd64
Depends: libinjeqt1 (= 1.1.0-1.1)
Size: 12732
SHA256: bae5b71efd118c7e0d7bf000eb7b261d1a1e7fd7adb005e67541200b6390d22d
SHA1: 09e51901f5cc43f24a75154ce6e119df8049783b
MD5sum: 9fb3835c4a0f1ab7383423c84d983833
Description: Dependency injection framework for Qt
Dependency injection is an implementation of inverse of control and can be
used to increase program modularity and extendability. In general it also
results in more testable source code.
.
There is a lot of dependency injection frameworks for bytecode based
languages like Java and C#, for instance Guice and Spring. C++ lacks
reflection facilities that make dependency injection so powerful in these
languages.
.
Injeqt is an attempt to build a powerful and reliable dependency injection
framework on Qt's reflection based on MOC (meta-object compiler). For
version 0.1 some basic features were implemented.
.
This package contains development files needed to compile software, that
uses the library.
Description-md5:
Homepage: https://github.com/vogel/injeqt
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/i/injeqt/libinjeqt-dev_1.1.0-1.1_amd64.deb