Home > Repositories > base > dnfdaemon

dnfdaemon: DBus daemon for doing package action with the dnf package manager

dnf-daemon is a 2 DBus services there make part for dnf's API available for application via DBus calls.
There is a DBus session bus service running as current user for performing readonly actions.
There is a DBus system bus service running as root for performing actions there is making changes to the system
This makes it easy to do packaging action from your application no matter what language it is written in, as long as there is DBus binding for it.
dnf-daemon uses PolicyKit for authentication for the system service, so when you call one of the commands (as normal users) you will get a
PolicyKit dialog to ask for password of a privileged user like root.
Name:dnfdaemon
Release: 0.3.22-4mamba
Group:System/Management
Maintainer:silvan
License:GPL
Size:78.04 kB
Upstream URL:https://github.com/manatools/dnfdaemon/
Build time:2024-01-11 17:37:19
Binary packages and requirements
x86_64aarch64i586
Built RPMSdnfdaemon
dnfdaemon
dnfdaemon
Build requirementslibpython311-devel [1]
libpython311-devel [1]
libpython311-devel [1]
History of changes
DatePackagerReleaseDescription
2024-01-11silvan0.3.22-4mamba- rebuilt with python3 == 3.11
2023-03-23silvan0.3.22-3mamba- require libdnf >= 0.70.0-2mamba (build with python 3.10)
2023-03-22silvan0.3.22-2mamba- rebuilt with python 3.10
2022-11-12silvan0.3.22-1mamba- package created using the webbuild interface