Skip to content

Instantly share code, notes, and snippets.

@Jeffallan
Last active February 10, 2023 01:18
Show Gist options
  • Save Jeffallan/7498e72411968d4dfd0aea81e1cef027 to your computer and use it in GitHub Desktop.
Save Jeffallan/7498e72411968d4dfd0aea81e1cef027 to your computer and use it in GitHub Desktop.
Add parrot repos to ubuntu
  1. Update /etc/apt/sources.list:

deb https://deb.parrotsec.org/parrot parrot main contrib non-free

  1. Then add public key:

wget -qO - https://archive.parrotsec.org/parrot/misc/parrotsec.gpg | apt-key add -

  1. Update apt

sudo apt update

  1. Install parrot packages i.e:

sudo apt install parrot-meta-full

@presscafe
Copy link

E: Unable to locate package parrot-meta-full

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment