79531822

Date: 2025-03-24 18:09:49
Score: 1
Natty:
Report link
Answers to Questions
  1. Question

    My question is it is another version of powershell or module or tool or what?

    Answer

    According to official documentation:

    A .NET tool is a special NuGet package that contains a console application.

    This applies to PowerShell. dotnet tool, like python -m pip and myriad alternative examples across programming languages' official implementations, is the official package manager for DotNet (.NET).

    Consequently, the aforementioned command installs PowerShell in a manner that your OS's package manager doesn't understand, but which is standard amongst .NET packages.

  2. Question

    And another question is that without this Powershell(dotnet global) – Will I not be able to install any module?

    Answer

    It supports modules installed via Install-Module.

Reasons:
  • Blacklisted phrase (1): another question
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: RokeJulianLockhart