Created
February 14, 2020 22:01
-
-
Save AbrarJahin/575e58b336b95ca50f62c039881bed78 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
| sudo su | |
| curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - | |
| sudo add-apt-repository "$(wget -qO- https://packages.microsoft.com/config/ubuntu/16.04/mssql-server-2017.list)" | |
| exit | |
| sudo apt-get update -y && sudo apt-get install -y mssql-server |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://computingforgeeks.com/how-to-install-ms-sql-on-ubuntu/