Windows Powershell support

Questions about Wine on Linux
Locked
Codesound
Level 3
Level 3
Posts: 63
Joined: Sun Sep 01, 2019 7:03 am

Windows Powershell support

Post by Codesound »

Hi,

I Need to install the support of windows powerhell into my system Linux Mint 20.1 because the waves audio plugins need powershell.... but I don't understand if in this link is showed the right way.....
Can anyone help me please?


https://docs.microsoft.com/en-us/powers ... rshell-7.1

Thanks.....
zalaur
Newbie
Newbie
Posts: 1
Joined: Tue Feb 23, 2021 12:10 pm

Re: Windows Powershell support

Post by zalaur »

Hi There,

I would do this on MINT in a terminal:

1. sudo apt-get update
2. sudo apt-get install -y wget apt-transport-https software-properties-common
3. wget -q https://packages.microsoft.com/config/u ... t-prod.deb
4. sudo dpkg -i packages-microsoft-prod.deb
5. sudo apt-get update
6. sudo apt-get install -y powershell
7. To start Start PowerShell
type this pwsh in a terminal.

Z
User avatar
dimesio
Moderator
Moderator
Posts: 13204
Joined: Tue Mar 25, 2008 10:30 pm

Re: Windows Powershell support

Post by dimesio »

This is not a Wine question.
Locked