Created
February 6, 2018 12:30
-
-
Save beruic/95025a4f5d77dd68cd787fc007f12968 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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