How to Install and Uninstall python-dbusmock Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: November 01,2024
1. Install "python-dbusmock" package
This tutorial shows how to install python-dbusmock on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
python-dbusmock
Copied
2. Uninstall "python-dbusmock" package
This guide covers the steps necessary to uninstall python-dbusmock on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
python-dbusmock
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the python-dbusmock package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: python-dbusmock
Priority: optional
Section: universe/python
Installed-Size: 345
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 0.16.3-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-dbus, python-gi, gir1.2-glib-2.0 (>= 1.32), dbus-x11
Filename: pool/universe/p/python-dbusmock/python-dbusmock_0.16.3-1_all.deb
Size: 55792
MD5sum: 921f7eb39b6bb46140e81366c9bbbc64
SHA1: 7dae1681a57d64e593736a08cde366aa0fd14ebb
SHA256: 76e23b010e4064e747055053080eb329c86e0b6bfa8ea534f2566d40fc29e2a9
Description-en: mock D-Bus objects for tests (Python 2)
With python-dbusmock you can easily create mock objects on D-Bus. This is
useful for writing tests for software which talks to D-Bus services such as
upower, systemd, ConsoleKit, gnome-session or others, and it is hard (or
impossible without root privileges) to set the state of the real services to
what you expect in your tests.
.
Mock objects look like the real API (or at least the parts that you actually
need), but they do not actually do anything (or only some action that you
specify yourself). You can configure their state, behaviour and responses as
you like in your test, without making any assumptions about the real system
status.
.
You can use this with any programming language, as you can run the mocker as a
normal program. The actual setup of the mock (adding objects, methods,
properties, etc.) all happen via D-Bus methods on the
org.freedesktop.DBus.Mock interface. You just don't have the convenience
D-Bus launch API that way.
Description-md5: 3629dacf014f3c6c1882a79a79cbda2d
Multi-Arch: foreign
Homepage: https://github.com/martinpitt/python-dbusmock/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/python
Installed-Size: 345
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 0.16.3-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-dbus, python-gi, gir1.2-glib-2.0 (>= 1.32), dbus-x11
Filename: pool/universe/p/python-dbusmock/python-dbusmock_0.16.3-1_all.deb
Size: 55792
MD5sum: 921f7eb39b6bb46140e81366c9bbbc64
SHA1: 7dae1681a57d64e593736a08cde366aa0fd14ebb
SHA256: 76e23b010e4064e747055053080eb329c86e0b6bfa8ea534f2566d40fc29e2a9
Description-en: mock D-Bus objects for tests (Python 2)
With python-dbusmock you can easily create mock objects on D-Bus. This is
useful for writing tests for software which talks to D-Bus services such as
upower, systemd, ConsoleKit, gnome-session or others, and it is hard (or
impossible without root privileges) to set the state of the real services to
what you expect in your tests.
.
Mock objects look like the real API (or at least the parts that you actually
need), but they do not actually do anything (or only some action that you
specify yourself). You can configure their state, behaviour and responses as
you like in your test, without making any assumptions about the real system
status.
.
You can use this with any programming language, as you can run the mocker as a
normal program. The actual setup of the mock (adding objects, methods,
properties, etc.) all happen via D-Bus methods on the
org.freedesktop.DBus.Mock interface. You just don't have the convenience
D-Bus launch API that way.
Description-md5: 3629dacf014f3c6c1882a79a79cbda2d
Multi-Arch: foreign
Homepage: https://github.com/martinpitt/python-dbusmock/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu