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

Last updated: May 18,2024

1. Install "libumockdev-dev" package

Here is a brief guide to show you how to install libumockdev-dev on Kali Linux

$ sudo apt update $ sudo apt install libumockdev-dev

2. Uninstall "libumockdev-dev" package

Here is a brief guide to show you how to uninstall libumockdev-dev on Kali Linux:

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

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

Package: libumockdev-dev
Source: umockdev (0.17.18-1)
Version: 0.17.18-1+b1
Installed-Size: 298
Maintainer: Martin Pitt
Architecture: amd64
Depends: libumockdev0 (= 0.17.18-1+b1), libglib2.0-dev, gir1.2-umockdev-1.0 (= 0.17.18-1+b1)
Size: 31948
SHA256: 9c22d6c3a670306b51c70100d50b14a36a197ebb3f8ea338f33cf6526583e176
SHA1: 26b70fccbf993dbc7aa3fa2121874687c29a740f
MD5sum: 8139b1fe6d33b662e876c33565626247
Description: development files and documentation for libumockdev
umockdev mocks hardware devices for creating unit tests for libraries and
programs that handle Linux hardware devices.
.
This library provides an UMockdevTestbed class for running a program or test
suite under a test bed with the previously recorded devices loaded.
.
Right now this covers sysfs, uevents, basic support for /dev devices, and
recording/mocking usbdevfs ioctls (for PtP/MTP devices).
.
With this you can simulate particular hardware in virtual environments up to
some degree, without needing any particular privileges or disturbing the whole
system.
.
The library supports gobject-introspection and builds a VAPI, so that you can
also use it with Python, JavaScript, and other languages which support GI, and
Vala.
.
This package contains the header, development, and documentation files which
are needed for building umockdev applications.
Description-md5:
Homepage: https://github.com/martinpitt/umockdev/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/u/umockdev/libumockdev-dev_0.17.18-1+b1_amd64.deb