This page explains how to install Skedler Reports dependencies, download and install Skedler in an easiest way
for Ubuntu/Debian and RPM based Linux like Centos, RHEL, Rocky Linux.
Note: You need to be online, and have the Sudo privilege. The installer will update and install dependencies for you automatically.
Download Installer
To download the Skedler installer, run the following commands
curl -O https://skedler-latest-releases.s3.amazonaws.com/downloads/skedler_installer.sh sudo chmod +x skedler_installer.sh
Install .tar.gz package
To install the latest .tar.gz package, run the following command
sudo ./skedler_installer.sh
Note: If you didn't mention the package and version in command, then it will take it as .tar.gz package and latest version as default.
To install .tar.gz package with specific version, run the command
sudo ./skedler_installer.sh tar 5.4.4
Install .deb package
To install the latest .deb package, run the following command
sudo ./skedler_installer.sh deb
To install .deb package with specific version, run the command
sudo ./skedler_installer.sh deb 5.4.4
Install .rpm package
To install the latest .rpm package, run the following command
sudo ./skedler_installer.sh rpm
To install .rpm package with specific version, run the command
sudo ./skedler_installer.sh rpm 5.4.4
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article