Skip to content

Install instructions for Kali Linux don't work #2901

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
3 of 8 tasks
sdwheeler opened this issue Sep 12, 2018 · 1 comment
Closed
3 of 8 tasks

Install instructions for Kali Linux don't work #2901

sdwheeler opened this issue Sep 12, 2018 · 1 comment
Labels
Pri0 Priority - Highest

Comments

@sdwheeler
Copy link
Collaborator

Issue Details

Feedback from LiveFyre on 9/11/2018:

So "wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u6_amd64.deb" returns a 404

wget https://github.com/PowerShell/PowerShell/releases/download/v6.0.2/powershell-6.0.2-x86_64.AppImage returns a 404

Kali 2018-08-21 cant find an installation candidate for libicu55.

The appimage would have been awesome but I cant find that on GitHub any more.
Version(s) of document impacted


  • Impacts 6.1 document
  • Impacts 6.0 document
  • Impacts 5.1 document
  • Impacts 5.0 document
  • Impacts 4.0 document
  • Impacts 3.0 document

Reason(s) for not selecting all version of documents

  • The documented feature was introduced in selected version of PowerShell
  • This issue only shows up in selected version of the document
@sdwheeler sdwheeler added Reference Pri0 Priority - Highest labels Sep 12, 2018
sdwheeler pushed a commit that referenced this issue Oct 3, 2018
* Updated Kali Linux Installation and Uninstallation

Updated the Installation and Uninstallation Bash commands for Kali Linux distro to address the issue #2901.

Tested the steps in Kali Linux on Windows Subsystem for Linux (WSL) on the following version:
```sh
$ sudo cat /etc/os-release
PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
ID=kali
VERSION="2018.3"
VERSION_ID="2018.3"
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="https://www.kali.org/"
SUPPORT_URL="https://forums.kali.org/"
BUG_REPORT_URL="https://bugs.kali.org/"
```

```sh
$ pwsh
PowerShell 6.1.0
Copyright (c) Microsoft Corporation. All rights reserved.

https://aka.ms/pscore6-docs
Type 'help' to get help.

PS /> $PSVersionTable

Name                           Value
----                           -----
PSVersion                      6.1.0
PSEdition                      Core
GitCommitId                    6.1.0
OS                             Linux 4.4.0-43-Microsoft #1-Microsoft Wed Dec 31 14:42:53 PST 2014
Platform                       Unix
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

PS /> Get-Content -Path /etc/os-release
PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
ID=kali
VERSION="2018.3"
VERSION_ID="2018.3"
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="https://www.kali.org/"
SUPPORT_URL="https://forums.kali.org/"
BUG_REPORT_URL="https://bugs.kali.org/"
```

* Included apt-get update

Added `apt-get update` to update packages list before `apt-get install`

* Removed note for Kali install
@joeyaiello
Copy link
Contributor

Fixed and merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pri0 Priority - Highest
Projects
None yet
Development

No branches or pull requests

2 participants