Update Plauti Server on Linux
This article is for updating Plauti Server on Linux.
For Windows, see Update Plauti Server on Windows.
For Docker, follow the same steps as in Install Plauti Server in Docker.
To update Plauti Server on Linux:
- Download the new version
- Stop Plauti Server
- Install the new package
- Restart Plauti Server
Try out the Update button!
Instead of following the update steps below, you can also use the new Update button.
Click the Update
icon top right, then click Upgrade & Restart
.
For Plauti Server in Docker, follow the update steps below.
Download the latest version
- Download the latest version of Plauti Server for Linux:
- Debian, Ubuntu: https://go.plauti.com/PlautiServerLinuxdeblatest
- RedHat (RHEL), CentOS, Fedora: https://go.plauti.com/PlautiServerLinuxrpmlatest
Stop Plauti Server
- Stop the Plauti Server service by using
sudo systemctl stop plauti-server.
Install the new package
- Install the package. All commands must be run with sudo privileges.
- Debian, Ubuntu: In a terminal, navigate to the directory where you downloaded the file and run the following command:
sudo dpkg -i Plauti_Server.deb
If you encounter any missing dependencies, run the following command to automatically fix them:sudo apt-get install -f - RedHat (RHEL), CentOS, Fedora: In a terminal, navigate to the directory where you downloaded the file and run the following command. Using
dnforyumis recommended as it will handle dependencies automatically.
- Debian, Ubuntu: In a terminal, navigate to the directory where you downloaded the file and run the following command:
Start Plauti Server
- Start the Plauti Server service by using
sc start plauti-serverorsc start plauti-server.