Skip to content

Latest commit

 

History

History
77 lines (54 loc) · 2.01 KB

File metadata and controls

77 lines (54 loc) · 2.01 KB
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

Install azdata with zypper

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]

Install with zypper

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.

  1. Install dependencies necessary to install azdata-cli

    sudo zypper install -y curl
  2. Import the Microsoft repository key

    sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
  3. Create local repository information

    sudo zypper addrepo -fc https://packages.microsoft.com/config/sles/12/mssql-server-2019.repo
  4. Install

    sudo zypper install --from packages-microsoft-com-mssql-server-2019 -y azdata-cli

Verify install

azdata
azdata --version

Update

Update the azdata-cli with the zypper update command.

sudo zypper refresh
sudo zypper update azdata-cli

Uninstall

Remove the package from your system

   sudo zypper removerepo azdata-cli

Next steps

For more information about big data clusters, see [What are [!INCLUDEbig-data-clusters-2019]?](big-data-cluster-overview.md).