We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3531ca6 commit d4574c0Copy full SHA for d4574c0
1 file changed
docs/linux/includes/odbc-ubuntu.md
@@ -24,6 +24,12 @@ Use the following steps to install the **mssql-tools18** on Ubuntu.
24
25
1. Register the Microsoft Ubuntu repository.
26
27
+ - For Ubuntu 22.04, use the following command:
28
+
29
+ ```bash
30
+ curl https://packages.microsoft.com/config/ubuntu/22.04/prod.list | sudo tee /etc/apt/sources.list.d/mssql-release.list
31
+ ```
32
33
- For Ubuntu 20.04, use the following command:
34
35
```bash
0 commit comments