Skip to content

raveit65/yumex-dnf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

23-03-2017: yumex-dnf is no longer under active development

Yum Extender (yumex-dnf)

This repository contains a complete rewrite of Yum Extender in python3, Gtk3 and using the dnf-daemon dbus API for packaging actions

How to build & install test rpms

git clone https://github.com/timlau/yumex-dnf.git
cd yumex-dnf
make get-builddeps
make test-inst

Requirements

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

Fedora Repository

yumex-dnf is available in the Fedora repositories for f22, f23 & Rawhide

Use this to install it.

sudo dnf install yumex-dnf

Fedora Copr Repository

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

Contributing

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.

About

Next Generation of Yum Extender using DNF as backend

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.9%
  • Makefile 4.1%