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

Last updated: May 20,2024

1. Install "python39-python-dbusmock" package

Please follow the steps below to install python39-python-dbusmock on openSuSE Tumbleweed

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

2. Uninstall "python39-python-dbusmock" package

Please follow the steps below to uninstall python39-python-dbusmock on openSuSE Tumbleweed:

$ sudo zypper remove python39-python-dbusmock

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

Information for package python39-python-dbusmock:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-python-dbusmock
Version : 0.30.2-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 478.9 KiB
Installed : No
Status : not installed
Source package : python-python-dbusmock-0.30.2-1.4.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.