Skip to content

Commit 422674c

Browse files
author
root
committed
4wk: ajusting the documentation - see #1053 and #1054
1 parent c486a05 commit 422674c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

book/01-introduction/sections/installing.asc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,21 @@ $ sudo dnf install asciidoc xmlto docbook2X getopt
9595
$ sudo apt-get install asciidoc xmlto docbook2x getopt
9696
----
9797

98+
If you're using a Debian-based distribution (Debian/Ubuntu/Ubuntu-derivatives), you also need the `install-info` package:
99+
100+
[source,console]
101+
----
102+
$ sudo apt-get install install-info
103+
----
104+
105+
If you're using a RPM-based distribution (Fedora/RHEL/RHEL-derivatives), you also need the `getopt` package (which is already installed on a Debian-based distro):
106+
107+
[source,console]
108+
----
109+
$ sudo dnf install getopt
110+
$ sudo apt-get install getopt
111+
----
112+
98113
Additionally, if you're using Fedora/RHEL/RHEL-derivatives, you need to do this
99114

100115
[source,console]

0 commit comments

Comments
 (0)