How To Install dbus-python-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install dbus-python-devel.x86_64 in Amazon Linux 2. dbus-python-devel.x86_64 is Libraries and headers for dbus-python
Introduction
In this tutorial we learn how to install dbus-python-devel.x86_64 on Amazon Linux 2.
What is dbus-python-devel.x86_64
Headers and static libraries for hooking up custom mainloops to the dbus python bindings.
We can use yum to install dbus-python-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install dbus-python-devel.x86_64.
Install dbus-python-devel.x86_64 on Amazon Linux 2 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.x86_64 using yum by running the following command:
sudo yum -y install dbus-python-devel.x86_64
How To Uninstall dbus-python-devel.x86_64 on Amazon Linux 2
To uninstall only the dbus-python-devel.x86_64 package we can use the following command:
sudo yum remove dbus-python-devel.x86_64
dbus-python-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/dbus-1.0/dbus/dbus-python.h
/usr/lib64/pkgconfig/dbus-python.pc
/usr/share/doc/dbus-python-devel-1.1.1
/usr/share/doc/dbus-python-devel-1.1.1/API_CHANGES.txt
/usr/share/doc/dbus-python-devel-1.1.1/HACKING.txt
/usr/share/doc/dbus-python-devel-1.1.1/tutorial.txt
References
Summary
In this tutorial we learn how to install dbus-python-devel.x86_64 on Amazon Linux 2 using yum.