Help!! Error installing LiteSpeed in Ubuntu 22.04 LTS

#1
I am trying to install Openlite on my Ubuntu 22.04 LTS VPS, I have installed it several times on other servers, but today it reported an error that I have never seen before. When adding the repo I get this:

Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu noble InRelease [256 kB]
Hit:2 http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:3 http://repo.percona.com/prel/apt noble InRelease
Hit:4 http://repo.percona.com/ps-80/apt noble InRelease
Hit:5 http://repo.percona.com/telemetry/apt noble InRelease
Hit:6 http://repo.percona.com/tools/apt noble InRelease
Hit:7 http://nova.clouds.archive.ubuntu.com/ubuntu noble-updates InRelease
Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
Ign:9 http://rpms.litespeedtech.com/debian noble InRelease
Hit:10 http://rpms.litespeedtech.com/debian noble InRelease
Fetched 382 kB in 1s (560 kB/s)
Reading package lists... Done
All done, congratulations and enjoy!


When I add the repo, I run the command and here comes the error:


ubuntu@blablablabla:~$ sudo apt install openlitespeed lsphp74
Reading the package list... Done
Building dependency tree... Done
Reading status information... Done
E: Unable to locate package openlitespeed
E: Unable to locate package lsphp74


I have seen a thread with a similar problem on the forum, their proposed solution was to change the /etc/apt/sources.list.d/lst_debian_repo.list file, but it didn't work for me.
 
Top