Install SqlBak-CLI on Linux/Windows
Windows
- Download the installer from the following web page: https://sqlbak.com/sqlbak-cli/download/sqlbak-cli.msi
- Run the installer and follow the on-screen instructions.
Linux
Debian Package
- Download the Debian package using the following curl command:
curl -O https://sqlbak.com/sqlbak-cli/download/sqlbak-cli.deb
- Install the package using the following command:
sudo dpkg -i sqlbak-cli.deb
- Complete the installation using the following command:
sudo apt-get install -f
RPM Package
- Download the RPM package using the following curl command:
curl -O https://sqlbak.com/sqlbak-cli/download/sqlbak-cli.rpm
- Install the package using the following command:
sudo yum install sqlbak-cli.rpm
After installation
See the Get Started section to start using “SqlBak-CLI.”