How to Install and Uninstall python3-python-dbusmock Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-python-dbusmock" package

Please follow the guidelines below to install python3-python-dbusmock on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-python-dbusmock

2. Uninstall "python3-python-dbusmock" package

Here is a brief guide to show you how to uninstall python3-python-dbusmock on openSUSE Leap:

$ sudo zypper remove python3-python-dbusmock

3. Information about the python3-python-dbusmock package on openSUSE Leap

Information for package python3-python-dbusmock:
------------------------------------------------
Repository : Main Repository
Name : python3-python-dbusmock
Version : 0.19-150400.1.8
Arch : noarch
Vendor : SUSE LLC
Installed Size : 454.1 KiB
Installed : No
Status : not installed
Source package : python-python-dbusmock-0.19-150400.1.8.src
Upstream URL : https://github.com/martinpitt/python-dbusmock
Summary : Python library for creating mock D-Bus objects
Description :
With this program/Python library, one can create mock objects on D-Bus.
This is useful for writing tests for software which talks to D-Bus services
such as upower, systemd, logind, gnome-session or others, and it is hard
(or impossible without root privileges) to set the state of the real services
to what one may expect in tests.