Installing Microsoft Powershell on Ubuntu 24.04
I previously installed Powershell on CentOS. That time for Ubuntu I started from Microsoft repositories too and began to add Microsoft repository as well. I checked Microsoft repositories for Ubuntu. First I download prod.list info /etc/apt/sources.d directory: $ cd /etc/apt/sources.list.d/ $ sudo curl -O https://packages.microsoft.com/config/ubuntu/24.04/prod.list The prod.list looks like: $ cat /etc/apt/sources.list.d/prod.list deb [arch=amd64,arm64,armhf signed-by=/usr/share/keyrings/microsoft-prod.gpg]… Read More »