@@ -57,13 +57,13 @@ from then on, you just need to use `sudo apt-get upgrade powershell` to update i
5757### Installation via Direct Download - Ubuntu 14.04
5858
5959Download the Debian package
60- ` powershell_6.0.1 -1.ubuntu.14.04_amd64.deb `
60+ ` powershell_6.0.2 -1.ubuntu.14.04_amd64.deb `
6161from the [ releases] [ ] page onto the Ubuntu machine.
6262
6363Then execute the following in the terminal:
6464
6565``` sh
66- sudo dpkg -i powershell_6.0.1 -1.ubuntu.14.04_amd64.deb
66+ sudo dpkg -i powershell_6.0.2 -1.ubuntu.14.04_amd64.deb
6767sudo apt-get install -f
6868```
6969
@@ -107,13 +107,13 @@ from then on, you just need to use `sudo apt-get upgrade powershell` to update i
107107### Installation via Direct Download - Ubuntu 16.04
108108
109109Download the Debian package
110- ` powershell_6.0.1 -1.ubuntu.16.04_amd64.deb `
110+ ` powershell_6.0.2 -1.ubuntu.16.04_amd64.deb `
111111from the [ releases] [ ] page onto the Ubuntu machine.
112112
113113Then execute the following in the terminal:
114114
115115``` sh
116- sudo dpkg -i powershell_6.0.1 -1.ubuntu.16.04_amd64.deb
116+ sudo dpkg -i powershell_6.0.2 -1.ubuntu.16.04_amd64.deb
117117sudo apt-get install -f
118118```
119119
@@ -157,13 +157,13 @@ from then on, you just need to use `sudo apt-get upgrade powershell` to update i
157157### Installation via Direct Download - Ubuntu 17.04
158158
159159Download the Debian package
160- ` powershell_6.0.1 -1.ubuntu.17.04_amd64.deb `
160+ ` powershell_6.0.2 -1.ubuntu.17.04_amd64.deb `
161161from the [ releases] [ ] page onto the Ubuntu machine.
162162
163163Then execute the following in the terminal:
164164
165165``` sh
166- sudo dpkg -i powershell_6.0.1 -1.ubuntu.17.04_amd64.deb
166+ sudo dpkg -i powershell_6.0.2 -1.ubuntu.17.04_amd64.deb
167167sudo apt-get install -f
168168```
169169
@@ -211,13 +211,13 @@ from then on, you just need to use `sudo apt-get upgrade powershell` to update i
211211### Installation via Direct Download - Debian 8
212212
213213Download the Debian package
214- ` powershell_6.0.1 -1.debian.8_amd64.deb `
214+ ` powershell_6.0.2 -1.debian.8_amd64.deb `
215215from the [ releases] [ ] page onto the Debian machine.
216216
217217Then execute the following in the terminal:
218218
219219``` sh
220- sudo dpkg -i powershell_6.0.1 -1.debian.8_amd64.deb
220+ sudo dpkg -i powershell_6.0.2 -1.debian.8_amd64.deb
221221sudo apt-get install -f
222222```
223223
@@ -265,13 +265,13 @@ from then on, you just need to use `sudo apt-get upgrade powershell` to update i
265265### Installation via Direct Download - Debian 9
266266
267267Download the Debian package
268- ` powershell_6.0.1 -1.debian.9_amd64.deb `
268+ ` powershell_6.0.2 -1.debian.9_amd64.deb `
269269from the [ releases] [ ] page onto the Debian machine.
270270
271271Then execute the following in the terminal:
272272
273273``` sh
274- sudo dpkg -i powershell_6.0.1 -1.debian.9_amd64.deb
274+ sudo dpkg -i powershell_6.0.2 -1.debian.9_amd64.deb
275275sudo apt-get install -f
276276```
277277
@@ -310,19 +310,19 @@ you just need to use `sudo yum update powershell` to update PowerShell.
310310### Installation via Direct Download - CentOS 7
311311
312312Using [ CentOS 7] [ ] , download the RPM package
313- ` powershell-6.0.1 -1.rhel.7.x86_64.rpm `
313+ ` powershell-6.0.2 -1.rhel.7.x86_64.rpm `
314314from the [ releases] [ ] page onto the CentOS machine.
315315
316316Then execute the following in the terminal:
317317
318318``` sh
319- sudo yum install powershell-6.0.1 -1.rhel.7.x86_64.rpm
319+ sudo yum install powershell-6.0.2 -1.rhel.7.x86_64.rpm
320320```
321321
322322You can also install the RPM without the intermediate step of downloading it:
323323
324324``` sh
325- sudo yum install https://github.com/PowerShell/PowerShell/releases/download/v6.0.1 /powershell-6.0.1 -1.rhel.7.x86_64.rpm
325+ sudo yum install https://github.com/PowerShell/PowerShell/releases/download/v6.0.2 /powershell-6.0.2 -1.rhel.7.x86_64.rpm
326326```
327327
328328### Uninstallation - CentOS 7
@@ -356,19 +356,19 @@ you just need to use `sudo yum update powershell` to update PowerShell.
356356### Installation via Direct Download - Red Hat Enterprise Linux (RHEL) 7
357357
358358Download the RPM package
359- ` powershell-6.0.1 -1.rhel.7.x86_64.rpm `
359+ ` powershell-6.0.2 -1.rhel.7.x86_64.rpm `
360360from the [ releases] [ ] page onto the Red Hat Enterprise Linux machine.
361361
362362Then execute the following in the terminal:
363363
364364``` sh
365- sudo yum install powershell-6.0.1 -1.rhel.7.x86_64.rpm
365+ sudo yum install powershell-6.0.2 -1.rhel.7.x86_64.rpm
366366```
367367
368368You can also install the RPM without the intermediate step of downloading it:
369369
370370``` sh
371- sudo yum install https://github.com/PowerShell/PowerShell/releases/download/v6.0.1 /powershell-6.0.1 -1.rhel.7.x86_64.rpm
371+ sudo yum install https://github.com/PowerShell/PowerShell/releases/download/v6.0.2 /powershell-6.0.2 -1.rhel.7.x86_64.rpm
372372```
373373
374374### Uninstallation - Red Hat Enterprise Linux (RHEL) 7
@@ -407,19 +407,19 @@ pwsh
407407
408408### Installation via Direct Download - OpenSUSE 42.2
409409
410- Download the RPM package ` powershell-6.0.1 -1.rhel.7.x86_64.rpm `
410+ Download the RPM package ` powershell-6.0.2 -1.rhel.7.x86_64.rpm `
411411from the [ releases] [ ] page onto the OpenSUSE machine.
412412
413413``` sh
414414sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
415- sudo zypper install powershell-6.0.1 -1.rhel.7.x86_64.rpm
415+ sudo zypper install powershell-6.0.2 -1.rhel.7.x86_64.rpm
416416```
417417
418418You can also install the RPM without the intermediate step of downloading it:
419419
420420``` sh
421421sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
422- sudo zypper install https://github.com/PowerShell/PowerShell/releases/download/v6.0.1 /powershell-6.0.1 -1.rhel.7.x86_64.rpm
422+ sudo zypper install https://github.com/PowerShell/PowerShell/releases/download/v6.0.2 /powershell-6.0.2 -1.rhel.7.x86_64.rpm
423423```
424424
425425### Uninstallation - OpenSUSE 42.2
@@ -454,19 +454,19 @@ pwsh
454454### Installation via Direct Download - Fedora 25
455455
456456Download the RPM package
457- ` powershell-6.0.1 -1.rhel.7.x86_64.rpm `
457+ ` powershell-6.0.2 -1.rhel.7.x86_64.rpm `
458458from the [ releases] [ ] page onto the Fedora machine.
459459
460460Then execute the following in the terminal:
461461
462462``` sh
463- sudo dnf install powershell-6.0.1 -1.rhel.7.x86_64.rpm
463+ sudo dnf install powershell-6.0.2 -1.rhel.7.x86_64.rpm
464464```
465465
466466You can also install the RPM without the intermediate step of downloading it:
467467
468468``` sh
469- sudo dnf install https://github.com/PowerShell/PowerShell/releases/download/v6.0.1 /powershell-6.0.1 -1.rhel.7.x86_64.rpm
469+ sudo dnf install https://github.com/PowerShell/PowerShell/releases/download/v6.0.2 /powershell-6.0.2 -1.rhel.7.x86_64.rpm
470470```
471471
472472### Uninstallation - Fedora 25
@@ -504,23 +504,23 @@ pwsh
504504### Installation via Direct Download - Fedora 26
505505
506506Download the RPM package
507- ` powershell-6.0.1 -1.rhel.7.x86_64.rpm `
507+ ` powershell-6.0.2 -1.rhel.7.x86_64.rpm `
508508from the [ releases] [ ] page onto the Fedora machine.
509509
510510Then execute the following in the terminal:
511511
512512``` sh
513513sudo dnf update
514514sudo dnf install compat-openssl10
515- sudo dnf install powershell-6.0.1 -1.rhel.7.x86_64.rpm
515+ sudo dnf install powershell-6.0.2 -1.rhel.7.x86_64.rpm
516516```
517517
518518You can also install the RPM without the intermediate step of downloading it:
519519
520520``` sh
521521sudo dnf update
522522sudo dnf install compat-openssl10
523- sudo dnf install https://github.com/PowerShell/PowerShell/releases/download/v6.0.1 /powershell-6.0.1 -1.rhel.7.x86_64.rpm
523+ sudo dnf install https://github.com/PowerShell/PowerShell/releases/download/v6.0.2 /powershell-6.0.2 -1.rhel.7.x86_64.rpm
524524```
525525
526526### Uninstallation - Fedora 26
@@ -578,7 +578,7 @@ wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libs
578578dpkg -i libssl1.0.0_1.0.1t-1+deb8u6_amd64.deb
579579
580580# Install PowerShell
581- dpkg -i powershell_6.0.1 -1.ubuntu.16.04_amd64.deb
581+ dpkg -i powershell_6.0.2 -1.ubuntu.16.04_amd64.deb
582582
583583# Start PowerShell
584584pwsh
@@ -588,19 +588,19 @@ pwsh
588588
589589``` sh
590590# Grab the latest App Image
591- wget https://github.com/PowerShell/PowerShell/releases/download/v6.0.1 /powershell-6.0.1 -x86_64.AppImage
591+ wget https://github.com/PowerShell/PowerShell/releases/download/v6.0.2 /powershell-6.0.2 -x86_64.AppImage
592592
593593# Make executable
594- chmod a+x powershell-6.0.1 -x86_64.AppImage
594+ chmod a+x powershell-6.0.2 -x86_64.AppImage
595595
596596# Start PowerShell
597- ./powershell-6.0.1 -x86_64.AppImage
597+ ./powershell-6.0.2 -x86_64.AppImage
598598```
599599
600600### Uninstallation - Kali
601601
602602``` sh
603- dpkg -r powershell_6.0.1 -1.ubuntu.16.04_amd64.deb
603+ dpkg -r powershell_6.0.2 -1.ubuntu.16.04_amd64.deb
604604```
605605
606606## Raspbian
@@ -618,13 +618,13 @@ Download [Raspbian Stretch](https://www.raspberrypi.org/downloads/raspbian/) and
618618sudo apt-get install libunwind8
619619
620620# Grab the latest tar.gz
621- wget https://github.com/PowerShell/PowerShell/releases/download/v6.0.1 /powershell-6.0.1 -linux-arm32.tar.gz
621+ wget https://github.com/PowerShell/PowerShell/releases/download/v6.0.2 /powershell-6.0.2 -linux-arm32.tar.gz
622622
623623# Make folder to put powershell
624624mkdir ~ /powershell
625625
626626# Unpack the tar.gz file
627- tar -xvf ./powershell-6.0.1 -linux-arm32.tar.gz -C ~ /powershell
627+ tar -xvf ./powershell-6.0.2 -linux-arm32.tar.gz -C ~ /powershell
628628
629629# Start PowerShell
630630~ /powershell/pwsh
@@ -683,19 +683,19 @@ and then extracts the Linux `tar.gz` archive.
683683
684684``` sh
685685# Download the powershell '.tar.gz' archive
686- curl -L -o /tmp/powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v6.0.1 /powershell-6.0.1 -linux-x64.tar.gz
686+ curl -L -o /tmp/powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v6.0.2 /powershell-6.0.2 -linux-x64.tar.gz
687687
688688# Create the target folder where powershell will be placed
689- sudo mkdir -p /opt/microsoft/powershell/6.0.1
689+ sudo mkdir -p /opt/microsoft/powershell/6.0.2
690690
691691# Expand powershell to the target folder
692- sudo tar zxf /tmp/powershell.tar.gz -C /opt/microsoft/powershell/6.0.1
692+ sudo tar zxf /tmp/powershell.tar.gz -C /opt/microsoft/powershell/6.0.2
693693
694694# Set execute permissions
695- sudo chmod +x /opt/microsoft/powershell/6.0.1 /pwsh
695+ sudo chmod +x /opt/microsoft/powershell/6.0.2 /pwsh
696696
697697# Create the symbolic link that points to pwsh
698- sudo ln -s /opt/microsoft/powershell/6.0.1 /pwsh /usr/bin/pwsh
698+ sudo ln -s /opt/microsoft/powershell/6.0.2 /pwsh /usr/bin/pwsh
699699```
700700
701701### Uninstallation - Binary Archives
@@ -706,7 +706,7 @@ sudo rm -rf /usr/bin/pwsh /opt/microsoft/powershell
706706
707707## Paths
708708
709- * ` $PSHOME ` is ` /opt/microsoft/powershell/6.0.1 / `
709+ * ` $PSHOME ` is ` /opt/microsoft/powershell/6.0.2 / `
710710* User profiles will be read from ` ~/.config/powershell/profile.ps1 `
711711* Default profiles will be read from ` $PSHOME/profile.ps1 `
712712* User modules will be read from ` ~/.local/share/powershell/Modules `
@@ -721,7 +721,7 @@ On Linux and macOS, the [XDG Base Directory Specification][xdg-bds] is respected
721721
722722Note that because macOS is a derivation of BSD,
723723instead of ` /opt ` , the prefix used is ` /usr/local ` .
724- Thus, ` $PSHOME ` is ` /usr/local/microsoft/powershell/6.0.1 / ` ,
724+ Thus, ` $PSHOME ` is ` /usr/local/microsoft/powershell/6.0.2 / ` ,
725725and the symlink is placed at ` /usr/local/bin/pwsh ` .
726726
727727[ releases ] : https://github.com/PowerShell/PowerShell/releases/latest
0 commit comments