diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-04 09:39:39 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-04 09:39:39 +0100 |
commit | 6fadf9d2aebed4d03d5386f922576216f156e836 (patch) | |
tree | 8a1d1361b7ef4e6c7919daa8bcd02440cf652962 /wizard/index.php | |
parent | 9c06cac55641cbcc7c4aab7595250ad1332c7cfd (diff) |
Wizard: add info about yum-utils
Diffstat (limited to 'wizard/index.php')
-rw-r--r-- | wizard/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wizard/index.php b/wizard/index.php index d772e716..c3ee5c70 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -137,6 +137,9 @@ if ($php && $os && $type && !$err) { printf("<pre> $yum install http://rpms.remirepo.net/enterprise/remi-release-%d.rpm</pre>", $ver); } printf("</li><br />"); + printf("<li>Command to install the yum-utils package (for the yum-config-manager command):"); + printf("<pre> $yum install yum-utils</pre>"); + printf("</li><br />"); if ($dist == 'RHEL') { printf("<li>On <b>RHEL</b> you (probably) need to enable the <b>optional channel</b> for some dependencies.</li><br />"); printf("</li><li>Command to enable:"); |