Skip to content

Need to add -a arm64 if on Apple Silicon #29262

@aglee

Description

@aglee

There is an instruction to run this command: dotnet tool install -g Microsoft.Web.LibraryManager.Cli.

The resulting installation of libman was Intel. I was on an M1 machine without Rosetta installed, so libman failed. I found that adding -a arm64 fixed this: dotnet tool install -a arm64 -g Microsoft.Web.LibraryManager.Cli.

Added by WadePickett:
To fix the larger scope of this issue across the repo the following are also to be addressed:

  • Update the dotnet/docs: dotnet tool install doc to include the install options. Was not ever documented.
  • Create an include file on dotnet/docs and on aspnetcore.docs repos that provides a standard note about the options.
  • Update 30 identified topics with the include note on the install options for dotnet tool install.

Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.


Associated WorkItem - 97030

Metadata

Metadata

Assignees

Labels

SignalRSource - Docs.msDocs Customer feedback via GitHub Issuedoc-bugseQUESTeredIdentifies that an issue has been imported into Quest.

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions