How to Install and Uninstall python3-dbusmock.noarch Package on Fedora 36

Last updated: May 18,2024

1. Install "python3-dbusmock.noarch" package

This guide let you learn how to install python3-dbusmock.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-dbusmock.noarch

2. Uninstall "python3-dbusmock.noarch" package

Please follow the steps below to uninstall python3-dbusmock.noarch on Fedora 36:

$ sudo dnf remove python3-dbusmock.noarch $ sudo dnf autoremove

3. Information about the python3-dbusmock.noarch package on Fedora 36

Last metadata expiration check: 2:40:06 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-dbusmock
Version : 0.28.4
Release : 1.fc36
Architecture : noarch
Size : 100 k
Source : python-dbusmock-0.28.4-1.fc36.src.rpm
Repository : updates
Summary : Mock D-Bus objects (Python3)
URL : https://pypi.python.org/pypi/python-dbusmock
License : LGPLv3+
Description : With this program/Python library 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.