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
Copy file name to clipboardExpand all lines: docs/core/linux-prerequisites.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,30 +60,37 @@ The following are intended to be examples. The exact versions and names may vary
60
60
61
61
Ubuntu distributions require the following libraries installed:
62
62
63
-
* libunwind8
64
63
* liblttng-ust0
65
64
* libcurl3
66
65
* libssl1.0.0
67
-
* libuuid1
68
66
* libkrb5-3
69
67
* zlib1g
70
68
* libicu52 (for 14.x)
71
69
* libicu55 (for 16.x)
72
70
* libicu57 (for 17.x)
71
+
* libicu60 (for 18.x)
72
+
73
+
For versions earlier than .NET Core 2.1, following dependencies are also required:
74
+
75
+
* libunwind8
76
+
* libuuid1
73
77
74
78
### CentOS
75
79
76
80
CentOS distributions require the following libraries installed:
77
81
78
-
* libunwind
79
82
* lttng-ust
80
83
* libcurl
81
84
* openssl-libs
82
-
* libuuid
83
85
* krb5-libs
84
86
* libicu
85
87
* zlib
86
88
89
+
For versions earlier than .NET Core 2.1, following dependencies are also required:
90
+
91
+
* libunwind
92
+
* libuuid
93
+
87
94
For more information about the dependencies, see [Self-contained Linux applications](https://github.com/dotnet/core/blob/master/Documentation/self-contained-linux-apps.md).
88
95
89
96
## Installing .NET Core dependencies with the native installers
@@ -428,4 +435,4 @@ To install .NET Core 2.x for supported SUSE Linux Enterprise Server and OpenSUSE
428
435
> *[.NET Core 2.1 known issues](https://github.com/dotnet/core/tree/master/release-notes/2.1)
429
436
> *[.NET Core 2.0 known issues](https://github.com/dotnet/core/tree/master/release-notes/2.0)
430
437
> *[.NET Core 1.1 known issues](https://github.com/dotnet/core/blob/master/release-notes/1.1)
431
-
> *[.NET Core 1.0 known issues](https://github.com/dotnet/core/blob/master/release-notes/1.0)
438
+
> *[.NET Core 1.0 known issues](https://github.com/dotnet/core/blob/master/release-notes/1.0)
0 commit comments