I have Ubuntu 18.04 (that is not listed here) but I have libcurl4 and the installation has an error:
x@x:~$ sudo apt-get upgrade powershell
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
dotnet-runtime-2.0.7 : Depends: libcurl4 (>= 7.58.0) but it is not going to be installed
E: Broken packages
x@x:~$ sudo apt-get install libcurl4
Reading package lists... Done
Building dependency tree
Reading state information... Done
libcurl4 is already the newest version (7.58.0-2ubuntu3).
libcurl4 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
@jackfido PowerShell Core will support Ubuntu 18.04 since 6.1.0 version. You can test with latest nightly builds. 6.1.0 version is based on .Net Core 2.1 and haven't curl dependency.
I downloaded it, but I cant install it. Its shows me that need libcurl3 and it will remove curl and libcurl4: https://mega.nz/#!vJw3kTIK!1ibUxYtmK2N5YcYrwjih4o-qqJOPwetSqS6urcBGI2w https://mega.nz/#!XVIiDCDR!DMh03n-YmN5dnC-6y8FhIsrruGyjCGzNHwd0sGM2KNc
@iSazonov
The link you provided doesn't show the version for Ubuntu 18.04, or you mean to use the Debian version instead.
:)
By the way, I just notice someone in Yammer mention that WSL has the 18.04 version available on the Microsoft Store.
I think is becoming important to address the importance of having PowerShell Core available for 18.04.
:)
@MaximoTrinidad We are ready to publish a package for 18.04 in Preview3 time.
@iSazonov,
That's Awesome!! I will wait for the release then.
Thanks,
:)