emacs-helm / helm-system-packages

A Helm interface to the package manager of your operating system
GNU General Public License v3.0
106 stars 11 forks source link

Fedora alien package causes wrong packagae manager to get detected #36

Closed dantecatalfamo closed 4 years ago

dantecatalfamo commented 4 years ago

alien is a package that lets you convert .deb packages into .rpm packages, and in order to work it installs dpkg. Since helm-system-packages checks for dpkg before dnf it will find dpkg, not find apt and fail. I found that placing dnf before dpkg in the helm-system-packages function fixed that.