How to Install and Uninstall libinjeqt0 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libinjeqt0" package

Please follow the step by step instructions below to install libinjeqt0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libinjeqt0

2. Uninstall "libinjeqt0" package

Please follow the guidelines below to uninstall libinjeqt0 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libinjeqt0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libinjeqt0 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libinjeqt0
Priority: optional
Section: universe/libs
Installed-Size: 577
Maintainer: Ubuntu Developers
Original-Maintainer: Patryk Cisek
Architecture: amd64
Source: injeqt
Version: 1.0.1-1
Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libqt5core5a (>= 5.0.2), libstdc++6 (>= 4.5)
Filename: pool/universe/i/injeqt/libinjeqt0_1.0.1-1_amd64.deb
Size: 99536
MD5sum: e45564d97fae23860cf7cd2c01dfdca5
SHA1: c9328727b28753b1a1d1e29dc78e4874b890dc8b
SHA256: 68b8004b055e68a380b88303ab77598741c10697eacc7ba061a5452a64e6e7fe
Description-en: 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 the library.
Description-md5: 06f4d2407a8cb6453b263629de242e63
Homepage: https://github.com/vogel/injeqt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu