CyberPanel Community

Current OpenLiteSpeed 1.7.19 - New Release: 1.8.1

Mo
Moskatus #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

8 replies
RM
Rana Muhammad Usman Nasir #2

Using the system package manager. For ubuntu

apt-get update openlitespeed

for redhat based

dnf update openlitespeed
ma
maxwell #3

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

La
Laurent #5

Hi,

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

How can we do?

Thanks for youy reply.

AS
Artur Sucila #6

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

Press :heart: like if it helped you.

Ma
Master3395 #7

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

Ma
Master3395 #8

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

SD
SaJeTek Developer #9

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

Sign in to reply