Unable to install lsphp73 from OLS repo un Ubuntu 18.04

#1
Tryng to install and get this messages:

$ sudo apt-get install lsphp73
Reading package lists... Done
Building dependency tree
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:
lsphp73 : Depends: libjpeg62-turbo (>= 1.3.1) but it is not installable
Depends: libpng12-0 (>= 1.2.13-4) but it is not installable
Depends: libzip2 (>= 0.11.2) but it is not installable
E: Unable to correct problems, you have held broken packages.

The OLS installation was sucessfull and the web server report php 5.2 as external app

Any ideeas?

Thank you
 

Cold-Egg

Administrator
#2
Hi @andreimol ,

Did you use the following command to install the repo?
Code:
wget -O - http://rpms.litespeedtech.com/debian/enable_lst_debian_repo.sh | bash
May I also ask which cloud provider you choose? e.g. AWS?

Best
 
Top