File tree Expand file tree Collapse file tree
docs/sql-operations-studio Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,10 @@ This release of [!INCLUDE[name-sos](../includes/name-sos-short.md)] includes a s
5555
5656## Get SQL Operations Studio (preview) for Linux
5757
58- 1 . Download [[ !INCLUDE[ name-sos] ( ../includes/name-sos-short.md )] for Linux] ( https://go.microsoft.com/fwlink/?linkid=870840 ) .
58+ 1 . Download [ !INCLUDE[ name-sos] ( ../includes/name-sos-short.md ) for Linux by using one of the installers or the tar.gz archive:
59+ - [ .deb] ( https://go.microsoft.com/fwlink/?linkid=870842 )
60+ - [ .rpm] ( https://go.microsoft.com/fwlink/?linkid=870841 )
61+ - [ .tar.gz] ( https://go.microsoft.com/fwlink/?linkid=870840 )
59621 . To extract the file and launch [ !INCLUDE[ name-sos] ( ../includes/name-sos-short.md )] , open a new Terminal window and type the following commands:
6063
6164 ** Debian Installation:**
@@ -79,7 +82,8 @@ This release of [!INCLUDE[name-sos](../includes/name-sos-short.md)] includes a s
7982 cd ~
8083 cp ~ /Downloads/sqlops-linux-< version string> .tar.gz ~
8184 tar -xvf ~ /sqlops-linux-< version string> .tar.gz
82- echo ' export PATH="$PATH:~/sqlops-linux-x64"' >> ~ /.bashrc source ~ /.bashrc
85+ echo ' export PATH="$PATH:~/sqlops-linux-x64"' >> ~ /.bashrc
86+ source ~ /.bashrc
8387 sqlops
8488 ```
8589
You can’t perform that action at this time.
0 commit comments