Skip to content

Commit bd86521

Browse files
author
Alan Yu
committed
added debian and rpm instructions
1 parent e975af6 commit bd86521

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/sql-operations-studio/download.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,22 @@ This release of [!INCLUDE[name-sos](../includes/name-sos-short.md)] includes a s
5858
1. Download [[!INCLUDE[name-sos](../includes/name-sos-short.md)] for Linux](https://go.microsoft.com/fwlink/?linkid=870840).
5959
1. To extract the file and launch [!INCLUDE[name-sos](../includes/name-sos-short.md)], open a new Terminal window and type the following commands:
6060

61+
**Debian Installation:**
6162
```bash
6263
cd ~
6364
sudo dpkg -i ./Downloads/sqlops-linux-<version string>.deb
6465

6566
sqlops
6667
```
6768

69+
**rpm Installation:**
70+
```bash
71+
cd ~
72+
yum install ./Downloads/sqlops-linux-<version string>.rpm
73+
74+
sqlops
75+
```
76+
6877
> [!NOTE]
6978
> On Debian, Redhat, and Ubuntu, you may have missing dependencies. Use the following commands to install these dependencies depending on your version of Linux:
7079

0 commit comments

Comments
 (0)