microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.58k stars 908 forks source link

Please publish .deb packages to https://packages.microsoft.com/ #14331

Open paulgear opened 3 years ago

paulgear commented 3 years ago

Steps to Reproduce:

  1. Read https://docs.microsoft.com/en-us/sql/azure-data-studio/download-azure-data-studio?view=sql-server-linux-ver15#get-azure-data-studio-for-linux
  2. Wonder why we have to separately install dependencies and download manually via https://go.microsoft.com/fwlink/...

Preferred option:

Non-preferred, but good enough, option:

jaapie commented 3 years ago

While we wait for this to be implemented, I created a script that uses curl, and hxnormailze and hxselect from the html-xml-utils library to get the download link from the ADS download page, wget to download the .deb and dpkg to install it. You can find it in a gist here. Works on Ubuntu right now because that's what I am using.

BorisWilhelms commented 3 years ago

Yes, please publish to the Microsoft Repostiory.

I have create a similar script as @jaapie but without third party tools (beside curl). You can find it here

LinusKardellInfobric commented 3 weeks ago

This is the same as #2974