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

Last updated: May 13,2024

1. Install "libumockdev0" package

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

$ sudo apt update $ sudo apt install libumockdev0

2. Uninstall "libumockdev0" package

This is a short guide on how to uninstall libumockdev0 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libumockdev0 $ sudo apt autoclean && sudo apt autoremove

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

Package: libumockdev0
Priority: optional
Section: universe/libs
Installed-Size: 124
Maintainer: Martin Pitt
Original-Maintainer: Martin Pitt
Architecture: amd64
Source: umockdev
Version: 0.8.11-2
Depends: libc6 (>= 2.15), libglib2.0-0 (>= 2.32.0), libudev1 (>= 183)
Filename: pool/universe/u/umockdev/libumockdev0_0.8.11-2_amd64.deb
Size: 32360
MD5sum: 945d522087e6a1a54dead7d7506ff005
SHA1: f1f0cce1b556c66161772fdf6d40d1f5f82b5ab2
SHA256: 1d435949be2e9a007cc9d521e2a6abbbd7edde1a86dabffc91c0897f53adff48
Description-en: hardware mocking testbed for bug reports and regression tests
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.
Description-md5: ebb621f9941ee1cde03190e72e506f3c
Multi-Arch: same
Homepage: https://github.com/martinpitt/umockdev/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu