emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/system-packages 07d909e 022/117: Adds support for yum


From: Stefan Monnier
Subject: [elpa] externals/system-packages 07d909e 022/117: Adds support for yum
Date: Fri, 14 Dec 2018 17:02:01 -0500 (EST)

branch: externals/system-packages
commit 07d909ebfb22fdc4242a568f64d46959646456bf
Author: Alex Branham <address@hidden>
Commit: Alex Branham <address@hidden>

    Adds support for yum
---
 system-packages.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/system-packages.el b/system-packages.el
index c93d708..eac40e4 100644
--- a/system-packages.el
+++ b/system-packages.el
@@ -88,6 +88,14 @@
           (remove-orphaned . "dnf autoremove")
           (list-installed-packages . "dnf list --installed")
           (list-installed-packages-all . nil)))
+    (yum .
+         ((default-sudo . t)
+          (install . "yum install")
+          (search . "yum search")
+          (uninstall . "yum remove")
+          (update . ("yum update"))
+          (remove-orphaned . "yum autoremove")
+          (list-installed-packages . "yum list")
           (list-installed-packages-all . nil)))
     ;; Mac
     (brew .



reply via email to

[Prev in Thread] Current Thread [Next in Thread]