From 6fadf9d2aebed4d03d5386f922576216f156e836 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Mar 2016 09:39:39 +0100 Subject: Wizard: add info about yum-utils --- wizard/index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wizard') 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("
    $yum install http://rpms.remirepo.net/enterprise/remi-release-%d.rpm
", $ver); } printf("
"); + printf("
  • Command to install the yum-utils package (for the yum-config-manager command):"); + printf("
        $yum install yum-utils
    "); + printf("

  • "); if ($dist == 'RHEL') { printf("
  • On RHEL you (probably) need to enable the optional channel for some dependencies.

  • "); printf("
  • Command to enable:"); -- cgit