Announcement

Collapse
No announcement yet.

PHP Selector install

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • PHP Selector install

    I tried to install PHP selector using guide (https://docs.cloudlinux.com/cloudlin...n-and-update-4) but it show error after command yum groupinstall alt-php

    Loaded plugins: universal-hooks
    Warning: group alt-php does not exist.
    Maybe run: yum groups mark install (see man yum)
    Error: No packages in any requested group available to install or update

    yum install cagefs lvemanager
    Loaded plugins: universal-hooks
    No package cagefs available.
    No package lvemanager available.
    Error: Nothing to do

    Installed CentOS 7 (64-bit), PHP 7.3, WHM and CPanel. How commands doesnt work?

  • #2
    This topic can remove. It is different commands for Centos than CloudLinux...

    Comment


    • #3
      Hello,
      Thank you for reaching out! There are two reasons why you cannot install any CL packages:
      1) you do not have a license and the server is not registered. Registration can be performed by the link https://cln.cloudlinux.com/console/register/customer
      2) everything is ok with your license, but our rhn plugin is off
      Loaded plugins: universal-hooks
      In this case, you need to install:
      yum --enablerepo = cloudlinux-base install yum-rhn-plugin
      and turn on enable=1 in /etc/yum/pluginconf.d/rhnplugin.conf
      If you have any other questions, feel free to ask here. Thank you for contacting us.

      Comment

      Working...
      X