[user@parrot ~]$ sudo cat <<EOF > /etc/apt/sources.list.d/parrot.list # ParrotOS repository deb http://deb.parrotsec.org/parrot stable main contrib non-free #deb-src http://deb.parrotsec.org/parrot stable main contrib non-free EOF
So I've created/etc/apt/sources.list.d/parrot.list using vim and added this one line:deb http://deb.parrotsec.org/parrot stable main contrib non-free
When I runsudo apt install parrot-core parrot-archive-keyring parrot-drivers parrot-skel I get the following errors:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package parrot-core
E: Unable to locate package parrot-archive-keyring
E: Unable to locate package parrot-drivers
E: Unable to locate package parrot-skel
Please help.
Thanks