How to install and run Powershell on Linux Debian 10 system
INSTRUCTIONS
su - # Execute instructions as root (SuperUser)
Download Microsoft GPG keys
wget https://packages.microsoft.com/config...
Install GPG keys
dpkg -i packages-microsoft-prod.deb
apt update
Install PowerShell
apt install -y powershell
Execute PowerShell
pwsh