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
> On Debian, Redhat, and Ubuntu, you may have missing dependencies. Use the following commands to install these dependencies depending on your version of Linux:
71
-
72
71
73
-
**Debian:**
72
+
**Debian:**
73
+
74
74
```bash
75
75
sudo apt-get install libuwind8
76
76
```
77
77
78
-
**Redhat:**
78
+
**Redhat:**
79
+
79
80
```bash
80
-
yum install libunwind
81
-
yum install libicu
81
+
yum install libunwind
82
+
yum install libicu
82
83
```
83
84
84
-
**Ubuntu:**
85
+
**Ubuntu:**
86
+
85
87
```bash
86
88
sudo apt-get install libunwind8
87
89
@@ -92,7 +94,6 @@ This release of sqlpackage includes a standard Windows installer experience, and
92
94
sudo apt-get install libicu60 # for 18.x
93
95
```
94
96
95
-
96
97
## Uninstall sqlpackage (preview)
97
98
98
99
If you installed sqlpackage using the Windows installer, then uninstall the same way you remove any Windows application.
@@ -104,20 +105,23 @@ If you installed sqlpackage with a .zip or other archive, then simply delete the
104
105
sqlpackage runs on Windows, macOS, and Linux, and is supported on the following platforms:
105
106
106
107
### Windows
108
+
107
109
- Windows 10
108
-
- Windows 8.1
109
-
- Windows 8
110
-
- Windows 7 SP1
110
+
- Windows 8.1
111
+
- Windows 8
112
+
- Windows 7 SP1
111
113
- Windows Server 2016
112
114
- Windows Server 2012 R2
113
-
- Windows Server 2012
115
+
- Windows Server 2012
114
116
- Windows Server 2008 R2
115
117
116
118
### macOS
119
+
117
120
- macOS 10.13 High Sierra
118
121
- macOS 10.12 Sierra
119
122
120
123
### Linux (x64)
124
+
121
125
- Red Hat Enterprise Linux 7.4
122
126
- Red Hat Enterprise Linux 7.3
123
127
- SUSE Linux Enterprise Server v12 SP2
@@ -127,4 +131,4 @@ sqlpackage runs on Windows, macOS, and Linux, and is supported on the following
0 commit comments