Skip to content
Discussion options

You must be logged in to vote

Q: Why two separate packages exist?
A: Microsoft maintains two parallel PowerShell preview tracks on Linux:

  • powershell: the stable release channel, currently on 7.6.0-preview.6 in your case because that was the latest stable at install time.
  • powershell-preview: the bleeding edge preview channel, currently on 7.6.0-rc.1.

The separate packages and binaries (pwsh vs pwsh-preview) exist intentionally so you can:

  • Run both versions side by side without conflicts.
  • Test preview builds without replacing your stable installation.
  • Easily roll back by just using pwsh instead of pwsh-preview.

The naming is admittedly confusing because right now both happen to be "preview" versions in the conventio…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by bakamake
Comment options

You must be logged in to vote
1 reply
@vladlen-codes
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants