How to Install and Uninstall python38-python-dbusmock Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "python38-python-dbusmock" package

Learn how to install python38-python-dbusmock on openSuSE Tumbleweed

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

2. Uninstall "python38-python-dbusmock" package

Please follow the guidance below to uninstall python38-python-dbusmock on openSuSE Tumbleweed:

$ sudo zypper remove python38-python-dbusmock

3. Information about the python38-python-dbusmock package on openSuSE Tumbleweed

Information for package python38-python-dbusmock:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-python-dbusmock
Version : 0.19-1.12
Arch : noarch
Vendor : openSUSE
Installed Size : 447,3 KiB
Installed : No
Status : not installed
Source package : python-python-dbusmock-0.19-1.12.src
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.