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

Last updated: July 05,2024

1. Install "python3-dbusmock.noarch" package

Please follow the guidance below to install python3-dbusmock.noarch on Fedora 34

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

2. Uninstall "python3-dbusmock.noarch" package

This guide let you learn how to uninstall python3-dbusmock.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:44:22 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-dbusmock
Version : 0.27.5
Release : 1.fc34
Architecture : noarch
Size : 103 k
Source : python-dbusmock-0.27.5-1.fc34.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.