Skip to content

Commit be10992

Browse files
Andrew Palmerdaxian-dbw
authored andcommitted
Change 6.0.1 references to 6.0.2 for 'linux.md' (PowerShell#6411)
1 parent 260aa49 commit be10992

1 file changed

Lines changed: 39 additions & 39 deletions

File tree

docs/installation/linux.md

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -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

5959
Download 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`
6161
from the [releases][] page onto the Ubuntu machine.
6262

6363
Then 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
6767
sudo 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

109109
Download 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`
111111
from the [releases][] page onto the Ubuntu machine.
112112

113113
Then 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
117117
sudo 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

159159
Download 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`
161161
from the [releases][] page onto the Ubuntu machine.
162162

163163
Then 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
167167
sudo 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

213213
Download the Debian package
214-
`powershell_6.0.1-1.debian.8_amd64.deb`
214+
`powershell_6.0.2-1.debian.8_amd64.deb`
215215
from the [releases][] page onto the Debian machine.
216216

217217
Then 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
221221
sudo 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

267267
Download the Debian package
268-
`powershell_6.0.1-1.debian.9_amd64.deb`
268+
`powershell_6.0.2-1.debian.9_amd64.deb`
269269
from the [releases][] page onto the Debian machine.
270270

271271
Then 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
275275
sudo 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

312312
Using [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`
314314
from the [releases][] page onto the CentOS machine.
315315

316316
Then 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

322322
You 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

358358
Download 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`
360360
from the [releases][] page onto the Red Hat Enterprise Linux machine.
361361

362362
Then 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

368368
You 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`
411411
from the [releases][] page onto the OpenSUSE machine.
412412

413413
```sh
414414
sudo 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

418418
You can also install the RPM without the intermediate step of downloading it:
419419

420420
```sh
421421
sudo 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

456456
Download 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`
458458
from the [releases][] page onto the Fedora machine.
459459

460460
Then 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

466466
You 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

506506
Download 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`
508508
from the [releases][] page onto the Fedora machine.
509509

510510
Then execute the following in the terminal:
511511

512512
```sh
513513
sudo dnf update
514514
sudo 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

518518
You can also install the RPM without the intermediate step of downloading it:
519519

520520
```sh
521521
sudo dnf update
522522
sudo 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
578578
dpkg -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
584584
pwsh
@@ -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
618618
sudo 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
624624
mkdir ~/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

722722
Note that because macOS is a derivation of BSD,
723723
instead 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/`,
725725
and the symlink is placed at `/usr/local/bin/pwsh`.
726726

727727
[releases]: https://github.com/PowerShell/PowerShell/releases/latest

0 commit comments

Comments
 (0)