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

Last updated: October 04,2024

1. Install "python312-python-dbusmock" package

This guide covers the steps necessary to install python312-python-dbusmock on openSuSE Tumbleweed

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

2. Uninstall "python312-python-dbusmock" package

This is a short guide on how to uninstall python312-python-dbusmock on openSuSE Tumbleweed:

$ sudo zypper remove python312-python-dbusmock

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

Information for package python312-python-dbusmock:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-python-dbusmock
Version : 0.30.2-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 589.2 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.