branch: externals/system-packages commit 557b1eb96479cc6c73b9b7d509dd60b0ee71934d Author: Alex Branham <bran...@utexas.edu> Commit: Alex Branham <bran...@utexas.edu>
Support listing installed packages in apt --- system-packages.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system-packages.el b/system-packages.el index 5a03d2a..1d3a94b 100644 --- a/system-packages.el +++ b/system-packages.el @@ -141,8 +141,8 @@ (verify-all-packages . "debsums") (verify-all-dependencies . "apt-get check") (remove-orphaned . "apt-get autoremove") - (list-installed-packages . nil) - (list-installed-packages-all . nil) + (list-installed-packages . "dpkg -l") + (list-installed-packages-all . "dpkg -l") (list-dependencies-of . "apt-cache deps") (noconfirm . "-y"))) (aptitude .