Priest_Apostate
Active Member
I'm using Debian 12 on my Lenovo IdeaPad Slim 5 system, and currently I am experiencing issues in upgrading my Powershell install to the system.
Using these commands:
1.
2.
or
3. The command
from within Powershell - none of the above commands work.
The system and logs seem to indicate that the command was accepted, as no error messages were generated - but I still have the old version.
The link shown in the message (https://github.com/PowerShell/PowerShell/releases/tag/v7.5.1) brings the hash values, and various packages, leading me to believe that this is the only area by which to install the updated version. As I'm wanting the update to complete with the system updates, I don't think that doing so via this method would work.
Would anyone happen to have any other suggestions on how to get this to upgrade to successfully complete?
Using these commands:
1.
Code:
apt-get update && sudo apt-get dist-upgrade
Code:
apt-get update && sudo apt-get upgrade
3. The command
Code:
"Install-Module -Name pwsh -Force -AllowClobber -Scope CurrentUser"
The system and logs seem to indicate that the command was accepted, as no error messages were generated - but I still have the old version.
The link shown in the message (https://github.com/PowerShell/PowerShell/releases/tag/v7.5.1) brings the hash values, and various packages, leading me to believe that this is the only area by which to install the updated version. As I'm wanting the update to complete with the system updates, I don't think that doing so via this method would work.
Would anyone happen to have any other suggestions on how to get this to upgrade to successfully complete?

