Page 1 of 1

CloudLinux 9 Installation

Posted: 01 Oct 2024, 23:46
by sozotech
In the INSTALL.TXT file there are specific instructions for CloudLinux 8 but nothing for CloudLinux 9.

Should I use the CloudLinux v8 Instructions or AlmaLinux v9?

Code: Select all

CloudLinux v8 (one line at a time here)
--------->
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
yum install perl-Mail-DKIM
yum install perl-Mail-SPF
cpanm Filesys::Df Net::CIDR Convert::TNEF OLE::Storage_Lite DateTime GD::Graph Razor::Agent Convert::BinHex

yum install perl-DateTime

yum config-manager --set-enabled cloudlinux-PowerTools

yum install epel-release

yum config-manager --set-enabled epel

yum install spamassassin gd gd-devel perl-Filesys-Df perl-IO-stringy.noarch perl-Net-CIDR.noarch perl-MIME-tools.noarch perl-Convert-TNEF.noarch perl-OLE-Storage_Lite.noarch perl-DBD-MySQL perl-DBD-SQLite perl-GDGraph perl-Path-Tiny perl-Archive-Zip perl-CGI perl-JSON perl-Razor-Agent perl-ExtUtils-Embed perl-DBI perl-libwww-perl perl-App-cpanminus

cpanm install Sys::Hostname::Long
cpanm install Sys::SigAction
cpanm install LWP::Protocol::https
<---------


AlmaLinux v9 (one line at a time here)
--------->
yum install epel-release

yum install 'dnf-command(config-manager)'
yum config-manager --set-enabled crb

yum install perl-DateTime

yum install spamassassin gd gd-devel perl-Filesys-Df perl-IO-stringy.noarch perl-Net-CIDR.noarch perl-MIME-tools.noarch perl-Convert-TNEF.noarch perl-OLE-Storage_Lite.noarch perl-DBD-MySQL perl-DBD-SQLite perl-GDGraph perl-Path-Tiny perl-Archive-Zip perl-CGI perl-JSON perl-Razor-Agent perl-ExtUtils-Embed perl-DBI perl-libwww-perl perl-App-cpanminus perl-LWP-Protocol-https

cpanm install Sys::Hostname::Long
cpanm install Sys::SigAction
cpanm install GD::Graph
<---------

Re: CloudLinux 9 Installation

Posted: 01 Oct 2024, 23:48
by sozotech
I should note this is to install on cPanel... I might be confused...is the above instructions for Directadmin only or cPanel too?

Re: CloudLinux 9 Installation

Posted: 02 Oct 2024, 08:59
by Sarah
Those additional instructions for specific OSes are only for DirectAdmin. The cPanel install is just the first 6 steps in the INSTALL.txt document.