This repository contains a complete rewrite of Yum Extender in python3, Gtk3 and using the dnf-daemon dbus API for packaging actions
git clone https://github.com/timlau/yumex-dnf.git
cd yumex-dnf
make get-builddeps
make test-inst
dnf install python3 python3-gobject
dnf-deamon python3 bindings must also be installed.
dnf install python3-dnfdaemon
Or build the latest version from git
git clone https://github.com/timlau/dnf-daemon.git
cd dnf-daemon
make test-inst
yumex-dnf is available in the Fedora repositories for f22, f23 & Rawhide
Use this to install it.
sudo dnf install yumex-dnf
yumex-dnf & dnddaemon development packages is available in a fedora Copr repository for f22, f23 & Rawhide
Use this to enable it.
sudo dnf copr enable timlau/yumex-dnf
Please report bugs if you find some. In case you want to propose changes, please do so on Github after testing them. If you want to contribute translations, please do so on Transifex.