How To Install oddjob on Fedora 36
Introduction
In this tutorial we learn how to install oddjob
on Fedora 36.
What is oddjob
oddjob is a D-Bus service which performs particular tasks for clients which connect to it and issue requests using the system-wide message bus.
We can use yum
or dnf
to install oddjob
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install oddjob.
Install oddjob 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 oddjob
using dnf
by running the following command:
sudo dnf -y install oddjob
Install oddjob 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 oddjob
using yum
by running the following command:
sudo yum -y install oddjob
How To Uninstall oddjob on Fedora 36
To uninstall only the oddjob
package we can use the following command:
sudo dnf remove oddjob
oddjob Package Contents on Fedora 36
/etc/dbus-1/system.d/oddjob.conf
/etc/oddjob
/etc/oddjobd.conf
/etc/oddjobd.conf.d
/etc/oddjobd.conf.d/oddjobd-introspection.conf
/usr/bin/oddjob_request
/usr/lib/.build-id
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/7ae9992b16e590ec974557afc49cacba2f013d
/usr/lib/.build-id/c0/db297211da7b93f847d6f0a366f1e38c4a7ca8
/usr/lib/systemd/system/oddjobd.service
/usr/libexec/oddjob
/usr/libexec/oddjob/sanity.sh
/usr/sbin/oddjobd
/usr/share/doc/oddjob
/usr/share/doc/oddjob/COPYING
/usr/share/doc/oddjob/NEWS
/usr/share/doc/oddjob/QUICKSTART
/usr/share/doc/oddjob/oddjob.html
/usr/share/doc/oddjob/oddjobconfig.dtd
/usr/share/doc/oddjob/reload
/usr/share/doc/oddjob/sample
/usr/share/doc/oddjob/sample/etc
/usr/share/doc/oddjob/sample/etc/dbus-1
/usr/share/doc/oddjob/sample/etc/dbus-1/system.d
/usr/share/doc/oddjob/sample/etc/dbus-1/system.d/oddjob-sample.conf
/usr/share/doc/oddjob/sample/etc/oddjobd.conf.d
/usr/share/doc/oddjob/sample/etc/oddjobd.conf.d/oddjobd-sample.conf
/usr/share/doc/oddjob/sample/usr
/usr/share/doc/oddjob/sample/usr/lib64
/usr/share/doc/oddjob/sample/usr/lib64/oddjob
/usr/share/doc/oddjob/sample/usr/lib64/oddjob/oddjob-sample.sh
/usr/share/man/man1/oddjob_request.1.gz
/usr/share/man/man5/oddjob.conf.5.gz
/usr/share/man/man5/oddjobd-introspection.conf.5.gz
/usr/share/man/man5/oddjobd.conf.5.gz
/usr/share/man/man8/oddjobd.8.gz
References
Summary
In this tutorial we learn how to install oddjob
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).