Package Details: powershell 7.4.1-4

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 (latest release)
Upstream URL: https://github.com/PowerShell/PowerShell
Keywords: .net automation microsoft net powershell script scripting shell
Licenses: MIT
Submitter: jsteel
Maintainer: kylesferrazza (richardba, carsme)
Last Packager: carsme
Votes: 83
Popularity: 1.10
First Submitted: 2016-11-26 22:16 (UTC)
Last Updated: 2024-03-10 11:11 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 18 Next › Last »

kylesferrazza commented on 2023-04-15 16:13 (UTC)

@carsme thanks for adding those modules!

It seems dotnet-runtime is a missing runtime dep now?

Without it: https://paste.ee/r/IuG27/0

With it: https://paste.ee/d/R72Bp/0

carsme commented on 2023-04-15 14:31 (UTC) (edited on 2023-04-15 14:31 (UTC) by carsme)

@D3vil0p3r @JakeMoe, I've managed to include the modules that are bundled with the upstream built package (for example PowerShellGet and PSReadLine). Feel free to test.

See: https://aur.archlinux.org/cgit/aur.git/commit/PKGBUILD?h=powershell&id=58c58ea7292cf02c6eb1c2d4961ddc84326cff77

D3vil0p3r commented on 2023-03-28 22:07 (UTC)

So, let's ask to @kylesferrazza @carsme

JakeMoe commented on 2023-03-28 20:01 (UTC)

@D3vil0p3r I didn't decide anything, it's not my package, I was just asking why I was missing so many modules (including PSReadLine).

D3vil0p3r commented on 2023-03-28 15:02 (UTC)

@JakeMoe thank you for the answer. Ok, I will go on powershell-bin package. One question: why did not you decide to implement the autocompletion and the PSReadLine module also on "powershell" package but only on "powershell-bin"?

JakeMoe commented on 2023-03-27 20:57 (UTC)

@D3vil0p3r I think autocompletion is part of PSReadLine, one of the module I was missing; see my comments and the reply just below your comment.

D3vil0p3r commented on 2023-03-27 19:48 (UTC)

This powershell package does not support autocompletion?

JakeMoe commented on 2023-03-01 21:18 (UTC)

@carsme Cheers for that, I've tried the bin package and it's got PowerShellGet, and Get-PsRepository shows PSGallery. :-) It's also got PSReadLine so tab completion and other features work as well. ;-)

carsme commented on 2023-02-26 17:32 (UTC)

@JakeMoe Something in the package build process must be wrong.

I don't have time to look into it further now but I checked the binary version of this package (powershell-bin) and that has PowerShellGet, so you can use that in the meantime.

JakeMoe commented on 2023-02-24 06:11 (UTC)

I've recently installed my system and this package, but Get-Module -ListAvailable is only showing 4 modules; PowerShellGet is notably missing, which means I can't get others. I haven't used PowerShell on Linux much; is this normal? How do I get PowerShellGet installed?