Powershell: Fedora 28 - Unable to start Powershell

Created on 15 May 2018  路  5Comments  路  Source: PowerShell/PowerShell

Steps to reproduce

Install powershell with Fedora 26 information

pwsh

Expected behavior


Actual behavior

PowerShell v6.1.0-preview.2
Copyright (c) Microsoft Corporation. All rights reserved.

https://aka.ms/pscore6-docs
Type 'help' to get help.

FailFast: The terminfo database is invalid.

   at System.Environment.FailFast(System.String, System.Exception)
   at System.Environment.FailFast(System.String, System.Exception)
   at Microsoft.PowerShell.UnmanagedPSEntry.Start(System.String, System.String[], Int32)
   at Microsoft.PowerShell.ManagedPSEntry.Main(System.String[])
Aborted (core dumped)


Environment data

> $PSVersionTable
Nothing
Area-Maintainers-Build Issue-Question Resolution-Answered

Most helpful comment

Please see https://github.com/PowerShell/PowerShell/issues/6838.

That issue has been fixed in the newest version of .NET Core, which we are moving to next release (master is already on it).

Workaround is to invoke PowerShell as follows:

TERM=xterm pwsh

All 5 comments

This is the output I get from installing powershell with the doc you provided me @TheMacNerd

$powershell Failed to initialize CoreCLR, HRESULT: 0x80131500

/cc @rjmholt

Please see https://github.com/PowerShell/PowerShell/issues/6838.

That issue has been fixed in the newest version of .NET Core, which we are moving to next release (master is already on it).

Workaround is to invoke PowerShell as follows:

TERM=xterm pwsh

@rjmholt indeed it works with your workaround! Great that it is already fixed, it is good news :)

Was this page helpful?
0 / 5 - 0 ratings