First i installed a Linode with the app OpenLiteSpeed WordPress.
This script by default installed Mariadb 10.6.5 and everything works fine.
Then I wanted to install the Cyberpanel by following this guide 01 - Installing CyberPanel - Docs - CyberPanel Community
Sadly the install fails with:
The following packages have unmet dependencies:
libmariadbclient-dev : Depends: libmariadb-dev (= 1:10.3.32-0ubuntu0.20.04.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
above command failed…
Is this script compatible with Mariadb 10.6? I read that libmariadb-dev is not used since v10.5.
How can we solve this?
Thanks!