Conversation
Debian Trixie has libicu76, but the deb package generated for PowerShell/PowerShell only supports libicu74 for now. This is the case even though PowerShell/PowerShell functions fine with libicu76. See PowerShell/PowerShell#25865 for more information. Until a new release is created, we use Debian's equivs package to install a dummy dependency for libicu74, which is sufficient to install PowerShell/PowerShell. When run, PowerShell/PowerShell will use the libicu76 dependency installed from the official Debian Trixie package repository.
When one installs mono-complete on Kali, apt now actually installs mono-devel.
dav3r
approved these changes
Sep 3, 2025
mcdonnnj
reviewed
Sep 3, 2025
This package has always just been there, but by explicitly installing it we ensure that is the case. Otherwise, PowerShell could get installed on Trixie with only the libicu74 dummy/equivs package. The ICU library is fairly fundamental, which probably explains why it was always "just there": https://unicode-org.github.io/icu/userguide/icu/ Co-authored-by: Nick M <[email protected]>
powershell scenariopowershell Molecule scenario, fix bug in csharp Molecule scenario
mcdonnnj
approved these changes
Sep 3, 2025
5 tasks
jsf9k
added a commit
that referenced
this pull request
Mar 12, 2026
This also allows us to get rid of the equivs jazz added in #72, since the latest release (7.5.5) includes PowerShell/PowerShell#26792.
9 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.
🗣 Description
This pull request:
powershellMolecule scenariocsharpMolecule scenario tests to fail for Kali💭 Motivation and context
🧪 Testing
All automated tests pass.
✅ Pre-approval checklist
bump_versionscript if this repository is versioned and the changes in this PR warrant a version bump.✅ Pre-merge checklist
✅ Post-merge checklist