manatools / dnfdragora

dnfdragora is a dnf frontend based on libyui abstraction
GNU General Public License v3.0
137 stars 41 forks source link

Ubuntu version #109

Closed superbonaci closed 6 years ago

superbonaci commented 6 years ago

Would like to have dnfdragora on ubuntu. Could be possible?

anaselli commented 6 years ago

Well from Technical point of view that is possible. I've already ported some perl manatools tools on debian for myself in past... But dnfdragora does not manage apt, so you should use dnf and dnfdaemon to make it working. Are you using dnf?

Conan-Kudo commented 6 years ago

DNF only manages RPM based distributions (it operates on top of RPM). RPM is not the package format for Debian, and even if it was, DNF is not available in Debian at all, which is a core requirement for dnfdaemon, which is what dnfdragora depends on to actually do things. :)

So sadly, unless Debian moves to RPM at some point, this is probably not going to happen.