diff options
| author | Glenn Morris | 2018-09-14 08:54:28 -0700 |
|---|---|---|
| committer | Glenn Morris | 2018-09-14 08:54:28 -0700 |
| commit | 24f240d51e0da1d36950907a753273ecd8ea2075 (patch) | |
| tree | e0151753eb3314c2cd6d40c513e447ca6b890f69 | |
| parent | 41c2d25912fdd7b9adb5c550618335158a0b9d97 (diff) | |
| download | emacs-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-- | INSTALL | 5 | ||||
| -rw-r--r-- | doc/misc/efaq.texi | 5 |
2 files changed, 6 insertions, 4 deletions
| @@ -202,8 +202,9 @@ The names of the packages that you need varies according to the | |||
| 202 | GNU/Linux distribution that you use, and the options that you want to | 202 | GNU/Linux distribution that you use, and the options that you want to |
| 203 | configure Emacs with. On Debian-based systems, you can install all the | 203 | configure Emacs with. On Debian-based systems, you can install all the |
| 204 | packages needed to build the installed version of Emacs with a command | 204 | packages needed to build the installed version of Emacs with a command |
| 205 | like 'apt-get build-dep emacs24'. On Red Hat systems, the | 205 | like 'apt-get build-dep emacs' (on older systems, replace 'emacs' with |
| 206 | corresponding command is 'yum-builddep emacs'. | 206 | eg '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 | ||
| 209 | DETAILED BUILDING AND INSTALLATION: | 210 | DETAILED 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 | ||
| 3363 | Most GNU/Linux distributions provide pre-built Emacs packages. | 3363 | Most GNU/Linux distributions provide pre-built Emacs packages. |
| 3364 | If Emacs is not installed already, you can install it by running (as | 3364 | If Emacs is not installed already, you can install it by running (as |
| 3365 | root) a command such as @samp{yum install emacs} (Red Hat and | 3365 | root) a command such as @samp{dnf install emacs} (Red Hat and |
| 3366 | derivatives) or @samp{apt-get install emacs} (Debian and derivatives). | 3366 | derivatives; use @samp{yum} in older distributions) or |
| 3367 | @samp{apt-get install emacs} (Debian and derivatives). | ||
| 3367 | 3368 | ||
| 3368 | If you want to compile Emacs yourself, read the file @file{INSTALL} in | 3369 | If you want to compile Emacs yourself, read the file @file{INSTALL} in |
| 3369 | the source distribution. In brief: | 3370 | the source distribution. In brief: |