How To Install dbus-parsec on Fedora 36
In this tutorial we learn how to install dbus-parsec in Fedora 36. dbus-parsec is DBus PARSEC interface
Introduction
In this tutorial we learn how to install dbus-parsec
on Fedora 36.
What is dbus-parsec
DBus PARSEC interface.
We can use yum
or dnf
to install dbus-parsec
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dbus-parsec.
Install dbus-parsec 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-parsec
using dnf
by running the following command:
sudo dnf -y install dbus-parsec
Install dbus-parsec 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-parsec
using yum
by running the following command:
sudo yum -y install dbus-parsec
How To Uninstall dbus-parsec on Fedora 36
To uninstall only the dbus-parsec
package we can use the following command:
sudo dnf remove dbus-parsec
dbus-parsec Package Contents on Fedora 36
/usr/bin/dbus-parsec-control
/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/e694c5a574dc480561961e05efd437e5e6cf04
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/a7f4b547ad1af27831eae4576ac6dab977c65b
/usr/lib/systemd/system/dbus-parsec.service
/usr/libexec/dbus-parsec
/usr/share/dbus-1/system.d/dbus-parsec.conf
/usr/share/doc/dbus-parsec
/usr/share/doc/dbus-parsec/README.md
/usr/share/licenses/dbus-parsec
/usr/share/licenses/dbus-parsec/LICENSE
/var/lib/dbus-parsec
References
Summary
In this tutorial we learn how to install dbus-parsec
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).