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

Last updated: May 17,2024

1. Install "umockdev" package

This is a short guide on how to install umockdev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install umockdev

2. Uninstall "umockdev" package

This tutorial shows how to uninstall umockdev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove umockdev $ sudo apt autoclean && sudo apt autoremove

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

Package: umockdev
Priority: optional
Section: universe/devel
Installed-Size: 157
Maintainer: Martin Pitt
Original-Maintainer: Martin Pitt
Architecture: amd64
Version: 0.8.11-2
Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.32.0), libumockdev0 (>= 0.8)
Filename: pool/universe/u/umockdev/umockdev_0.8.11-2_amd64.deb
Size: 39954
MD5sum: 5b13ff243b51e219dfb1101bb899812a
SHA1: a2ac961467afc944ba7a172615016c72211cf2b5
SHA256: 76852dac292403cebada2c92b71f7a648cc22d61331e5a4118041f2e6b32a908
Description-en: record/mock hardware devices for bug reports and regression tests
umockdev mocks hardware devices for creating unit tests for libraries and
programs that handle Linux hardware devices.
.
This package provides tools to record the properties and behaviour of
particular devices, and to run 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.
Description-md5: 286db1dc230b4374b7e4132a74169450
Homepage: https://github.com/martinpitt/umockdev/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu