File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
docs/connect/odbc/linux-mac Expand file tree Collapse file tree 1 file changed +9
-1
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 : 03/17 /2025
6
+ ms.date : 04/28 /2025
7
7
ms.service : sql
8
8
ms.subservice : connectivity
9
9
ms.topic : conceptual
124
124
exit ;
125
125
fi
126
126
127
+ # Import the GPG key
128
+ sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
127
129
# Download the package to configure the Microsoft repo
128
130
curl -sSL -O https://packages.microsoft.com/config/sles/$( grep VERSION_ID /etc/os-release | cut -d ' "' -f 2 | cut -d ' .' -f 1) /packages-microsoft-prod.rpm
129
131
# Install the package
278
280
exit ;
279
281
fi
280
282
283
+ # Import the GPG key
284
+ sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
281
285
# Download the package to configure the Microsoft repo
282
286
curl -sSL -O https://packages.microsoft.com/config/sles/$( grep VERSION_ID /etc/os-release | cut -d ' "' -f 2 | cut -d ' .' -f 1) /packages-microsoft-prod.rpm
283
287
# Install the package
394
398
exit ;
395
399
fi
396
400
401
+ # Import the GPG key
402
+ sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
397
403
# Download the package to configure the Microsoft repo
398
404
curl -sSL -O https://packages.microsoft.com/config/sles/$( grep VERSION_ID /etc/os-release | cut -d ' "' -f 2 | cut -d ' .' -f 1) /packages-microsoft-prod.rpm
399
405
# Install the package
500
506
exit ;
501
507
fi
502
508
509
+ # Import the GPG key
510
+ sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
503
511
# Download the package to configure the Microsoft repo
504
512
curl -sSL -O https://packages.microsoft.com/config/sles/$( grep VERSION_ID /etc/os-release | cut -d ' "' -f 2 | cut -d ' .' -f 1) /packages-microsoft-prod.rpm
505
513
# Install the package
You can’t perform that action at this time.
0 commit comments