Variable: pcmpl-rpm-dnf-cache-file

pcmpl-rpm-dnf-cache-file is a variable defined in pcmpl-rpm.el.gz.

Value

"/var/cache/dnf/packages.db"

Documentation

Location of the DNF cache.

Source Code

;; Defined in /usr/src/emacs/lisp/pcmpl-rpm.el.gz
;;; DNF

(defvar pcmpl-rpm-dnf-cache-file "/var/cache/dnf/packages.db"
  "Location of the DNF cache.")