Issue
I have an Ubuntu 18.04 VM with Powershell Core 6.1.2 installed and I want to update it to the latest PowerShell Core version.
How do I do that?
Do I follow the install instructions at https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-6#ubuntu-1804 and install the latest version on top of the old version?
Do I remove the old version first and then install the new version? How do you do that?
Is there a tool in Powershell Core to perform the update?
Solution
Based on this link following should work:
apt-get install --only-upgrade powershell
Answered By - Moerwald Answer Checked By - Clifford M. (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.