We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b684f9 commit c96e004Copy full SHA for c96e004
1 file changed
docs/linux/includes/odbc-sles.md
@@ -46,8 +46,16 @@ Use the following steps to install the **mssql-tools18** on SUSE Linux Enterpris
46
47
1. Install **mssql-tools18** with the unixODBC developer package.
48
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
57
```bash
- sudo zypper install -y mssql-tools18 unixODBC-devel
58
+ zypper install -y mssql-tools18 unixODBC-devel
59
```
60
61
> [!NOTE]
0 commit comments