User Tools

Site Tools


linux:oel:update-code-server

This is an old revision of the document!


Update code server on OEL8

Download the corresponding version:

wget https://github.com/coder/code-server/releases/download/v4.91.0/code-server-4.91.0-amd64.rpm
rpm -Uvh code-server-4.91.0-amd64.rpm

Restart code-server:

systemctl stop code-server@$USER
systemctl start code-server@$USER
linux/oel/update-code-server.1720777830.txt.gz · Last modified: 2024/07/12 12:50 by odefta