How to Install and Uninstall libumockdev-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libumockdev-dev" package

Here is a brief guide to show you how to install libumockdev-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ 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 Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libumockdev-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libumockdev-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 218
Maintainer: Martin Pitt
Original-Maintainer: Martin Pitt
Architecture: amd64
Source: umockdev
Version: 0.8.11-2
Depends: libumockdev0 (= 0.8.11-2), libglib2.0-dev, gir1.2-umockdev-1.0
Filename: pool/universe/u/umockdev/libumockdev-dev_0.8.11-2_amd64.deb
Size: 20728
MD5sum: 51a4520f0f40599bc544785912846aeb
SHA1: e8a163a800639b29f23b1eff44933d587fc5a45c
SHA256: 3779d252ecc76bd4e61467e3db8454af4cd40262b002a1c2809df992c8f41433
Description-en: 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: e20e1fd5f7c452d037e06ca09da31d81
Homepage: https://github.com/martinpitt/umockdev/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu