Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit fc9590d

Browse files
author
Alan Yu
committed
modified sqlpackage installation instructions
1 parent 63e2507 commit fc9590d

1 file changed

Lines changed: 24 additions & 60 deletions

File tree

docs/tools/sqlpackage-download.md

Lines changed: 24 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -16,65 +16,36 @@ manager: craigg
1616
---
1717
# Download and install sqlpackage
1818

19-
[!INCLUDE[name-sos](../includes/name-sos.md)] runs on Windows, macOS, and Linux.
19+
sqlpackage runs on Windows, macOS, and Linux.
2020

21-
Download and install the latest release, the *May Public Preview*:
21+
Download and install the latest .NET Framework release and macOS and Linux previews:
2222

2323
|Platform|Download|Release date| Version |
2424
|:---|:---|:---|:---|
25-
|Windows|[Installer](https://go.microsoft.com/fwlink/?linkid=873386)<br>[.zip](https://go.microsoft.com/fwlink/?linkid=873387)|May 7, 2018 |0.29.3|
26-
|macOS|[.zip](https://go.microsoft.com/fwlink/?linkid=873388)|May 7, 2018 |0.29.3|
27-
|Linux|[.deb](https://go.microsoft.com/fwlink/?linkid=873391)<br>[.rpm](https://go.microsoft.com/fwlink/?linkid=873390)<br>[.tar.gz](https://go.microsoft.com/fwlink/?linkid=873389)|May 7, 2018 |0.29.3|
25+
|Windows|[Installer](https://go.microsoft.com/fwlink/?linkid=873386)|Jan 25, 2018 |17.4.1|
26+
|macOS|[.zip](https://go.microsoft.com/fwlink/?linkid=873927)|May 9, 2018 |0.0.1|
27+
|Linux|[.zip](https://go.microsoft.com/fwlink/?linkid=873926)|May 9, 2018 |0.0.1|
2828

29-
For details about the latest release, see the release notes.
29+
## Get sqlpackage for Windows
3030

31-
## Get SQL Operations Studio (preview) for Windows
32-
33-
This release of [!INCLUDE[name-sos](../includes/name-sos-short.md)] includes a standard Windows installer experience, and a .zip:
31+
This release of sqlpackage includes a standard Windows installer experience, and a .zip:
3432

3533
**Installer**
3634

37-
1. Download and run the [[!INCLUDE[name-sos](../includes/name-sos-short.md)] installer for Windows](https://go.microsoft.com/fwlink/?linkid=873386).
38-
1. Start the [!INCLUDE[name-sos-short](../includes/name-sos-short.md)] app.
39-
40-
41-
**.zip file**
42-
43-
1. Download [[!INCLUDE[name-sos](../includes/name-sos-short.md)] .zip for Windows](https://go.microsoft.com/fwlink/?linkid=873387).
44-
2. Browse to the downloaded file and extract it.
45-
3. Run `\sqlops-windows\sqlops.exe`
46-
35+
1. Download and run the [DacFramework.msi installer for Windows](https://go.microsoft.com/fwlink/?linkid=873386).
36+
2. sqlpackage will be installed to the ```C:\Program Files\Microsoft SQL Server\140\DAC\bin``` folder.
4737

48-
## Get SQL Operations Studio (preview) for macOS
38+
## Get sqlpackage (preview) for macOS
4939

50-
1. Download [[!INCLUDE[name-sos](../includes/name-sos-short.md)] for macOS](https://go.microsoft.com/fwlink/?linkid=873388).
40+
1. Download [sqlpackage for macOS](https://go.microsoft.com/fwlink/?linkid=873927).
5141
2. To expand the contents of the zip, double-click it.
52-
3. To make [!INCLUDE[name-sos](../includes/name-sos-short.md)] available in the *Launchpad*, drag *sqlops.app* to the *Applications* folder.
5342

5443

55-
## Get SQL Operations Studio (preview) for Linux
44+
## Get sqlpackage (preview) for Linux
5645

57-
1. Download [!INCLUDE[name-sos](../includes/name-sos-short.md)] for Linux by using one of the installers or the tar.gz archive:
58-
- [.deb](https://go.microsoft.com/fwlink/?linkid=873391)
59-
- [.rpm](https://go.microsoft.com/fwlink/?linkid=873390)
46+
1. Download sqlpackage for Linux by using one of the installers or the tar.gz archive:
6047
- [.tar.gz](https://go.microsoft.com/fwlink/?linkid=873389)
61-
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:
62-
63-
**Debian Installation:**
64-
```bash
65-
cd ~
66-
sudo dpkg -i ./Downloads/sqlops-linux-<version string>.deb
67-
68-
sqlops
69-
```
70-
71-
**rpm Installation:**
72-
```bash
73-
cd ~
74-
yum install ./Downloads/sqlops-linux-<version string>.rpm
75-
76-
sqlops
77-
```
48+
1. To extract the file and launch sqlpackage, open a new Terminal window and type the following commands:
7849

7950
**tar.gz Installation:**
8051
```bash
@@ -97,28 +68,28 @@ This release of [!INCLUDE[name-sos](../includes/name-sos-short.md)] includes a s
9768

9869
**Redhat:**
9970
```bash
100-
yum install libXScrnSaver
71+
yum install libunwind
10172
```
10273

10374
**Ubuntu:**
10475
```bash
105-
sudo apt-get install libxss1
106-
107-
sudo apt-get install libgconf-2-4
108-
10976
sudo apt-get install libunwind8
77+
sudo apt-get install libicu52 # for 14.x
78+
sudo apt-get install libicu55 # for 16.x
79+
sudo apt-get install libicu57 # for 17.x
80+
sudo apt-get install libicu60 # for 18.x
11081
```
11182

11283

113-
## Uninstall SQL Operations Studio (preview)
84+
## Uninstall sqlpackage (preview)
11485

115-
If you installed [!INCLUDE[name-sos-short](../includes/name-sos-short.md)] using the Windows installer, then uninstall the same way you remove any Windows application.
86+
If you installed sqlpackage using the Windows installer, then uninstall the same way you remove any Windows application.
11687

117-
If you installed [!INCLUDE[name-sos-short](../includes/name-sos-short.md)] with a .zip or other archive, then simply delete the files.
88+
If you installed sqlpackage with a .zip or other archive, then simply delete the files.
11889

11990
## Supported Operating Systems
12091

121-
[!INCLUDE[name-sos](../includes/name-sos-short.md)] runs on Windows, macOS, and Linux, and is supported on the following platforms:
92+
sqlpackage runs on Windows, macOS, and Linux, and is supported on the following platforms:
12293

12394
### Windows
12495
- Windows 10 (64-bit)
@@ -140,15 +111,8 @@ If you installed [!INCLUDE[name-sos-short](../includes/name-sos-short.md)] with
140111
- SUSE Linux Enterprise Server v12 SP2
141112
- Ubuntu 16.04
142113

143-
## Check for updates
144-
To check for latest updates, click the gear icon on the bottom left of the window and click **Check for Updates**
145-
146114
## Next Steps
147115

148-
See one of the following quickstarts to get started:
149-
- ???
150-
151-
Contribute to [!INCLUDE[name-sos](../includes/name-sos-short.md)]:
152-
- [https://github.com/Microsoft/sqlopsstudio](https://github.com/Microsoft/sqlopsstudio)
116+
- Learn more about [sqlpackage](/sqlpackage.md)
153117

154118
[Microsoft Privacy Statement](https://go.microsoft.com/fwlink/?LinkId=521839)

0 commit comments

Comments
 (0)