CloudLinux 9 Installation
Posted: 01 Oct 2024, 23:46
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?
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
<---------