Bu yazımızda Centos7 işletim sistemi üzerine PowerShell nasıl yüklenir bunu adım adım gerçekleştireceğiz.
sudo yum update -y
Microsoft Repo sunu indiriyoruz.
curl https://packages.microsoft.com/config/rhel/7/prod.repo | sudo tee /etc/yum.repos.d/microsoft.repo
PowerShell i indiriyoruz.
sudo yum install -y powershell
PowerShell e girelim
pwsh
Versiyon sorgulamak için PowerShell komutumuzu çalıştıralım.
$PSVersionTable
PowerShell i Update etmek için.
sudo yum update powershell
Kolay Gelsin.