Skip to content

Commit c96e004

Browse files
Update odbc-sles.md (#28540)
1 parent 3b684f9 commit c96e004

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/linux/includes/odbc-sles.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,16 @@ Use the following steps to install the **mssql-tools18** on SUSE Linux Enterpris
4646

4747
1. Install **mssql-tools18** with the unixODBC developer package.
4848

49+
- For SLES 15, use the following command:
50+
51+
```bash
52+
zypper install -y mssql-tools18 unixODBC-devel glibc-locale-base
53+
```
54+
55+
- For SLES 12, use the following command:
56+
4957
```bash
50-
sudo zypper install -y mssql-tools18 unixODBC-devel
58+
zypper install -y mssql-tools18 unixODBC-devel
5159
```
5260

5361
> [!NOTE]

0 commit comments

Comments
 (0)