Search Criteria
Package Details: powershell 7.5.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/powershell.git (read-only, click to copy) |
---|---|
Package Base: | powershell |
Description: | A cross-platform automation and configuration tool/framework |
Upstream URL: | https://microsoft.com/PowerShell |
Keywords: | automation dotnet microsoft net powershell script scripting shell |
Licenses: | MIT |
Submitter: | jsteel |
Maintainer: | yataro |
Last Packager: | yataro |
Votes: | 85 |
Popularity: | 0.56 |
First Submitted: | 2016-11-26 22:16 (UTC) |
Last Updated: | 2025-01-31 11:17 (UTC) |
Dependencies (7)
- dotnet-runtime-9.0 (dotnet-runtime-binAUR, dotnet-runtime)
- dotnet-sdk-9.0 (dotnet-sdk-binAUR, dotnet-sdk) (make)
- git (git-gitAUR, git-glAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- inetutils (inetutils-gitAUR, busybox-coreutilsAUR) (check)
- iputils (busybox-coreutilsAUR, iputils-gitAUR) (check)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR) (check)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 21 Next › Last »
FirstAirBender commented on 2020-03-23 20:39 (UTC) (edited on 2020-03-23 21:05 (UTC) by FirstAirBender)
You need to specify that the dotnet-sdk version has to be
3.1.2
because3.1.3
forMicrosoft.NETCore.App.Runtime.linux-x64/
does not exist in the nuget as you can see here.I had to manually install the sdk by using the command:
It may also help to delete those packages from the cache before running the above command
In the end I gave up and just installed the
bin
version (powershell-bin
)kingkingmax commented on 2020-03-23 13:50 (UTC)
I tried to install this package, but failed with following: /build/powershell/src/powershell/src/powershell-unix/powershell-unix.csproj : error NU1102: Unable to find package Microsoft.NETCore.App.Runtime.linux-x64 with version (= 3.1.3) Then I tried to update dotnet SDK to 3.1.3 (3.1.300-preview-015048), but its still failed with A compatible installed .NET Core SDK for global.json version [3.1.102] from [/home/acc1/.cache/yay/powershell/src/powershell/global.json] was not found
kylesferrazza commented on 2020-03-18 21:00 (UTC) (edited on 2020-03-19 17:12 (UTC) by kylesferrazza)
Waiting on an answer from upstream for the 7.0 update here. If you need 7.0 now, check out powershell-bin:
https://aur.archlinux.org/packages/powershell-bin
EDIT: the package has been updated :)
prg commented on 2020-02-26 17:06 (UTC)
Apparently some of the standard components of powershell are not contained in the Powershell repo, but other repos like:
Does anyone know if this is packaged elsewhere? As a beginner powershell user, I was having a tough time figuring out why "Install-Module" was not working
Obi_Juanb8b commented on 2020-01-25 18:20 (UTC)
Regarding the error message from @DuBistKomisch...I had a similiar error. I think the makedepends may need to be changed. In addition to the 'dotnet-sdk' (which is .NET Core 3) I had to install 'dotnet-sdk-2.2' from community as well. Then when I built this packaged it installed correctly.
DuBistKomisch commented on 2020-01-25 10:07 (UTC)
do the
makedepends
need to be more specific?DDoSolitary commented on 2019-11-29 13:25 (UTC)
@kylesferrazza https://github.com/PowerShell/PowerShell-Native/issues/33
kylesferrazza commented on 2019-11-29 13:23 (UTC)
@DDoSolitary Can you link to the issue you opened upstream?
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 21 Next › Last »