File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/connect/odbc/linux-mac Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Install the Microsoft ODBC driver for SQL Server (Linux)
3
3
description : Learn how to install the Microsoft ODBC Driver for SQL Server on Linux clients to enable database connectivity.
4
4
author : David-Engel
5
5
ms.author : davidengel
6
- ms.date : 04/28 /2025
6
+ ms.date : 07/30 /2025
7
7
ms.service : sql
8
8
ms.subservice : connectivity
9
9
ms.topic : conceptual
@@ -61,7 +61,7 @@ sudo apk add --allow-untrusted mssql-tools18_18.4.1.1-1_$architecture.apk
61
61
### [ Debian] ( #tab/debian18-install )
62
62
63
63
``` bash
64
- if ! [[ " 11 12" == * " $( grep VERSION_ID /etc/os-release | cut -d ' "' -f 2 | cut -d ' .' -f 1) " * ]];
64
+ if ! [[ " 9 10 11 12" == * " $( grep VERSION_ID /etc/os-release | cut -d ' "' -f 2 | cut -d ' .' -f 1) " * ]];
65
65
then
66
66
echo " Debian $( grep VERSION_ID /etc/os-release | cut -d ' "' -f 2 | cut -d ' .' -f 1) is not currently supported." ;
67
67
exit ;
@@ -92,7 +92,7 @@ sudo apt-get install -y libgssapi-krb5-2
92
92
### [ RHEL and Oracle Linux] ( #tab/redhat18-install )
93
93
94
94
``` bash
95
- if ! [[ " 8 9" == * " $( grep VERSION_ID /etc/os-release | cut -d ' "' -f 2 | cut -d ' .' -f 1) " * ]];
95
+ if ! [[ " 7 8 9" == * " $( grep VERSION_ID /etc/os-release | cut -d ' "' -f 2 | cut -d ' .' -f 1) " * ]];
96
96
then
97
97
echo " RHEL $( grep VERSION_ID /etc/os-release | cut -d ' "' -f 2 | cut -d ' .' -f 1) is not currently supported." ;
98
98
exit ;
@@ -146,7 +146,7 @@ sudo zypper install -y unixODBC-devel
146
146
### [ Ubuntu] ( #tab/ubuntu18-install )
147
147
148
148
``` bash
149
- if ! [[ " 20.04 22.04 24.04 24.10" == * " $( grep VERSION_ID /etc/os-release | cut -d ' "' -f 2) " * ]];
149
+ if ! [[ " 18.04 20.04 22.04 24.04 24.10" == * " $( grep VERSION_ID /etc/os-release | cut -d ' "' -f 2) " * ]];
150
150
then
151
151
echo " Ubuntu $( grep VERSION_ID /etc/os-release | cut -d ' "' -f 2) is not currently supported." ;
152
152
exit ;
You can’t perform that action at this time.
0 commit comments