Skip to main content

Qubes OS: TemplateVM fedora-29 - Install Powershell Core

Install Powershell Core on fedora-29 TemplateVM in order to practice powershell core right in fedora.

Download powershell-6.2.0-1.rhel.7.x86_64.rpm file on personal dom first (by defautl, fedora-29 template cannot directly access internet).

Copy the downloaded rpm file to fedora-29 dom.

Run dnf install on fedora-29 terminal.

[user@fedora-29 ~]$ sudo dnf install compat-openssl10

[user@fedora-29 ~]$ sudo dnf install -y powershell-6.2.0-1.rhel.7.x86_64.rpm

[user@fedora-29 ~]$ pwsh

Popular posts from this blog

Powershell: Install IIS

Run Powershell as Administrator, then run the command below to install IIS. Install-WindowsFeature Web-WebServer Check after installing Get-WindowsFeature *Web*

Microsoft Azure Repos

Azure Repos Documentation