You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. To extract the file and launch sqlpackage, open a new Terminal window and type the following commands:
78
49
79
50
**tar.gz Installation:**
80
51
```bash
@@ -97,28 +68,28 @@ This release of [!INCLUDE[name-sos](../includes/name-sos-short.md)] includes a s
97
68
98
69
**Redhat:**
99
70
```bash
100
-
yum install libXScrnSaver
71
+
yum install libunwind
101
72
```
102
73
103
74
**Ubuntu:**
104
75
```bash
105
-
sudo apt-get install libxss1
106
-
107
-
sudo apt-get install libgconf-2-4
108
-
109
76
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
110
81
```
111
82
112
83
113
-
## Uninstall SQL Operations Studio (preview)
84
+
## Uninstall sqlpackage (preview)
114
85
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.
116
87
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.
118
89
119
90
## Supported Operating Systems
120
91
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:
122
93
123
94
### Windows
124
95
- Windows 10 (64-bit)
@@ -140,15 +111,8 @@ If you installed [!INCLUDE[name-sos-short](../includes/name-sos-short.md)] with
140
111
- SUSE Linux Enterprise Server v12 SP2
141
112
- Ubuntu 16.04
142
113
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
-
146
114
## Next Steps
147
115
148
-
See one of the following quickstarts to get started:
149
-
- ???
150
-
151
-
Contribute to [!INCLUDE[name-sos](../includes/name-sos-short.md)]:
0 commit comments