11---
22description : How to install PowerShell on Debian Linux
3- ms.date : 03/31 /2026
3+ ms.date : 04/21 /2026
44title : Install PowerShell 7 on Debian
55---
66# Install PowerShell 7 on Debian
@@ -73,11 +73,11 @@ Download the universal package from the GitHub releases page. Choose the link fo
7373want to install.
7474
7575- PowerShell 7.6 (LTS) universal package for supported versions of Debian
76- - ` https://github.com/PowerShell/PowerShell/releases/download/v7.6.0 /powershell_7.6.0 -1.deb_amd64.deb `
76+ - ` https://github.com/PowerShell/PowerShell/releases/download/v7.6.1 /powershell_7.6.1 -1.deb_amd64.deb `
7777- PowerShell 7.5 universal package for supported versions of Debian
78- - ` https://github.com/PowerShell/PowerShell/releases/download/v7.5.5 /powershell_7.5.5 -1.deb_amd64.deb `
78+ - ` https://github.com/PowerShell/PowerShell/releases/download/v7.5.6 /powershell_7.5.6 -1.deb_amd64.deb `
7979- PowerShell 7.4 (LTS) universal package for supported versions of Debian
80- - ` https://github.com/PowerShell/PowerShell/releases/download/v7.4.14 /powershell_7.4.14 -1.deb_amd64.deb `
80+ - ` https://github.com/PowerShell/PowerShell/releases/download/v7.4.15 /powershell_7.4.15 -1.deb_amd64.deb `
8181
8282The following shell script downloads and installs the current release of PowerShell. You can
8383change the URL to download the version of PowerShell that you want to install.
@@ -94,17 +94,17 @@ sudo apt-get update
9494sudo apt-get install -y wget
9595
9696# Download the PowerShell package file
97- wget https://github.com/PowerShell/PowerShell/releases/download/v7.6.0 /powershell_7.6.0 -1.deb_amd64.deb
97+ wget https://github.com/PowerShell/PowerShell/releases/download/v7.6.1 /powershell_7.6.1 -1.deb_amd64.deb
9898
9999# ##################################
100100# Install the PowerShell package
101- sudo dpkg -i powershell_7.6.0 -1.deb_amd64.deb
101+ sudo dpkg -i powershell_7.6.1 -1.deb_amd64.deb
102102
103103# Resolve missing dependencies and finish the install (if necessary)
104104sudo apt-get install -f
105105
106106# Delete the downloaded package file
107- rm powershell_7.6.0 -1.deb_amd64.deb
107+ rm powershell_7.6.1 -1.deb_amd64.deb
108108
109109# Start PowerShell
110110pwsh
0 commit comments