spiderhost.blogg.se

Drivers for ubuntu
Drivers for ubuntu








drivers for ubuntu

# optional: kerberos library for debian-slim distributions # optional: for unixODBC development headers Sudo ACCEPT_EULA=Y apt-get install -y mssql-tools18Įcho 'export PATH="$PATH:/opt/mssql-tools18/bin"' > ~/.bashrc Sudo ACCEPT_EULA=Y apt-get install -y msodbcsql18 #Choose only ONE of the following, corresponding to your OS versionĬurl > /etc/apt//mssql-release.list #Download appropriate package for the OS version Sudo apk add -allow-untrusted mssql-tools18_18.0.1.1-1_amd64.apkĭriver version 17.5 or higher is required for Alpine support. Sudo apk add -allow-untrusted msodbcsql18_18.0.1.1-1_amd64.apk #(Optional) Verify signature, if 'gpg' is missing install it using 'apk add gnupg':

drivers for ubuntu

#DRIVERS FOR UBUNTU HOW TO#

The following sections explain how to install the Microsoft ODBC driver 18 from the bash shell for different Linux distributions.Īlpine Linux #Download the desired package(s) If you want to download the packages directly, see Download ODBC Driver for SQL Server. This article provides commands for installing the ODBC driver from the bash shell. It also includes instructions for the optional command-line tools for SQL Server ( bcp and sqlcmd) and the unixODBC development headers. This article explains how to install the Microsoft ODBC Driver for SQL Server on Linux.










Drivers for ubuntu