Current OpenLiteSpeed 1.7.19 - New Release: 1.8.1

Hello
When I enter the openlitespeed configuration panel on port 7080 I receive the message CURRENT VERSION:
OpenLiteSpeed ​​1.7.19 New Release: 1.8.1

How to update?

Thanks

Using the system package manager. For ubuntu

apt-get update openlitespeed

for redhat based

dnf update openlitespeed

apt-get upgrade openlitespeed

For ubuntu 20.04 I think the repo is out of date.

openlitespeed:
Installed: 1.7.19-2+focal
Candidate: 1.7.19-2+focal

Try to update the system packages first.

Hi,

The command apt-get update openlitespeed return error: E: The update command takes no arguments

How can we do?

Thanks for youy reply.

Tested. working solution :
/usr/local/lsws/admin/misc/lsup.sh -v 1.8.1
+
After instalation restart

Press :heart: like if it helped you.

2 Likes

Doesn’t seem like it works for Almalinux 8.9 yet.
I tried both of these methods, but, it doesn’t show up on the /usr/local/lsws/bin/openlitespeed -v version list either.
image

yum update
yum upgrade openlitespeed

dnf update openlitespeed

I just noticed your post.
It updated, but it does say that 1.7.19 is the current branch.
Perhaps that is because it is the most stable for CyberPanel.
image

try

wget -O /usr/local/lsws/admin/misc/lsup.sh https://raw.githubusercontent.com/litespeedtech/openlitespeed/master/dist/admin/misc/lsup.sh
/usr/local/lsws/admin/misc/lsup.sh -v 1.8.1