Skip to content

Instantly share code, notes, and snippets.

@beruic
Created February 6, 2018 12:30
Show Gist options
  • Save beruic/95025a4f5d77dd68cd787fc007f12968 to your computer and use it in GitHub Desktop.
Save beruic/95025a4f5d77dd68cd787fc007f12968 to your computer and use it in GitHub Desktop.
# Add the Microsoft repository signing key to be able to verify downloaded packages
wget -O- -q https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
# Add the repository
sudo wget -q https://packages.microsoft.com/config/ubuntu/16.04/prod.list -O /etc/apt/sources.list.d/mssql-release.list
# Update package lists
sudo apt update
# Install packages
sudo apt install msodbcsql mssql-tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment