How To Install dbus-python-devel on Fedora 36
Introduction
In this tutorial we learn how to install dbus-python-devel
on Fedora 36.
What is dbus-python-devel
Headers and static libraries for hooking up custom mainloops to the dbus python bindings.
We can use yum
or dnf
to install dbus-python-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dbus-python-devel.
Install dbus-python-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install dbus-python-devel
using dnf
by running the following command:
sudo dnf -y install dbus-python-devel
Install dbus-python-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install dbus-python-devel
using yum
by running the following command:
sudo yum -y install dbus-python-devel
How To Uninstall dbus-python-devel on Fedora 36
To uninstall only the dbus-python-devel
package we can use the following command:
sudo dnf remove dbus-python-devel
dbus-python-devel Package Contents on Fedora 36
---
title: "How To Install dbus-python-devel on Fedora 36"
linkTitle: "dbus-python-devel"
type: "docs"
description: "In this tutorial we learn how to install dbus-python-devel in Fedora 36. dbus-python-devel is Libraries and headers for dbus-python"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/dbus-python-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `dbus-python-devel` on Fedora 36.
### What is `dbus-python-devel`
> Headers and static libraries for hooking up custom mainloops to the dbus python bindings.
We can use `yum` or `dnf` to install `dbus-python-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dbus-python-devel.
## Install dbus-python-devel on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install dbus-python-devel
using dnf
by running the following command:
sudo dnf -y install dbus-python-devel
Install dbus-python-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install dbus-python-devel
using yum
by running the following command:
sudo yum -y install dbus-python-devel
How To Uninstall dbus-python-devel on Fedora 36
To uninstall only the dbus-python-devel
package we can use the following command:
sudo dnf remove dbus-python-devel
dbus-python-devel Package Contents on Fedora 36
/usr/include/dbus-1.0/dbus/dbus-python.h
/usr/lib/pkgconfig/dbus-python.pc
/usr/share/doc/dbus-python-devel
/usr/share/doc/dbus-python-devel/API_CHANGES.txt
/usr/share/doc/dbus-python-devel/ChangeLog
/usr/share/doc/dbus-python-devel/README
/usr/share/doc/dbus-python-devel/tutorial.txt
References
Summary
In this tutorial we learn how to install dbus-python-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/dbus-1.0/dbus/dbus-python.h /usr/lib64/pkgconfig/dbus-python.pc /usr/share/doc/dbus-python-devel /usr/share/doc/dbus-python-devel/API_CHANGES.txt /usr/share/doc/dbus-python-devel/ChangeLog /usr/share/doc/dbus-python-devel/README /usr/share/doc/dbus-python-devel/tutorial.txt
## References
* [dbus-python-devel website](http://www.freedesktop.org/wiki/Software/DBusBindings/)
## Summary
In this tutorial we learn how to install `dbus-python-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).