mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-16 05:44:46 +00:00
Weird missing dependencies when installing .deb #105
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @markpendlebury on GitHub (Oct 18, 2021).
After implementing dotnet packaging in my core 3.1 application and building a .deb file if i attempt to install the package using:
apt install ./mypackage.debi get the following output:Applications builds and runs perfectly on the same machine from source (dotnet run) and i have no reference to nor am i aware that i'm using
libicuxx?Any ideas?