author | ms.author | ms.reviewer | ms.date | ms.service | ms.topic |
---|---|---|---|---|---|
croblesm |
roblescarlos |
randolphwest, maghan |
02/06/2025 |
azure-data-studio |
include |
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.
-
Download Azure Data Studio for Red Hat Enterprise Linux by using the .rpm file.
-
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
-
To start Azure Data Studio, run this command:
azuredatastudio
If you have missing dependencies, run this command:
yum install libXScrnSaver
-
Download Azure Data Studio for Red Hat Enterprise Linux by using the .tar.gz file.
-
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
-
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
-
Download Azure Data Studio for SUSE Linux Enterprise Server by using the .rpm file.
-
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
-
To start Azure Data Studio, run this command:
azuredatastudio
If you have missing dependencies, install them with the following command:
sudo zypper install libXScrnSaver
-
Download Azure Data Studio for SUSE Linux Enterprise Server by using the .tar.gz file.
-
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
-
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
-
Download Azure Data Studio for Ubuntu or Debian by using the .deb file.
-
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
-
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
-
Download Azure Data Studio for Ubuntu or Debian by using the .tar.gz file.
-
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
-
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
-
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. -
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