Corrections to the lists of Linux package dependencies#18989
Merged
adegeo merged 2 commits intodotnet:masterfrom Jun 29, 2020
Merged
Corrections to the lists of Linux package dependencies#18989adegeo merged 2 commits intodotnet:masterfrom
adegeo merged 2 commits intodotnet:masterfrom
Conversation
Member
Contributor
|
I was just having a conversation about this with @leecow EDIT: I just need someone to validate the values are correct. |
leecow
reviewed
Jun 22, 2020
leecow
reviewed
Jun 22, 2020
docs/core/install/linux-debian.md
Outdated
| ## Dependencies | ||
|
|
||
| [!INCLUDE [linux-install-dependencies](includes/linux-install-dependencies.md)] | ||
| [!INCLUDE [linux-rpm-install-dependencies](includes/linux-rpm-install-dependencies.md)] |
Member
There was a problem hiding this comment.
The dependency list for Debian is not the same as what is listed in the rpm document.
Debian 10: libicu63, libssl1.1
Debian 9: libicu57, libssl1.1
leecow
requested changes
Jun 22, 2020
Member
leecow
left a comment
There was a problem hiding this comment.
Left a few comments for changes and a question.
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The current set of Linux package dependencies across the supported set of distros have some inaccuracies. There are cases of packages that aren't listed, packages that shouldn't be listed, and updates to package versions that are needed.
cc @Thraka, @dagood, @MichaelSimons