question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

tool install cannot install on culture "en-US-POSIX" -- `dotnet tool install` cannot install on ubuntu 18.04

See original GitHub issue

https://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:closed
  • Created 5 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
wli3commented, Oct 5, 2018

Minimal repro

private static void Main(string[] args)
        {
            CultureInfo.CurrentCulture = new CultureInfo("en-US-POSIX");
            Console.WriteLine("CurrentCulture is {0}.", CultureInfo.CurrentCulture.Name);
            Console.WriteLine(string.Compare("nukeeper", "NuKeeper", StringComparison.CurrentCultureIgnoreCase) == 0);
        }
0reactions
danmoseleycommented, Oct 9, 2018
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found