Skip to content

Latest commit

 

History

History
178 lines (120 loc) · 5.17 KB

File metadata and controls

178 lines (120 loc) · 5.17 KB
author ms.author ms.reviewer ms.date ms.service ms.topic
croblesm
roblescarlos
randolphwest, maghan
02/06/2025
azure-data-studio
include

Linux installation

You can install Azure Data Studio on Red Hat Enterprise Linux (RHEL), SUSE Linux Enterprise Server (SLES), Ubuntu, Debian, and Windows Subsystem for Linux (WSL).

Note

Azure Data Studio installation failure is a known issue on RHEL 8. Manually install glibc-2.29 and add it to the Library Path and then re-install ADS to resolve the issue.

Install using .rpm file

  1. Download Azure Data Studio for Red Hat Enterprise Linux by using the .rpm file.

  2. To extract the file, open a new terminal window, and then run the following commands:

    cd ~
    sudo yum install ./Downloads/azuredatastudio-linux-<version string>.rpm
  3. To start Azure Data Studio, run this command:

    azuredatastudio

If you have missing dependencies, run this command:

yum install libXScrnSaver

Install using .tar.gz file

  1. Download Azure Data Studio for Red Hat Enterprise Linux by using the .tar.gz file.

  2. To extract the file, open a new terminal window, and then run the following commands:

    cd ~
    cp ~/Downloads/azuredatastudio-linux-<version string>.tar.gz ~
    tar -xvf ~/azuredatastudio-linux-<version string>.tar.gz
    echo 'export PATH="$PATH:~/azuredatastudio-linux-x64"' >> ~/.bashrc
    source ~/.bashrc
  3. To start Azure Data Studio, run this command:

    azuredatastudio

If you have missing dependencies, install them with the following command:

yum install libxss1 libgconf-2-4 libunwind8

Install using .rpm file

  1. Download Azure Data Studio for SUSE Linux Enterprise Server by using the .rpm file.

  2. To extract the file, open a new terminal window, and then run the following commands:

    cd ~
    sudo zypper install ./Downloads/azuredatastudio-linux-<version string>.rpm
  3. To start Azure Data Studio, run this command:

    azuredatastudio

If you have missing dependencies, install them with the following command:

sudo zypper install libXScrnSaver

Install using .tar.gz file

  1. Download Azure Data Studio for SUSE Linux Enterprise Server by using the .tar.gz file.

  2. To extract the file, open a new terminal window, and then run the following commands:

    cd ~
    cp ~/Downloads/azuredatastudio-linux-<version string>.tar.gz ~
    tar -xvf ~/azuredatastudio-linux-<version string>.tar.gz
    echo 'export PATH="$PATH:~/azuredatastudio-linux-x64"' >> ~/.bashrc
    source ~/.bashrc
  3. To start Azure Data Studio, run this command:

    azuredatastudio

If you have missing dependencies, install them with the following command:

sudo zypper install libxss1 libgconf-2-4 libunwind8

Install using .deb file

  1. Download Azure Data Studio for Ubuntu or Debian by using the .deb file.

  2. To extract the .deb file, open a new terminal window, and then run the following commands:

    cd ~
    sudo dpkg -i ./Downloads/azuredatastudio-linux-<version string>.deb
  3. To start Azure Data Studio, run this command:

    azuredatastudio

If you have missing dependencies, install them with the following command:

sudo apt-get install libunwind8

Install using .tar.gz file

  1. Download Azure Data Studio for Ubuntu or Debian by using the .tar.gz file.

  2. To extract the file, open a new terminal window, and then run the following commands:

    cd ~
    cp ~/Downloads/azuredatastudio-linux-<version string>.tar.gz ~
    tar -xvf ~/azuredatastudio-linux-<version string>.tar.gz
    echo 'export PATH="$PATH:~/azuredatastudio-linux-x64"' >> ~/.bashrc
    source ~/.bashrc
  3. To start Azure Data Studio, run this command:

    azuredatastudio

If you have missing dependencies, install them with the following command:

sudo apt-get install libxss1 libgconf-2-4 libunwind8
  1. Install Azure Data Studio for Windows. Then, use the azuredatastudio command in a Windows Subsystem for Linux (WSL) terminal just as you would in a standard command prompt. By default, the application is stored in your AppData folder.

  2. Start Azure Data Studio from the WSL command prompt. When you're using the default Windows installation, start the application by running the following command. Replace <your user name> with your user name:

    /mnt/c/Users/<your user name>/AppData/Local/Programs/Azure Data Studio/azuredatastudio.exe