Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.8 KB

INSTALLATION.md

File metadata and controls

46 lines (30 loc) · 1.8 KB

Installation Guide

This is a troubleshooting guide for installing pkscreener on your computer.

For MacOS

One Time Configuration

  1. Download the executable from the Latest Release
  2. Open Terminal from Applications > Utility > Terminal
  3. Execute following commands in the terminal (Commands are Case Sensitive)
cd Downloads                 # Navigate to Downloads folder
chmod +x pkscreenercli.run       # Apply Execute permission to the file
  1. Right click on 'pkscreenercli.run' and select option Open with > Utilities > Terminal. (Select All applications if Terminal is frozen)
  2. You may get Developer not Verified error as follow:

Error

6.Click on the ? Icon. The following prompt will appear on the right bottom of your screen.

Prompt

  1. Click on Open General Pane for me option.
  2. This will open following Security and Privacy window.
  3. Click on Open Anyway Button to grant executable permission for the pkscreener. (Enter your password if prompted)

Allow

  1. Close the window.
  2. Now double click on pkscreenercli.run file to use the application.

Alternative:

  1. You can simply open terminal on your Mac and run
sudo xattr -d com.apple.quarantine <full-path-where-you-downloaded-pkscreenercli.run>

enter your password and hit enter.

  1. Run the application.

See https://iboysoft.com/howto/apple-cannot-check-it-for-malicious-software.html