tool install cannot install on culture "en-US-POSIX" -- `dotnet tool install` cannot install on ubuntu 18.04
See original GitHub issuehttps://github.com/NuKeeperDotNet/NuKeeper/issues/433 https://github.com/dotnet/cli/issues/9974
on WSL ubuntu 18.04
Run dotnet tool install --global NuKeeper
on WSL ubuntu 18.04. Get error The settings file in the tool's NuGet package is invalid: Settings file 'DotnetToolSettings.xml' was not found in the package. Tool 'nukeeper' failed to install. Please contact the tool author for assistance.
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (2 by maintainers)
Top Results From Across the Web
Install .NET SDK or .NET Runtime on Ubuntu 18.04
This article discusses how to install .NET on Ubuntu 18.04; .NET 6 and .NET 7 are supported. Install the SDK (which includes the...
Read more >Cannot install anything using dotnet tool install command
it looks like dotnet tool iterates the nuget.config sources and when one fails, it doesn't continue with next ones.
Read more >Cannot install .NET Core on Ubuntu Bionic Beaver
I'm currently trying to install .NET Core on Ubuntu 18.04 following these instructions. But I always get the following message: me@mine-Ubuntu ...
Read more >sudo doesn't have access to globally installed software
Hm, I tried updating the path. Still not working for some reason. I ran sudo env "PATH=$PATH:/home/mrhoden/.dotnet/tools" then tried sudo dotnet ...
Read more >Unable to install dotnet tool from private nuget feed
I have a dotnet tool that is published as a Nuget package to a private feed. From a YAML pipeline I would like...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Minimal repro
cc @tarekgh