You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
98
113
Additionally, if you're using Fedora/RHEL/RHEL-derivatives, you need to do this
0 commit comments