Dependencies when installing Openlitespeed on ubuntu 2204.

#1
I had the situation below when installing Openlitespeed on ubuntu 2204. How could I solve it? Thank you.
"
leocla@portal:~$ sudo apt install openlitespeed lsphp81
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
lsphp74 : Depends: libenchant1c2a (>= 1.6.0) but it is not installable
Depends: libonig4 (>= 5.9.5) but it is not installable
Depends: libssl1.1 (>= 1.1.0) but it is not installable
Depends: libwebp6 (>= 0.5.1) but it is not installable
E: Unable to correct problems, you have held broken packages.
"
 
Top