aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2018-09-14 08:54:28 -0700
committerGlenn Morris2018-09-14 08:54:28 -0700
commit24f240d51e0da1d36950907a753273ecd8ea2075 (patch)
treee0151753eb3314c2cd6d40c513e447ca6b890f69
parent41c2d25912fdd7b9adb5c550618335158a0b9d97 (diff)
downloademacs-24f240d51e0da1d36950907a753273ecd8ea2075.tar.gz
emacs-24f240d51e0da1d36950907a753273ecd8ea2075.zip
Tiny doc updates re yum/dnf etc
* INSTALL: Mention dnf and Debian unversioned emacs package. * doc/misc/efaq.texi (Installing Emacs): Mention dnf.
-rw-r--r--INSTALL5
-rw-r--r--doc/misc/efaq.texi5
2 files changed, 6 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index ab2e800e676..dcf7b6d780f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -202,8 +202,9 @@ The names of the packages that you need varies according to the
202GNU/Linux distribution that you use, and the options that you want to 202GNU/Linux distribution that you use, and the options that you want to
203configure Emacs with. On Debian-based systems, you can install all the 203configure Emacs with. On Debian-based systems, you can install all the
204packages needed to build the installed version of Emacs with a command 204packages needed to build the installed version of Emacs with a command
205like 'apt-get build-dep emacs24'. On Red Hat systems, the 205like 'apt-get build-dep emacs' (on older systems, replace 'emacs' with
206corresponding command is 'yum-builddep emacs'. 206eg 'emacs25'). On Red Hat-based systems, the corresponding command is
207'dnf builddep emacs' (or older systems, use 'yum-builddep' instead).
207 208
208 209
209DETAILED BUILDING AND INSTALLATION: 210DETAILED BUILDING AND INSTALLATION:
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi
index 69a1a6d4652..8bdd40c71cf 100644
--- a/doc/misc/efaq.texi
+++ b/doc/misc/efaq.texi
@@ -3362,8 +3362,9 @@ and binaries, and how to install Emacs on those systems.
3362 3362
3363Most GNU/Linux distributions provide pre-built Emacs packages. 3363Most GNU/Linux distributions provide pre-built Emacs packages.
3364If Emacs is not installed already, you can install it by running (as 3364If Emacs is not installed already, you can install it by running (as
3365root) a command such as @samp{yum install emacs} (Red Hat and 3365root) a command such as @samp{dnf install emacs} (Red Hat and
3366derivatives) or @samp{apt-get install emacs} (Debian and derivatives). 3366derivatives; use @samp{yum} in older distributions) or
3367@samp{apt-get install emacs} (Debian and derivatives).
3367 3368
3368If you want to compile Emacs yourself, read the file @file{INSTALL} in 3369If you want to compile Emacs yourself, read the file @file{INSTALL} in
3369the source distribution. In brief: 3370the source distribution. In brief: