How to Install and Uninstall python3-dasbus.noarch Package on CentOS Stream 9

Last updated: October 13,2024

1. Install "python3-dasbus.noarch" package

In this section, we are going to explain the necessary steps to install python3-dasbus.noarch on CentOS Stream 9

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

2. Uninstall "python3-dasbus.noarch" package

This tutorial shows how to uninstall python3-dasbus.noarch on CentOS Stream 9:

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

3. Information about the python3-dasbus.noarch package on CentOS Stream 9

Last metadata expiration check: 3:09:21 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-dasbus
Version : 1.4
Release : 5.el9
Architecture : noarch
Size : 102 k
Source : python-dasbus-1.4-5.el9.src.rpm
Repository : appstream
Summary : DBus library in Python 3
URL : https://pypi.python.org/pypi/dasbus
License : LGPLv2+
Description : Dasbus is a DBus library written in Python 3, based on
: GLib and inspired by pydbus. It is designed to be easy
: to use and extend.