Operating System & Version
Ubuntu 22

mark.norgate

Registered
May 25, 2023
1
0
0
UK
cPanel Access Level
Website Owner
I get an error trying to install cPanel on Ubuntu 22.

The installation code provided is:

cd /home && curl -o latest -L
https://securedownloads.cpanel.net/latest && sh latest

I am told it is not supported on this OS.

Is it not possible to install here? The installation is a GCP LiteSpeed WordPress installation and so is out of my control.

If not, what options do I have to restore a database exported with cPanel elsewhere, provided to me without any support?
 

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
15,220
2,420
363
cPanel Access Level
Root Administrator
Hey there! That is correct - cPanel is not supported on Ubuntu 22 just yet. You could use version 20.04, or one of the other operating systems listed here:


If you have the database dump, I would expect you would be able to import that manually using standard MySQL tools on any operating system. Here is an example showing how to do this with PHPMyAdmin:


and here is an example over SSH: