- Notifications
You must be signed in to change notification settings - Fork8.1k
fix(apt-package): add libicu76 dependency to support Debian 13#25866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
- Debian 13 only has libicu76 in the trixie repository- PR adds libicu76 as a valid dependency for the `.deb`-FixesPowerShell#25865
I've just checked the Ubuntu apt repository, and |
jsf9k left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I am seeing the exact same issue (#25865) when attempting to build an Amazon AMI for Trixie incisagov/teamserver-packer#107 andcisagov/egress-assess-packer#53.
/azp run PowerShell-CI-linux-packaging, PowerShell-Windows-Packaging-CI |
| Azure Pipelines successfully started running 2 pipeline(s). |
3b8aa79 intoPowerShell:masterUh oh!
There was an error while loading.Please reload this page.
microsoft-github-policy-servicebot commentedSep 10, 2025 • edited by unfurl-linksbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by unfurl-linksbot
Uh oh!
There was an error while loading.Please reload this page.
📣 Hey @@RichardSlater, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗https://aka.ms/PSRepoFeedback |
PR Summary
PR adds libicu76 as a valid dependency for the
.debandfixes#25865.PR Context
.debto installpwshon Debian 13. However you can usethe binary just fine.libicu76in the trixie repo..deblocally using .NET 10 prior to making the change and got the error specified inUnable to install 7.5.4 on Debian 13 (Trixie) due to unmet dependency on libicu[74|72|70|69|68|67|66|65|63|60|57|55|52] #25865; then once the change was made, rebuilt the.deband got a working install.PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright header