AW Data Sources
x
x
x
Azure Data Studio
For Linux folks you can access the MSSQL AdventureWorks2022 database with Azure Data Studio.
x
x
Ensure all the existing packages are up-to-date.
sudo apt update && sudo apt upgrade
Ensure dependencies are up-to-date.
sudo apt install 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
x
x
Ensure all the existing packages are up-to-date.
sudo dnf check-update & sudo dnf upgrade
Ensure dependencies are up-to-date.
sudo dnf install libXScrnSaver
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 command:
cd ~
sudo dnf install ./Downloads/azuredatastudio-linux-<version string>.rpm
To start Azure Data Studio, run this command:
azuredatastudio
x
x
x
x
Last updated
Was this helpful?