helm-system-packages
helm-system-packages copied to clipboard
A Helm interface to the package manager of your operating system
Is there anything like apt-file integrated into helm ?
As for today, guix provided v1.10.2 release is buggy under ArchLinux. Installing from melpa (non stable, so latest commit) fixes the problem.
I'm getting `Waiting for process to die... done` in the minibuffer whenever I type a character within `helm-system-packages` on Gentoo (w/Portage), and when I type multiple characters in relatively quick...
I've just found your blog and this package. I was excited. When I saw there was no support for dnf I started writing one starting from the support for dpkg....
When I run `helm-system-packages` in Emacs on my Void machine, I get the message: `Dependencies are missing (apt-get, apt-cache, apt-mark), please install them` I don't see anything in the instructions...
This adds some test data for dpkg. I can produce data for other system packages, but I'm waiting for you to make use of that first.
PackageKit is an high-level interface to handle package managers of [many distributions](https://en.wikipedia.org/wiki/PackageKit#Back-ends) including apt, dnf, pacman, portage, urpmi... To get the list of packages, you have to write something like...
Hi, How do i go about using trizen? It uses the same structure/commands as pacman but allows for aur support. (it doesnt require running as root however) Thanks
I see that [system-packages](https://github.com/jabranham/system-packages) already supports quite a few different package manager. Would it be more or less straightforward for this package to support some other package manager?
Since quite some people use both [Chocolatey](https://www.chocolatey.org) and GNU Emacs on Windows, it might be interesting to support it. I'll leave this here until I (or someone else...?) find(s) the...