| title | Install azdata with zypper |
|---|---|
| titleSuffix | SQL Server big data clusters |
| description | Learn how to install the azdata tool for installing and managing Big Data Clusters with zypper. |
| author | MikeRayMSFT |
| ms.author | mikeray |
| ms.reviewer | mihaelab |
| ms.date | 01/07/2020 |
| ms.topic | conceptual |
| ms.prod | sql |
| ms.technology | big-data-cluster |
For Linux distributions with zypper there is a package for the azdata-cli. The CLI package has been tested on Linux versions which use zyper:
- openSUSE 42.2 (leap) +
- SLES 12 SP 2 +
[!INCLUDE azdata-package-installation-remove-pip-install]
Important
The RPM package of the azdata-cli depends on the python3 package. On your system, this may be a Python version which predates the requirement of Python 3.6.x. If this poses an issue for you, find a replacement python3 package or follow the manual install instructions that use pip.
-
Install dependencies necessary to install
azdata-clisudo zypper install -y curl
-
Import the Microsoft repository key
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
-
Create local repository information
sudo zypper addrepo -fc https://packages.microsoft.com/config/sles/12/mssql-server-2019.repo
-
Install
sudo zypper install --from packages-microsoft-com-mssql-server-2019 -y azdata-cli
azdata
azdata --versionUpdate the azdata-cli with the zypper update command.
sudo zypper refresh
sudo zypper update azdata-cliRemove the package from your system
sudo zypper removerepo azdata-cliFor more information about big data clusters, see [What are [!INCLUDEbig-data-clusters-2019]?](big-data-cluster-overview.md).