powershell 7.4.6
0001-01-01
Tags: #category/operations #lang/c #org/microsoft #type/cli
Description
PowerShell for every system
Homepage
https://microsoft.com/PowerShell
Install
uniget install powershell
Dependencies
- Runtime: dotnet-runtime
Code
Package
Platforms
- linux/amd64
- linux/arm64
Messages
internals
dotnet programs require libicu for globalization. To avoid this dependency, set the following environment variable before running dotnet programs (https://aka.ms/dotnet-missing-libicu):
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
To opt out of telemetry, set the following environment variable before running dotnet programs (https://aka.ms/dotnet-cli-telemetry):
DOTNET_CLI_TELEMETRY_OPTOUT=1
To set the location of the dotnet SDK, set the following environment variable before running dotnet programs:
DOTNET_ROOT=$target/share/dotnet
With dotnet in a well-known location like /usr or /usr/local and dotnet in the PATH, this may not be necessary. Read more here: https://github.com/dotnet/designs/blob/main/accepted/2020/install-locations.md